public interface Group extends Constants
ST_CANCELLED, ST_ERROR, ST_NEW, ST_RUNNING, ST_SUSPENDED, ST_WAITING
TYPE_LEAF, TYPE_PARALLEL, TYPE_SERIAL
Modifier and Type | Method and Description |
---|---|
Group[] |
getChildren() |
Instance |
getGrp() |
Instance |
getGrpInst() |
long |
getId() |
java.lang.String |
getName() |
Group |
getParent() |
Group[] |
getSiblings() |
int |
getStatus() |
int |
getType() |
boolean |
hasChildren() |
boolean |
isCancelled() |
boolean |
isError() |
boolean |
isLeaf() |
boolean |
isParallel() |
boolean |
isRunning() |
boolean |
isSerial() |
boolean |
isSuspended() |
boolean |
isTop() |
boolean |
isWaiting() |
void |
resume(boolean force) |
void |
setResponse(java.util.HashMap map) |
void |
setStatus(int st_suspended) |
void |
start() |
void |
stop() |
void |
suspend() |
java.lang.String getName()
int getType()
int getStatus()
long getId()
Instance getGrp()
Instance getGrpInst()
void start() throws PMException
PMException
void suspend() throws PMException
PMException
void resume(boolean force) throws PMException
PMException
void stop() throws PMException
PMException
void setResponse(java.util.HashMap map) throws PMException
PMException
void setStatus(int st_suspended)
Group getParent()
Group[] getChildren()
Group[] getSiblings()
boolean isTop()
boolean isLeaf()
boolean isSerial()
boolean isParallel()
boolean hasChildren()
boolean isRunning()
boolean isWaiting()
boolean isSuspended()
boolean isCancelled()
boolean isError()