|
||||||||||
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. |
AbstractConnection.CallBackResultDelegate | The CallBackResultDelegate is an ICallBackResultListener that forwards
callback result events to single listeners. |
AbstractConnection.ListenerDelegate<K> | The ListenerDelegate is the base class for listener delegates. |
AbstractConnection.PropertyChangedDelegate | The PropertyChangedDelegate is an IConnectionPropertyChangedListener that forwards
property changed events to single property listeners. |
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. |
ConnectionException | The ConnectionException is a CommunicationException for
general connection exceptions. |
SessionCancelException | The SessionCancelException is a SessionExpiredException for
the notification that a session is expired and the access was canceled. |
SessionExpiredException | The SessionExpiredException is a CommunicationException for
expired sessions/connections. |
UnauthorizedException | The UnauthorizedException is a CommunicationException
for client/server authorization problems. |
Contains all important interfaces for implementing the client/server communication.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |