org.apache.karaf.shell.ssh
Class SshServerFactory

java.lang.Object
  extended by org.apache.karaf.shell.ssh.SshServerFactory

public class SshServerFactory
extends java.lang.Object


Constructor Summary
SshServerFactory(org.apache.sshd.SshServer server)
           
 
Method Summary
 boolean isStart()
           
 void setStart(boolean start)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshServerFactory

public SshServerFactory(org.apache.sshd.SshServer server)
Method Detail

isStart

public boolean isStart()

setStart

public void setStart(boolean start)

start

public void start()

stop

public void stop()


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