|
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.LoadBalancerProcessInfo
This class contains the information about a MobileProcess
that a plug-in LoadBalancer uses to make load balancing
decisions for a container manager. The Container Manager core constructs
LoadBalancerProcessInfo objects to pass to methods
on the LoadBalancer interface.
| Constructor Summary | |
LoadBalancerProcessInfo()
Default Constructor |
|
LoadBalancerProcessInfo(UniqueID processID,
PerformanceReport[] reports)
This is the single public constructor for this class. |
|
| Method Summary | |
PerformanceReport[] |
getPerformanceReports()
This method returns the performance reports for the process. |
UniqueID |
getProcessID()
This method returns the unique identifier for the process. |
void |
setPerformanceReports(PerformanceReport[] reports)
This method sets the performance reports for the process. |
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 LoadBalancerProcessInfo()
public LoadBalancerProcessInfo(UniqueID processID,
PerformanceReport[] reports)
processID - unique identifier for the processreports - array of performance reports for the process| Method Detail |
public UniqueID getProcessID()
public void setProcessID(UniqueID processID)
processID - unique identifier for the processpublic PerformanceReport[] getPerformanceReports()
public void setPerformanceReports(PerformanceReport[] reports)
reports - array of performance reports for the process
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||