Uses of Class
amber.server.manager.Core

Packages that use Core
amber.server.manager Amber Server Manager. 
amber.server.manager.application Amber Server Application Manager. 
amber.server.manager.connection Amber Server Connection Manager. 
amber.server.manager.handler Amber Server Connection Type Classes. 
 

Uses of Core in amber.server.manager
 

Fields in amber.server.manager declared as Core
protected  Core AmberServer.rmiImplementation
           
 

Methods in amber.server.manager that return Core
 Core ExtensionInterface.getCore()
          This gets the parent Core server object.
static Core Core.getCore()
          This function returns the global instance of the core object.
 

Methods in amber.server.manager with parameters of type Core
 void ExtensionInterface.setCore(Core core)
          This sets the parent Core server object.
 void ConnectionHandler.init(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          This function is used to initialise the handler.
 

Uses of Core in amber.server.manager.application
 

Methods in amber.server.manager.application that return Core
 Core ApplicationManager.getParentServer()
          Returns the parent server object for this manager.
 

Methods in amber.server.manager.application with parameters of type Core
 void ApplicationManager.init(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          This function is used to initialise the handler.
 

Constructors in amber.server.manager.application with parameters of type Core
ApplicationManager(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          Initialising constructor for this manager.
 

Uses of Core in amber.server.manager.connection
 

Methods in amber.server.manager.connection that return Core
 Core ConnectionManager.getParentServer()
          Returns the parent server object for this manager.
 

Constructors in amber.server.manager.connection with parameters of type Core
ConnectionManager(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          Initialising constructor for this manager.
 

Uses of Core in amber.server.manager.handler
 

Fields in amber.server.manager.handler declared as Core
protected  Core BaseHandler.mainServer
          Handle to the Core server.
 

Methods in amber.server.manager.handler with parameters of type Core
 void BaseHandler.setCore(Core core)
          This sets the parent Core object.
 void HandlerInterface.setCore(Core core)
          This sets the parent Core object.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.