com.maverick.sshd
Class AbstractSshDaemon
java.lang.Object
com.maverick.nio.Daemon
com.maverick.sshd.AbstractSshDaemon
public abstract class AbstractSshDaemon
- extends Daemon
|
Method Summary |
static Date |
getReleaseDate()
Returns the release date of the current version. |
static String |
getVersion()
Returns the current version of the API. |
protected void |
postStartup()
Invoked after startup, for subclasses to override. |
protected void |
preStartup()
Invoked before startup, for subclasses to override. |
boolean |
startup()
|
| Methods inherited from class com.maverick.nio.Daemon |
configure, getContext, getEventService, isStarted, onShutdown, onStart, registerAcceptor, registerConnector, registerHandler, registerHandler, removeAcceptor, setEventService, shutdown, startListeningInterface |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSshDaemon
public AbstractSshDaemon()
getVersion
public static String getVersion()
- Returns the current version of the API.
getReleaseDate
public static Date getReleaseDate()
- Returns the release date of the current version.
startup
public final boolean startup()
throws IOException
- Overrides:
startup in class Daemon
- Throws:
IOException
preStartup
protected void preStartup()
- Invoked before startup, for subclasses to override.
postStartup
protected void postStartup()
- Invoked after startup, for subclasses to override.
Copyright © 2012. All Rights Reserved.