|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ResourceGroup
public class ResourceGroup
ResourceGroup specifies information of resource group.
Constructor Summary | |
---|---|
ResourceGroup()
|
Method Summary | |
---|---|
int |
getAllocatedSlots()
Get allocated slots of resource group. |
ResourceConf[] |
getConf()
Get configuration of resource group. |
java.lang.String |
getDescription()
Get description of resource group. |
int |
getFreeSlots()
Get free slots of resource group. |
java.lang.String |
getName()
Get name of resource group. |
java.lang.String |
getResReq()
Get request string of resource. |
int |
getSlots()
Get slots number of resource group. |
ResourceGroupType |
getType()
Get type of resource group. |
void |
setConf(ResourceConf[] conf)
Set configuration of resource group. |
void |
setDescription(java.lang.String description)
Set description of resource group. |
void |
setName(java.lang.String name)
Set name of resource group. |
void |
setResReq(java.lang.String resReq)
Set request string of resource. |
void |
setSlots(int slots)
|
void |
setType(ResourceGroupType type)
Set type of resource group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceGroup()
Method Detail |
---|
public int getAllocatedSlots()
public int getFreeSlots()
public ResourceConf[] getConf()
public void setConf(ResourceConf[] conf)
conf
- : specifies configuration of resource group.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- : specifies description of resource group.public java.lang.String getName()
public void setName(java.lang.String name)
name
- : specifies name of resource group.public java.lang.String getResReq()
public void setResReq(java.lang.String resReq)
resReq
- : specifies request string of resource.public int getSlots()
public void setSlots(int slots)
public ResourceGroupType getType()
public void setType(ResourceGroupType type)
type
- : specifies type of resource group.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |