| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| IConnection | The IConnectioninterface defines all methods for
 the communication between client and server. | 
| IConnectionConstants | The IConnectionConstantsdefines constants for the
 connection handling between client and server. | 
| Class Summary | |
|---|---|
| AbstractConnection | The AbstractConnectionencapsulates the access to anIConnectionimplementation. | 
| AbstractConnection.CallBackResultDelegate | The CallBackResultDelegateis anICallBackResultListenerthat forwards
 callback result events to single listeners. | 
| AbstractConnection.ListenerDelegate<K> | The ListenerDelegateis the base class for listener delegates. | 
| AbstractConnection.PropertyChangedDelegate | The PropertyChangedDelegateis anIConnectionPropertyChangedListenerthat forwards
 property changed events to single property listeners. | 
| ConnectionInfo | The ConnectionInfoholds 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 anIConnectionimplementation. | 
| MasterConnection | The MasterConnectionprovides sub connections and
 an alive check for all known connections. | 
| SubConnection | The SubConnectionuses the connection of aMasterConnectionfor transfering data to the server. | 
| Exception Summary | |
|---|---|
| ChangePasswordException | The ChangePasswordExceptionis aCommunicationExceptionfor 
 sessions when the password should be changed. | 
| CommunicationException | The CommunicationExceptionis aRuntimeExceptionfor 
 client/server communication problems. | 
| ConnectionException | The ConnectionExceptionis aCommunicationExceptionfor 
 general connection exceptions. | 
| SessionCancelException | The SessionCancelExceptionis aSessionExpiredExceptionfor 
 the notification that a session is expired and the access was canceled. | 
| SessionExpiredException | The SessionExpiredExceptionis aCommunicationExceptionfor 
 expired sessions/connections. | 
| UnauthorizedException | The UnauthorizedExceptionis aCommunicationExceptionfor client/server authorization problems. | 
Contains all important interfaces for implementing the client/server communication.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||