com.irisel.pm
Interface Process

All Superinterfaces:
Constants, Group, GroupTypes, Status
All Known Implementing Classes:
ProcessImpl

public interface Process
extends Group


Field Summary
 
Fields inherited from interface com.irisel.pm.Status
ST_CANCELLED, ST_ERROR, ST_NEW, ST_RUNNING, ST_SUSPENDED, ST_WAITING
 
Fields inherited from interface com.irisel.pm.GroupTypes
TYPE_LEAF, TYPE_PARALLEL, TYPE_SERIAL
 
Method Summary
 Instance getProc()
           
 Instance getProcInst()
           
 
Methods inherited from interface com.irisel.pm.Group
getChildren, getGrp, getGrpInst, getId, getName, getParent, getSiblings, getStatus, getType, hasChildren, isCancelled, isError, isLeaf, isParallel, isRunning, isSerial, isSuspended, isTop, isWaiting, resume, setResponse, setStatus, start, stop, suspend
 

Method Detail

getProc

Instance getProc()

getProcInst

Instance getProcInst()