ST_CANCELLED, ST_ERROR, ST_NEW, ST_RUNNING, ST_SUSPENDED, ST_WAITING
TYPE_LEAF, TYPE_PARALLEL, TYPE_SERIAL
Constructor and Description |
---|
ProcessImpl() |
ProcessImpl(Instance procInst) |
ProcessImpl(long procId,
long focusId) |
Modifier and Type | Method and Description |
---|---|
long |
getFocusId() |
Group |
getParent() |
Instance |
getProc() |
Instance |
getProcess() |
static Instance |
getProcess(long procid) |
Instance |
getProcessRootGroup(Instance iProc) |
long |
getProcId() |
Instance |
getProcInst() |
int |
getStatus() |
java.lang.String |
getStatusReason() |
static void |
main(java.lang.String[] args) |
void |
save() |
void |
setStatus(int status) |
void |
setStatusReason(java.lang.String statusReason) |
void |
start() |
getBrowser, getChildren, getGrp, getGrpInst, getId, getLogger, getName, getSiblings, getType, hasChildren, isCancelled, isError, isLeaf, isParallel, isRunning, isSerial, isSuspended, isTop, isWaiting, resume, setBrowser, setGrp, setGrpInst, setLogger, setResponse, stop, suspend
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getGrp, getGrpInst, getId, getName, getSiblings, getType, hasChildren, isCancelled, isError, isLeaf, isParallel, isRunning, isSerial, isSuspended, isTop, isWaiting, resume, setResponse, stop, suspend
public ProcessImpl() throws PMException
PMException
public ProcessImpl(long procId, long focusId) throws PMException
PMException
public ProcessImpl(Instance procInst) throws PMException
PMException
public long getFocusId()
public java.lang.String getStatusReason()
public void setStatusReason(java.lang.String statusReason)
public Instance getProcess()
public long getProcId()
public Group getParent()
public static void main(java.lang.String[] args)
public Instance getProcInst()
getProcInst
in interface Process
public static Instance getProcess(long procid) throws PMException
PMException
public Instance getProcessRootGroup(Instance iProc) throws QueryTreeException
QueryTreeException
public void start()
public void save() throws PMException
PMException
public int getStatus()