|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
DistResControllerService |
getControllerService(java.lang.Object nodeId)
Returns the controller service of a given local node |
DistResCoordinatorService |
getCoordinatorService(java.lang.Object nodeId)
Returns the coordinator service of a given local node |
boolean |
getDeserializeAtCoordinator()
|
java.util.Set |
getLocalNodes()
Get the set of existing local nodes |
DistResUserService |
getUserService(java.lang.Object nodeId)
Returns the user service of a given local node |
java.io.Serializable |
newLocalNode(DistResCoordinatorFactory drcf)
Creates a new (virtual) node on which resources will be used and managed. |
void |
removeAllLocalNodes()
Removes all existing local nodes. |
void |
removeLocalNode(java.lang.Object nodeId)
Removes a existing local node. |
void |
setDeserializeAtCoordinator(boolean value)
|
Method Detail |
public java.io.Serializable newLocalNode(DistResCoordinatorFactory drcf)
drcf
- the coordinator factory to use when coordinator creation is
required
public void removeLocalNode(java.lang.Object nodeId)
nodeId
- public java.util.Set getLocalNodes()
public void removeAllLocalNodes()
public DistResCoordinatorService getCoordinatorService(java.lang.Object nodeId)
nodeId
- the id of the related local node
public DistResControllerService getControllerService(java.lang.Object nodeId)
nodeId
- the id of the related local node
public DistResUserService getUserService(java.lang.Object nodeId)
nodeId
- the id of the related local node
public void setDeserializeAtCoordinator(boolean value)
public boolean getDeserializeAtCoordinator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |