Package org.jboss.invocation

Interface Summary
Invoker (src) This invoker carries Invocation in the JMX target node.
InvokerHA (src) An administrative interface used by server side proxy factories during the creation of HA capable invokers.
InvokerProxyHA (src)
 

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

Exception Summary
InvocationException (src) A nested exception that is used to differentiate application exceptions from communication exceptions.
ServiceUnavailableException (src) An extension of the RMI RemoteException that is used to indicate that there are no target services available for an invocation.