Uses of Class
amber.server.exception.ApplicationHandlerException

Packages that use ApplicationHandlerException
amber.server.application Amber Server Application. 
amber.server.component The handlers at the server for the remote components. 
 

Uses of ApplicationHandlerException in amber.server.application
 

Methods in amber.server.application that throw ApplicationHandlerException
 void ApplicationInterface.sendPacket(Packet packet)
          Writes a packet to the output stream.
 int ApplicationInterface.getValidId()
          This function allocates a valid unused ID from a pool of ID's held within the Application.
 void ApplicationInterface.shutDownClient()
          This function will force the client to shut down.
 void ApplicationInterface.shutDownClient(java.lang.String message)
          This function will force the client to shut down.
 void ApplicationHandler.forwardEventPacket(Packet packet)
          Called by the EventThread when a packet has been received.
 void ApplicationHandler.directPacket(Packet packet)
          Called by the ReceiveThread when a packet has been received.
 void ApplicationHandler.sendPacket(Packet packet)
          Writes a packet to the output stream.
 int ApplicationHandler.getValidId()
          This function allocates a valid unused ID from a pool of ID's held within the Application.
 void ApplicationHandler.shutDownClient()
          This function will force the client to shut down.
 void ApplicationHandler.shutDownClient(java.lang.String message)
          This function will force the client to shut down.
 

Uses of ApplicationHandlerException in amber.server.component
 

Methods in amber.server.component that throw ApplicationHandlerException
 void ComponentHandler.sendPacket(Packet packet)
          This function is sends the created packet to the ApplicationInterface for transmission.
 int ComponentHandler.getValidId()
          This function allocates a valid unused ID from a pool of ID's held within the Application.
 void ComponentHandler.shutDownClient()
          This function will force the client to shut down.
 void ComponentHandler.shutDownClient(java.lang.String message)
          This function will force the client to shut down.
 void MenuComponentHandler.sendPacket(Packet packet)
           
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.