com.irisel.pm
Interface Group
- All Superinterfaces:
- Constants, GroupTypes, Status
- All Known Subinterfaces:
- Process
- All Known Implementing Classes:
- GroupImpl, ProcessImpl
public interface Group
- extends Constants
getName
java.lang.String getName()
getType
int getType()
getStatus
int getStatus()
getId
long getId()
getGrp
Instance getGrp()
getGrpInst
Instance getGrpInst()
start
void start()
throws PMException
- Throws:
PMException
suspend
void suspend()
throws PMException
- Throws:
PMException
resume
void resume(boolean force)
throws PMException
- Throws:
PMException
stop
void stop()
throws PMException
- Throws:
PMException
setResponse
void setResponse(java.util.HashMap map)
throws PMException
- Throws:
PMException
setStatus
void setStatus(int st_suspended)
getParent
Group getParent()
getChildren
Group[] getChildren()
getSiblings
Group[] getSiblings()
isTop
boolean isTop()
isLeaf
boolean isLeaf()
isSerial
boolean isSerial()
isParallel
boolean isParallel()
hasChildren
boolean hasChildren()
isRunning
boolean isRunning()
isWaiting
boolean isWaiting()
isSuspended
boolean isSuspended()
isCancelled
boolean isCancelled()
isError
boolean isError()