public class ProcessManager extends BasicPoller implements java.lang.Runnable
pollIntervalMillis
Modifier and Type | Method and Description |
---|---|
InstanceSet |
getProcessesByStatus(int status) |
static ProcessManager |
getProcessManager() |
static void |
main(java.lang.String[] args) |
void |
resumeAllProcesses() |
void |
run() |
void |
startProcess(long procId,
long focusId) |
configure, getPollIntervalMillis, setPollIntervalMillis
public static ProcessManager getProcessManager()
public void run()
run
in interface java.lang.Runnable
run
in class BasicPoller
public InstanceSet getProcessesByStatus(int status) throws PMException
PMException
public void resumeAllProcesses() throws PMException
PMException
public static void main(java.lang.String[] args)
args
- public void startProcess(long procId, long focusId) throws PMException
PMException