org.crsh.telnet.term
Class TelnetLifeCycle

java.lang.Object
  extended by org.crsh.term.TermLifeCycle
      extended by org.crsh.telnet.term.TelnetLifeCycle

public class TelnetLifeCycle
extends TermLifeCycle

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
TelnetLifeCycle(PluginContext context)
           
 
Method Summary
protected  void doDestroy()
           
protected  void doInit()
           
 Integer getPort()
           
 void setPort(Integer port)
           
 
Methods inherited from class org.crsh.term.TermLifeCycle
destroy, getContext, getHandler, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetLifeCycle

public TelnetLifeCycle(PluginContext context)
Method Detail

getPort

public Integer getPort()

setPort

public void setPort(Integer port)

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 © 2011 eXo Platform SAS. All Rights Reserved.