org.crsh.telnet.term
Class TelnetLifeCycle
java.lang.Object
org.crsh.term.TermLifeCycle
org.crsh.telnet.term.TelnetLifeCycle
public class TelnetLifeCycle
- extends TermLifeCycle
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private final org.slf4j.Logger log
- .
port
private Integer port
- .
listeners
private List<PortListener> listeners
- .
map
private static final ConcurrentHashMap<ConnectionManager,TelnetLifeCycle> map
- .
configURL
private URL configURL
- .
TelnetLifeCycle
public TelnetLifeCycle(PluginContext context)
getLifeCycle
static TelnetLifeCycle getLifeCycle(Connection conn)
getPort
public Integer getPort()
setPort
public void setPort(Integer port)
getConfigURL
public URL getConfigURL()
setConfigURL
public void setConfigURL(URL configURL)
doInit
protected void doInit()
throws Exception
- Specified by:
doInit
in class TermLifeCycle
- Throws:
Exception
doDestroy
protected void doDestroy()
- Specified by:
doDestroy
in class TermLifeCycle
Copyright © 2012 eXo Platform SAS. All Rights Reserved.