Uses of Class
net.wimpi.telnetd.shell.ShellManager

Packages that use ShellManager
net.wimpi.telnetd   
net.wimpi.telnetd.shell   
 

Uses of ShellManager in net.wimpi.telnetd
 

Methods in net.wimpi.telnetd that return ShellManager
 ShellManager TelnetD.getShellManager()
           
 

Methods in net.wimpi.telnetd with parameters of type ShellManager
 void TelnetD.setShellManager(ShellManager shellManager)
           
 

Uses of ShellManager in net.wimpi.telnetd.shell
 

Methods in net.wimpi.telnetd.shell that return ShellManager
static ShellManager ShellManager.createShellManager(java.util.HashMap shells)
          creates an empty shell manager
static ShellManager ShellManager.createShellManager(java.util.Properties settings)
          Factory method for creating the Singleton instance of this class.
Note that this factory method is called by the net.wimpi.telnetd.TelnetD class.
static ShellManager ShellManager.getReference()
          Accessor method for the Singleton instance of this class.
Note that it returns null if the instance was not properly created beforehand.
 



Copyright © 2010. All Rights Reserved.