|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openwings.container.utilities.LoadBalancerAssignment
This class describes an assignment of a MobileProcess
to a new container. The LoadBalancer plug-in constructs
LoadBalancerAssignment objects to return from methods
on the LoadBalancer interface.
| Constructor Summary | |
LoadBalancerAssignment(UniqueID processID,
UniqueID oldContainerID,
UniqueID newContainerID)
This is the single public constructor for this class. |
|
| Method Summary | |
UniqueID |
getNewContainerID()
This method returns the unique identifier for the new container. |
UniqueID |
getOldContainerID()
This method returns the unique identifier for the old container. |
UniqueID |
getProcessID()
This method returns the unique identifier for the process. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LoadBalancerAssignment(UniqueID processID,
UniqueID oldContainerID,
UniqueID newContainerID)
processID - unique identifier for the processoldContainerID - unique identifier for the old containernewContainerID - unique identifier for the new container| Method Detail |
public UniqueID getProcessID()
public UniqueID getOldContainerID()
public UniqueID getNewContainerID()
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||