org.apache.karaf.shell.ssh
Class SshServerAction

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.console.OsgiCommandSupport
          extended by org.apache.karaf.shell.ssh.SshServerAction
All Implemented Interfaces:
Action, BlueprintContainerAware, BundleContextAware

public class SshServerAction
extends OsgiCommandSupport
implements BlueprintContainerAware

Start a SSH server.

Version:
$Rev: 720411 $ $Date: 2008-11-25 05:32:43 +0100 (Tue, 25 Nov 2008) $

Field Summary
 
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
bundleContext, usedReferences
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
session
 
Constructor Summary
SshServerAction()
           
 
Method Summary
protected  java.lang.Object doExecute()
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer container)
           
 void setSshServerId(java.lang.String sshServerId)
           
 
Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
execute, getAllServices, getBundleContext, getService, setBundleContext, ungetServices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshServerAction

public SshServerAction()
Method Detail

setBlueprintContainer

public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer container)
Specified by:
setBlueprintContainer in interface BlueprintContainerAware

setSshServerId

public void setSshServerId(java.lang.String sshServerId)

doExecute

protected java.lang.Object doExecute()
                              throws Exception
Specified by:
doExecute in class AbstractAction
Throws:
Exception


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