Package org.forester.archaeopteryx.tools
Class ProcessPool
java.lang.Object
org.forester.archaeopteryx.tools.ProcessPool
-
Method Summary
Modifier and TypeMethodDescriptionlongaddProcess(String name) static ProcessPoolgetProcessById(long id) getProcessByIndex(int i) booleanremoveProcess(long id) intsize()
-
Method Details
-
createInstance
-
getProcessByIndex
-
size
public int size() -
getProcessById
-
addProcess
-
removeProcess
public boolean removeProcess(long id)
-