|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IConnection | The IConnection interface defines all methods for
the communication between client and server. |
IConnectionConstants | The IConnectionConstants defines constants for the
connection handling between client and server. |
Class Summary | |
---|---|
AbstractConnection | The AbstractConnection encapsulates the access to an
IConnection implementation. |
ConnectionInfo | The ConnectionInfo holds all important connection information:
the connection identifier
the current connection properties
the last call time
The information will be needed to communicate with any server through an
IConnection implementation. |
MasterConnection | The MasterConnection provides sub connections and
an alive check for all known connections. |
SubConnection | The SubConnection uses the connection of a
MasterConnection for transfering data to the server. |
Exception Summary | |
---|---|
ChangePasswordException | The ChangePasswordException is a CommunicationException for
sessions when the password should be changed. |
CommunicationException | The CommunicationException is a RuntimeException for
client/server communication problems. |
SessionExpiredException | The SessionExpiredException is a CommunicationException for
expired sessions/connections. |
Contains all important interfaces for implementing the client/server communication.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |