Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.invocation

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

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.
 

Exception Summary
InvocationException A nested exception that is used to differentiate application exceptions from communication exceptions.