|
Class Summary |
| ByValueInvokerInterceptor |
An InvokerInterceptor that does not optimize remote invocations. |
| Invocation |
The Invocation object is the generic object flowing through our interceptors. |
| InvocationContext |
The Invocation Context
|
| InvocationKey |
Type safe enumeration used for keys in the Invocation object. |
| InvocationStatistics |
A method invocation statistics collection class. |
| InvocationType |
Type safe enumeration used for to identify the invocation types. |
| InvokerInterceptor |
A very simple implementation of it that branches to the local stuff. |
| LocalEJBInvocation |
Optimized invocation object for Local interface invocations |
| MarshalledInvocation |
The MarshalledInvocation is an invocation that travels. |
| MarshalledValue |
A simple replacement for the RMI MarshalledObject that uses the thread
context class loader for resolving classes and proxies. |
| MarshalledValueInputStream |
An ObjectInputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
| MarshalledValueOutputStream |
An ObjectOutputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
| MarshallingInvokerInterceptor |
An InvokerInterceptor that does not optimize in VM invocations |
| PayloadKey |
Type safe enumeration used for to identify the payloads. |