Package org.jboss.invocation

Interface Summary
Invoker This invoker carries Invocation in the JMX target node.
 

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.
 

Exception Summary
InvocationException A nested exception that is used to differentiate application exceptions from communication exceptions.
JBossLazyUnmarshallingException Typed JBoss exception for when unmarshalling data for a remote invocation and can not be unmarshall (deserialize).
ServiceUnavailableException An extension of the RMI RemoteException that is used to indicate that there are no target services available for an invocation.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.