|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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()
Default Constructor. |
|
LoadBalancerAssignment(UniqueID processID,
UniqueID oldContainerID,
UniqueID newContainerID)
This is the primary 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. |
void |
setNewContainerID(UniqueID newContainerID)
This method returns the unique identifier for the new container. |
void |
setOldContainerID(UniqueID oldContainerID)
This method sets the unique identifier for the old container. |
void |
setProcessID(UniqueID processID)
This method sets 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()
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 void setProcessID(UniqueID processID)
processID - unique identifier for the processpublic UniqueID getOldContainerID()
public void setOldContainerID(UniqueID oldContainerID)
oldContainerID - unique identifier for the old containerpublic UniqueID getNewContainerID()
public void setNewContainerID(UniqueID newContainerID)
newContainerID - unique identifier for the new container
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||