|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ServiceInstanceStateChange
public class ServiceInstanceStateChange
ServiceInstanceStateChange is used to display notification information from EGO when when a service instance state changes. This class is used while calling onServiceInstanceStateChange() to show EGO notifications.
Constructor Summary | |
---|---|
ServiceInstanceStateChange()
|
Method Summary | |
---|---|
java.lang.String |
getActivityID()
Get workload activity ID releated to the service instance. |
java.lang.String |
getHostname()
Get name of host that the service instance is running on. |
ServiceInstanceState |
getNewstate()
Get new state of the service instance |
ServiceInstanceState |
getOldstate()
Get old state of the service instance. |
java.lang.String |
getReason()
Get reason why the service instance entered an ERROR state. |
java.lang.String |
getSeqno()
Get sequence number of the service instance. |
java.lang.String |
getServicename()
Get name of service of which the instance has changed state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInstanceStateChange()
Method Detail |
---|
public java.lang.String getActivityID()
public java.lang.String getHostname()
public ServiceInstanceState getNewstate()
public ServiceInstanceState getOldstate()
public java.lang.String getReason()
public java.lang.String getSeqno()
public java.lang.String getServicename()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |