See: Description
| Interface | Description |
|---|---|
| ServerNotificationHandler |
This interface defines how the client reacts to ServerNotificationMessage's
|
| Class | Description |
|---|---|
| AgentMessageHandler |
This class performs the postprocessing of an agent that was received in a message
|
| AgentResponseHandler |
This class handles an agent that has been received in a response
|
| ConnectionLostDialog<C extends ClientContext> |
This dialog is shown when the connection to the server was lost and could not be reestablished
after a certain number of retries.
|
| DefaultServerNotificationHandler<C extends ClientContext> |
This class provides a default implementation for handling server messages.
|
| GuiReconnectorTask |
This task performs an automatic reconnection of the client after it went off-line.
|
| GuiServerNotificationHandler<C extends ClientContext> |
This class provides a default implementation for handling server notification messages.
|
| RemoteDatabase<C extends ClientContext> |
This class encapsulates the database access done by
DBRecords and performs
them on a remote database. |
| RemoteTaskEventWaiterList |
This list contains
RemoteTaskEventQueue instances which are waiting for RemoteTaskEvents
of a remote task. |
| RequestChannel |
This class encapsulates the functionality provided by the Request network channel.
|
| Exception | Description |
|---|---|
| ClientAlreadyConnectedException |
This Exception is thrown to indicate that the client is not connected to the server
|
| ClientConnectionTimeoutException |
This Exception is thrown when the client connection cannot be established in time
|
| ClientRequestTimeoutException |
This Exception is thrown when a request times out on the client side
|
| ConnectorClosedException |
This Exception is thrown to indicate that the client is not connected to the server
|
| InvalidResponseException |
This exception is thrown if the client receives an unexpected object from the server
|
| MissingAdminPermissionException |
This Exception is thrown to indicate that the client is not connected to the server
|
| MissingAgentResponseException |
This Exception is thrown when a client does not receive a response for an agent
|
| MissingUserLoginException |
This Exception is thrown to indicate that the client is not connected to the server
|
| UserAlreadyLoggedInException |
This Exception is thrown to indicate that the client is not connected to the server
|
| UserIsLockedException |
This Exception is thrown when a locked user tries to perform an action on the server
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.