org.apache.geronimo.gshell.remote.server
Class RemoteIO

java.lang.Object
  extended by org.apache.geronimo.gshell.command.IO
      extended by org.apache.geronimo.gshell.remote.server.RemoteIO

public class RemoteIO
extends IO

Container for remote input/output handles.

Version:
$Rev: 580171 $ $Date: 2007-09-27 14:53:50 -0700 (Thu, 27 Sep 2007) $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.geronimo.gshell.command.IO
IO.Verbosity
 
Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.command.IO
err, errorStream, in, inputStream, out, outputStream
 
Constructor Summary
RemoteIO(org.apache.mina.common.IoSession session)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.gshell.command.IO
close, debug, debug, error, error, flush, getVerbosity, info, info, isDebug, isInfo, isQuiet, isSharedOutputStreams, isVerbose, setVerbosity, toString, verbose, verbose, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteIO

public RemoteIO(org.apache.mina.common.IoSession session)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.