|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ResourceConf
public class ResourceConf
ResourceConf specifies configuration information of resource.
Constructor Summary | |
---|---|
ResourceConf()
|
Method Summary | |
---|---|
java.lang.String |
getResourceName()
Get name of resource. |
int |
getSlots()
Get slots of resource. |
void |
setResourceName(java.lang.String resourceName)
Set name of resource. |
void |
setSlots(int slots)
Set slots of resource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceConf()
Method Detail |
---|
public java.lang.String getResourceName()
public void setResourceName(java.lang.String resourceName)
resourceName
- : specifies name of resource.public int getSlots()
public void setSlots(int slots)
slots
- : specifies slots of resource.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |