All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.cometway.jerminal.JerminalAgent
com.cometway.jerminal.JerminalAgent
  -  public class JerminalAgent
 
This Agent will listen to a port and instantiate a single JerminalSession on request. When a connection
 is made to this agent, a password is requested. If the password is valid, this agent will
 connect the client to the JerminalSession. The JerminalSession can be suspended if the 
 client connection is closed, and can be resumed when the connection is reestablished.
  
  -  
	stopRunning
   -  Setting this value to true will cause the JerminalAgent to stop listening on its ServerSocket.
 
  
  -  
	JerminalAgent()
   -  
 
  
  -  
	initProps()
   -  
  
 -  
	run()
   -  
  
 -  
	start()
   -  
 
  
stopRunning
 public boolean stopRunning
  -  Setting this value to true will cause the JerminalAgent to stop listening on its ServerSocket.
 
  
JerminalAgent
 public JerminalAgent()
  
initProps
 public void initProps()
start
 public void start()
run
 public void run()
All Packages  Class Hierarchy  This Package  Previous  Next  Index