|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationException | |
| amber.server.application | Amber Server Application. |
| amber.server.component | The handlers at the server for the remote components. |
| amber.server.exception | Amber Server Exception Classes. |
| amber.server.manager | Amber Server Manager. |
| amber.server.manager.application | Amber Server Application Manager. |
| amber.server.manager.connection | Amber Server Connection Manager. |
| Uses of ApplicationException in amber.server.application |
| Methods in amber.server.application that throw ApplicationException | |
void |
ApplicationInterface.forwardEventPacket(Packet packet)
Called by the EventThread when a packet has been received. |
void |
ApplicationInterface.directPacket(Packet packet)
Called by the ReceiveThread when a packet has been received. |
| Uses of ApplicationException in amber.server.component |
| Methods in amber.server.component that throw ApplicationException | |
void |
ComponentHandler.forwardEventPacket(Packet packet)
Called by the EventThread when a packet has been received. |
void |
ComponentHandler.directPacket(Packet packet)
Called by the thread which needs to have the packet directed to a specific location. |
protected void |
ComponentHandler.internalForwardPacket(Packet packet)
Called by the internal processing loop to work out who to send the packet to. |
| Uses of ApplicationException in amber.server.exception |
| Subclasses of ApplicationException in amber.server.exception | |
class |
ApplicationHandlerException
This class handles the requirements for exceptions created by the ApplicationHandler classes. |
class |
DeviceManagerException
This class handles the requirements for exceptions created by the Device Manager program. |
| Uses of ApplicationException in amber.server.manager |
| Methods in amber.server.manager that throw ApplicationException | |
void |
ConnectionHandler.handleNewConnection(java.net.Socket socket,
Packet initPacket,
int systemType,
int type)
This function matches the incomimg packet to the corresponding page handler in the pendingPages variable. |
void |
Core.handleNewConnection(java.net.Socket socket,
Packet initPacket,
int systemType,
int type)
This function matches the incomimg packet to the corresponding page handler in the pendingPages variable. |
| Uses of ApplicationException in amber.server.manager.application |
| Methods in amber.server.manager.application that throw ApplicationException | |
void |
ApplicationManager.handleNewConnection(java.net.Socket socket,
Packet initPacket,
int systemType,
int type)
This function matches the incomimg packet to the corresponding page handler in the pendingPages variable. |
| Uses of ApplicationException in amber.server.manager.connection |
| Methods in amber.server.manager.connection that throw ApplicationException | |
void |
ConnectionManager.handleNewConnection(java.net.Socket socket,
Packet initPacket,
int type)
This function matches the incomimg packet to the corresponding page handler in the pendingPages variable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||