|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.gatekeeper.Gatekeeper
This class contains methods to generate compute server lists by discovering the server state
| Constructor Summary | |
Gatekeeper()
Constructor for the gatekeeper class |
|
Gatekeeper(GridbusFarmingEngine fe)
Constructor for the gatekeeper class |
|
| Method Summary | |
void |
generateComputeServerList(java.util.Collection hostList)
Generates a compute server list from the hostlist collection |
void |
generateComputeServerList(java.lang.Object o)
This class is a wrapper class which calls the appropriate method to generate the list of compute servers. |
void |
generateComputeServerList(java.lang.String gkprFile)
Generates the compute server list from the gatekeeper file |
java.util.Vector |
getComputeServerList()
Returns the list of compute servers |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Gatekeeper()
public Gatekeeper(GridbusFarmingEngine fe)
fe - (farming engine)| Method Detail |
public java.util.Vector getComputeServerList()
public void generateComputeServerList(java.lang.Object o)
throws java.lang.Throwable
o -
java.lang.Throwable
public void generateComputeServerList(java.lang.String gkprFile)
throws java.lang.Exception
gkprFile - : name of the gatekeeper file
java.lang.Exception
public void generateComputeServerList(java.util.Collection hostList)
throws java.lang.Exception
hostList -
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||