Uses of Class
amber.utility.Log

Packages that use Log
amber.server Amber Server. 
amber.server.application Amber Server Application. 
amber.server.component The handlers at the server for the remote components. 
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.database Amber Server Database Manager. 
amber.server.manager.handler Amber Server Connection Type Classes. 
 

Uses of Log in amber.server
 

Fields in amber.server declared as Log
protected  Log Listener.loggingFile
          The logging system to use for error messages.
 

Constructors in amber.server with parameters of type Log
Listener(ConnectionReceiver receiver, int portNumber, Log loggingFile, java.lang.String threadName, int type)
          Construct the thread, with it's parent class so it may pass back messages.
Listener(ConnectionReceiver receiver, 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.
 

Uses of Log in amber.server.application
 

Fields in amber.server.application declared as Log
protected  Log ApplicationHandler.loggingFile
          Logging file, set by the server.
 

Methods in amber.server.application that return Log
 Log ApplicationInterface.getLog()
          Returns the Log object.
 Log ApplicationHandler.getLog()
          Returns the Log object.
 

Methods in amber.server.application with parameters of type Log
 void ApplicationInterface.setLog(Log logFile)
          Sets the Log for this ApplicationInterface.
 void ApplicationHandler.setLog(Log logFile)
          Sets the Log for this ApplicationHandler.
 

Uses of Log in amber.server.component
 

Methods in amber.server.component that return Log
 Log ComponentHandler.getLog()
          Returns the Log object.
 

Methods in amber.server.component with parameters of type Log
 void ComponentHandler.setLog(Log logFile)
          Sets the Log for this ApplicationInterface.
 

Uses of Log in amber.server.manager
 

Methods in amber.server.manager that return Log
 Log ExtensionInterface.getLogger()
          This function returns the logging object.
 Log Core.getLogger()
          This function returns the logging object.
 

Methods in amber.server.manager with parameters of type Log
 void ExtensionInterface.setLogger(Log log)
          This function sets the logging 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 Log in amber.server.manager.application
 

Methods in amber.server.manager.application that return Log
 Log ApplicationManager.getLogger()
          This function returns the logging object.
 Log ApplicationController.getLogger()
          This function returns the logging object.
 

Methods in amber.server.manager.application with parameters of type Log
 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 Log
ApplicationManager(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          Initialising constructor for this manager.
ApplicationController(ApplicationManager parentServer, int type, DatabaseManager manager, ConnectionPool connectionPool, java.lang.String tableName, PropertiesHandler properties, Log logFile)
          Main constructor for the application controller.
 

Uses of Log in amber.server.manager.connection
 

Methods in amber.server.manager.connection that return Log
 Log ConnectionManager.getLogger()
          This function returns the logging object.
 

Constructors in amber.server.manager.connection with parameters of type Log
ConnectionManager(Core parentServer, int port, DatabaseManager manager, ConnectionPool connectionPool, PropertiesHandler properties, Log logFile)
          Initialising constructor for this manager.
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.
 

Uses of Log in amber.server.manager.database
 

Fields in amber.server.manager.database declared as Log
protected  Log DatabaseManager.loggingFile
          Logging file.
protected  Log ConnectionPool.loggingFile
          Logging file.
 

Uses of Log in amber.server.manager.handler
 

Fields in amber.server.manager.handler declared as Log
protected  Log BaseHandler.loggingFile
          Primary logging object.
 

Methods in amber.server.manager.handler with parameters of type Log
 void BaseHandler.setLogger(Log logger)
          This sets the primary logging object.
 void HandlerInterface.setLogger(Log logger)
          This sets the primary logging object.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.