|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.bea.ales.management.InstanceStatus
This class represents the latest distribution status of the instance of an engine. The engine can be SSM or SCM. The instance of this class is created by PolicyDistributor.
| Method Summary | |
boolean |
equals(java.lang.Object object)
Override the method of Object to examine if two InstanceStatus equal each other. |
java.lang.String |
getAddress()
Get the address of the engine instance. |
java.lang.String |
getConfigurationName()
Get the configuration name of the engine instance. |
java.lang.String |
getDistributionID()
Get the latest distribution ID of the current engine instance. |
java.lang.String |
getInstanceName()
Get the instance name of the engine instance. |
boolean |
isSynchronized()
Check if the engine distribution status is synchronized. |
java.lang.String |
toString()
Override the method of Object to convert the InstanceStatus to a String value. |
| Methods inherited from class java.lang.Object |
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public boolean isSynchronized()
public java.lang.String getConfigurationName()
public java.lang.String getInstanceName()
public java.lang.String getDistributionID()
public java.lang.String getAddress()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||