|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ServiceStateChange
public class ServiceStateChange
ServiceStateChange notifies the user with information from EGO when a service state changes. This class is used while calling onServiceStateChange() to show EGO notifications.
Constructor Summary | |
---|---|
ServiceStateChange()
|
Method Summary | |
---|---|
java.lang.String |
getAllocid()
Get ID of allocation. |
ServiceState |
getNewState()
Get new state of service. |
ServiceState |
getOldstate()
Get old state of service. |
java.lang.String |
getServicename()
Get name of service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceStateChange()
Method Detail |
---|
public java.lang.String getAllocid()
public ServiceState getNewState()
public ServiceState getOldstate()
public java.lang.String getServicename()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |