Uses of Class
amber.server.manager.connection.ConnectionManager

Packages that use ConnectionManager
amber.server.manager Amber Server Manager. 
amber.server.manager.connection Amber Server Connection Manager. 
 

Uses of ConnectionManager in amber.server.manager
 

Methods in amber.server.manager that return ConnectionManager
 ConnectionManager CoreInterface.getConnectionManager()
          This function returns the connection manager object responsible for handling incoming connections.
 ConnectionManager Core.getConnectionManager()
          This function returns the connection manager object responsible for handling incoming connections.
 

Uses of ConnectionManager in amber.server.manager.connection
 

Constructors in amber.server.manager.connection with parameters of type ConnectionManager
LoginManager(ConnectionManager parent, int type)
          Construct the thread, with it's parent class so it may pass back messages.
LoginThread(ConnectionManager parent, int type, int number)
          Construct the thread, with it's parent class so it may pass back messages.
ListenerThread(ConnectionManager parent, int portNumber, Log loggingFile, java.lang.String threadName, int type)
          Construct the thread, with it's parent class so it may pass back messages.
ListenerThread(ConnectionManager parent, int portNumber, Log loggingFile, java.lang.String threadName, int type, int pendingAllowed)
          Construct the thread, with it's parent class so it may pass back messages.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.