g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui
Interface IComputingElementFigure


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

setFQDN

void setFQDN(java.lang.String name)
Sets the name of the computing element.

Parameters:
name - The name of the computing element.

setType

void setType(java.lang.String type)
Sets the type of the batch service.

Parameters:
type - The batch service type.

setNumQueues

void setNumQueues(int queues)
Sets the number of queues, that this ce controls.

Parameters:
queues - The number of queues.

setNumWNs

void setNumWNs(int wns)
Sets the number of worker nodes, that this ce controls.

Parameters:
wns - The number of worker nodes.

setNumJobs

void setNumJobs(int jobs)
Sets the number of jobs, that this ce currently handles.

Parameters:
jobs - The number of jobs.

g-Eclipse
Release 1.0.0