uk.org.iscream.cms.conient
Class TunnelProcess

java.lang.Object
  extended byuk.org.iscream.cms.conient.TunnelProcess

public class TunnelProcess
extends Object

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.

Version:
$Id: TunnelProcess.java,v 1.5 2004/08/01 10:40:07 tdb Exp $
Author:
$Author: tdb $

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

REVISION

public static final String REVISION
The current CVS revision of this class

See Also:
Constant Field Values

_process

private Process _process
The process held by this object

Constructor Detail

TunnelProcess

public TunnelProcess()
Method Detail

getProcess

public Process getProcess()
Acessor for the process held by this object

Returns:
the process

setProcess

public void setProcess(Process process)
Mutator for the process held by this object

Parameters:
process - the new process


Copyright © 2000-2003 i-scream. All Rights Reserved.