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

java.lang.Object
  extended by org.apache.geronimo.gshell.remote.server.RshServer

@Component(role=RshServer.class,
           instantiationStrategy="per-lookup")
public class RshServer
extends Object

Provides support for the server-side of the remote shell protocol.

Version:
$Rev: 580765 $ $Date: 2007-09-30 11:52:39 -0700 (Sun, 30 Sep 2007) $

Field Summary
static Duration AUTH_TIMEOUT
           
 
Constructor Summary
RshServer()
           
 
Method Summary
 void bind(URI location)
           
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_TIMEOUT

public static final Duration AUTH_TIMEOUT
Constructor Detail

RshServer

public RshServer()
Method Detail

bind

public void bind(URI location)
          throws Exception
Throws:
Exception

close

public void close()


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