|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ResourceStateChange
public class ResourceStateChange
ResourceStateChange notifies the user with information from EGO when a resource state changes. This class is used while calling onHostStateChange() to show EGO notifications.
Constructor Summary | |
---|---|
ResourceStateChange()
|
Method Summary | |
---|---|
java.lang.String |
getAllocID()
Get allocation ID that this state change corresponds to. |
java.lang.String |
getClientName()
Get client name that this state change corresponds to. |
java.lang.String |
getConsumerName()
Get consumer name that this allocation belongs to. |
ResourceState |
getNewState()
Get new state of resource. |
java.lang.String |
getResourcename()
Get name of resource. |
int |
getSlots()
Get number of slots on this host allocated to this allocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceStateChange()
Method Detail |
---|
public java.lang.String getAllocID()
public java.lang.String getClientName()
public java.lang.String getConsumerName()
public ResourceState getNewState()
public java.lang.String getResourcename()
public int getSlots()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |