Uses of Class
uk.org.iscream.cms.conient.ConnectionHandler

Packages that use ConnectionHandler
uk.org.iscream.cms.conient   
 

Uses of ConnectionHandler in uk.org.iscream.cms.conient
 

Fields in uk.org.iscream.cms.conient declared as ConnectionHandler
(package private)  ConnectionHandler ControlPanel._handler
          The connection handler in use by the system.
private  ConnectionHandler DataReader._ch
          A reference to the ConnectionHandler in use
private  ConnectionHandler Configuration._connectionHandler
          A reference to the ConnectionHandler, this allows this class to obtain configuration from the server
 

Methods in uk.org.iscream.cms.conient with parameters of type ConnectionHandler
 void Configuration.setConnectionHandler(ConnectionHandler connectionHandler)
          When the connection handler class starts up it notifys this class that it is up, so that we can obtain configuration through the open connections, should there be any.
 

Constructors in uk.org.iscream.cms.conient with parameters of type ConnectionHandler
DataReader(BufferedReader inBound, Queue dataQueue, ConnectionHandler ch)
          Constructs a new data reader, giving it its BufferedReader and Queue.
 



Copyright © 2000-2003 i-scream. All Rights Reserved.