|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.iscream.cms.conient.TunnelProcess
This is essentially a wrapper for the java.lang.Process object. It allows the connection to take advantage of the reference passing of java in order to maintain a reference to the Process object that holds the external tunnelling process.
Field Summary | |
private Process |
_process
The process held by this object |
static String |
REVISION
The current CVS revision of this class |
Constructor Summary | |
TunnelProcess()
|
Method Summary | |
Process |
getProcess()
Acessor for the process held by this object |
void |
setProcess(Process process)
Mutator for the process held by this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String REVISION
private Process _process
Constructor Detail |
public TunnelProcess()
Method Detail |
public Process getProcess()
public void setProcess(Process process)
process
- the new process
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |