|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ResourceInfo
public class ResourceInfo
ResourceInfo provides detailed information of resource. This class is mainly used in functions that query information directly from the EGO Master.
Constructor Summary | |
---|---|
ResourceInfo()
|
Method Summary | |
---|---|
Attribute[] |
getAttributes()
Get host attributes. |
java.lang.String |
getName()
Get name of host. |
int |
getSlotsNumber()
Get number of slots on the resource. |
ResourceState |
getState()
Get state of resource. |
java.lang.String |
getType()
Get type of resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceInfo()
Method Detail |
---|
public Attribute[] getAttributes()
public java.lang.String getName()
public int getSlotsNumber()
public ResourceState getState()
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |