Uses of Interface
amber.server.manager.ConnectionHandler

Packages that use ConnectionHandler
amber.server.manager Amber Server Manager. 
amber.server.manager.application Amber Server Application Manager. 
amber.type.server Amber Server Types. 
 

Uses of ConnectionHandler in amber.server.manager
 

Methods in amber.server.manager that return ConnectionHandler
 ConnectionHandler CoreInterface.getManager(int type)
          This function returns the manager object responsible for handling the requirements of the specified remote object type
 ConnectionHandler Core.getManager(int type)
          This function returns the manager object responsible for handling the requirements of the specified remote object type
 

Uses of ConnectionHandler in amber.server.manager.application
 

Classes in amber.server.manager.application that implement ConnectionHandler
 class ApplicationManager
          This class handles multiple ConnectionController classes.
 

Uses of ConnectionHandler in amber.type.server
 

Fields in amber.type.server declared as ConnectionHandler
protected  ConnectionHandler HandlerManager.handler
          The class which handles this type of incoming remote system.
 

Methods in amber.type.server that return ConnectionHandler
 ConnectionHandler HandlerManager.getHandler()
          Gets the data in the following variable: The class which handles this type of incoming remote system.
 

Methods in amber.type.server with parameters of type ConnectionHandler
 void HandlerManager.setHandler(ConnectionHandler data)
          Sets the data in the following variable: The class which handles this type of incoming remote system.
 

Constructors in amber.type.server with parameters of type ConnectionHandler
HandlerManager(int id, ConnectionHandler handler)
          Initialising Constructor.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.