Uses of Class
com.irisel.pm.PMException

Packages that use PMException
com.irisel.pm   
com.irisel.pm.daemon   
com.irisel.pm.internal   
 

Uses of PMException in com.irisel.pm
 

Methods in com.irisel.pm that throw PMException
 void Group.resume(boolean force)
           
 void Group.setResponse(java.util.HashMap map)
           
 void Group.start()
           
 void Group.stop()
           
 void Group.suspend()
           
 

Uses of PMException in com.irisel.pm.daemon
 

Methods in com.irisel.pm.daemon that throw PMException
 InstanceSet ProcessManager.getProcessesByStatus(int status)
           
 void ProcessManager.resumeAllProcesses()
           
 void ProcessManager.startProcess(long procId, long focusId)
           
 

Uses of PMException in com.irisel.pm.internal
 

Methods in com.irisel.pm.internal that throw PMException
static Instance ProcessImpl.getProcess(long procid)
           
 void GroupImpl.resume(boolean force)
           
 void ProcessImpl.save()
           
 void GroupImpl.setGrpInst(Instance instance)
           
 void GroupImpl.setResponse(java.util.HashMap map)
           
 void GroupImpl.start()
           
 void GroupImpl.stop()
           
 void GroupImpl.suspend()
           
 

Constructors in com.irisel.pm.internal that throw PMException
GroupImpl()
           
GroupImpl(Instance grpInst)
           
GroupImpl(Instance group, Instance procInst, Instance parentGroupInst)
           
ProcessImpl()
           
ProcessImpl(Instance procInst)
           
ProcessImpl(long procId, long focusId)