|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.executor.HandleEntry
public class HandleEntry
This class holds an ExecutorHandle, the Process associated with it and the directory where the process was started.
Constructor Summary | |
---|---|
HandleEntry(ExecutorHandle handle,
java.lang.Process process,
java.lang.String dirName)
Creates a HandleEntry |
Method Summary | |
---|---|
java.lang.String |
getDirName()
Returns the dirName. |
ExecutorHandle |
getHandle()
Returns the handle. |
java.lang.Process |
getProcess()
Returns the process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandleEntry(ExecutorHandle handle, java.lang.Process process, java.lang.String dirName)
handle
- The handle used to identify a running process.process
- The process.dirName
- The directory where the process was started.Method Detail |
---|
public java.lang.String getDirName()
public ExecutorHandle getHandle()
public java.lang.Process getProcess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |