|
Class Summary |
| DABridgeExceptionTransport |
Wrapper to use to transport an exception over the serialization bridge
in a way that may allow for some useful information to still be
re-constructed if the receiving end does not have access to one of the
exception classes that was sent. |
| DABridgeFactory |
Used to create common bridge implementations for the client side. |
| DABridgeMethodMapper |
|
| DABridgeNoSecurityNoSessionProcessor |
This DABridgeProcessor does no security checking and does not
keep track of any sessions. |
| DABridgeProxy |
This part of the Data Access Bridge system is a DASource that
converts requests to be sent to the DABridgeProcessor
supplied at construction. |
| DABridgeRequest |
This part of the Data Access Bridge system is used to encapsulate
a request for the invocation of a method on a Data Access interface
(both a normal response and exceptions). |
| DABridgeResponse |
This part of the Data Access Bridge system is used to encapsulate
a response from the invocation of a method on a Data Access interface
(both a normal response and exceptions). |
| DABridgeSession |
Encapsulates information about a user's session including the session id,
and can store session-specific key-value pairs. |
| DABridgeSession.Manager |
Used to manage the sessions. |
| DABridgeSessionProcessor |
DO NOT USE this class yet. |