Uses of Class
amber.server.application.ApplicationHandler

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

Uses of ApplicationHandler in amber.server.application
 

Subclasses of ApplicationHandler in amber.server.application
 class LicenseViolatedApplicationHandler
           
 

Uses of ApplicationHandler in amber.server.manager.application
 

Methods in amber.server.manager.application with parameters of type ApplicationHandler
 void ApplicationManager.removeApplicationHandler(ApplicationHandler handler)
          This function removes the specified ApplicationHandler from the manager.
 void ApplicationManager.removeApplicationHandler(ApplicationHandler handler, boolean callShutDown)
          This function removes the specified ApplicationHandler from the manager.
 void ApplicationManager.setApplicationInactive(ApplicationHandler handler)
          This function tells the controller to set the specified ApplicationHandler as inactive.
 void ApplicationController.removeApplicationHandler(ApplicationHandler pageHandler, boolean callShutDown)
          This function removes the specified ApplicationHandler from the manager.
protected  void ApplicationController.removeApplicationHandler(java.util.Vector pages, ApplicationHandler handler, boolean callShutDown)
          This function removes the specified ApplicationHandler from the page vector.
 void ApplicationController.setApplicationInactive(ApplicationHandler handler)
          This function tells the controller to set the specified ApplicationHandler as inactive.
 

Uses of ApplicationHandler in amber.type.server
 

Methods in amber.type.server that return ApplicationHandler
 ApplicationHandler ServerConnectionInfo.getApplicationHandler()
          Gets the data in the following variable: The actual page handler which controls the connection.
 

Methods in amber.type.server with parameters of type ApplicationHandler
 void ServerConnectionInfo.setApplicationHandler(ApplicationHandler data)
          Sets the data in the following variable: The actual page handler which controls the connection.
 

Constructors in amber.type.server with parameters of type ApplicationHandler
ServerConnectionInfo(int pageId, int pageSubId, boolean pageSubIdRequired, java.lang.String pageHandlerClass, java.lang.String information, int status, java.util.Date creationDate, long expirationTime, long startTime, ApplicationHandler pageHandler, boolean transientPage, boolean multipleConnections, boolean publicHandler, SocketData connection, boolean mailConnection, java.lang.String mailConnectionMessage, java.lang.String mailConnectionRecipient, java.lang.String mailConnectionSender, java.lang.String mailConnectionSmtpServer)
          Initialising Constructor.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.