Class Summary |
ByValueInvokerInterceptor |
An InvokerInterceptor that does not optimize remote invocations. |
DataContainerMarshallingInvokerInterceptor |
This MarshallingInvokerInterceptor uses JbossSerialization DataContainer's doing a faster serialization over call-by-values than For Marshalling local call-by-values using JBossSerialization |
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. |
MarshalledValueEX |
This is a way to have MarshalledValue implementing IMarshalledValue without
changing legacy Invokers (Pooled, RMI) |
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. |