|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComputingElementFigure
Interface for a Computing Element Figure.
| Method Summary | |
|---|---|
void |
setFQDN(java.lang.String name)
Sets the name of the computing element. |
void |
setNumJobs(int jobs)
Sets the number of jobs, that this ce currently handles. |
void |
setNumQueues(int queues)
Sets the number of queues, that this ce controls. |
void |
setNumWNs(int wns)
Sets the number of worker nodes, that this ce controls. |
void |
setType(java.lang.String type)
Sets the type of the batch service. |
| Method Detail |
|---|
void setFQDN(java.lang.String name)
name - The name of the computing element.void setType(java.lang.String type)
type - The batch service type.void setNumQueues(int queues)
queues - The number of queues.void setNumWNs(int wns)
wns - The number of worker nodes.void setNumJobs(int jobs)
jobs - The number of jobs.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||