|
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.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(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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
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 PerformanceReport[] getPerformanceReports()
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||