public interface Group extends Constants
ST_CANCELLED, ST_ERROR, ST_NEW, ST_RUNNING, ST_SUSPENDED, ST_WAITINGTYPE_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
PMExceptionvoid suspend()
throws PMException
PMExceptionvoid resume(boolean force)
throws PMException
PMExceptionvoid stop() throws PMException
PMExceptionvoid setResponse(java.util.HashMap map)
throws PMException
PMExceptionvoid 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()