|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadPolicy
Defines the load balancing policy.
Constructor Summary | |
LoadPolicy()
Creates a new LoadPolicy instance. |
|
LoadPolicy(java.lang.String _loadPolicy)
Creates a new LoadPolicy instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getLoadPolicy()
This method returns a loadPolicy. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setLoadPolicy(java.lang.String loadPolicy)
This method sets a loadPolicy. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoadPolicy()
public LoadPolicy(java.lang.String _loadPolicy)
_loadPolicy
- Method Detail |
public java.lang.String getLoadPolicy()
public void setLoadPolicy(java.lang.String loadPolicy)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |