org.jboss.invocation
Class MarshallingInvokerInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.invocation.InvokerInterceptor (src) 
          extended byorg.jboss.invocation.MarshallingInvokerInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class MarshallingInvokerInterceptor
extends InvokerInterceptor (src)

An InvokerInterceptor that does not optimize in VM invocations

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.invocation.InvokerInterceptor (src)
invokerProxyHA, localInvoker, remoteInvoker
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
MarshallingInvokerInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation (src)  invocation)
          Use marshalled invocations when the target is colocated.
 
Methods inherited from class org.jboss.invocation.InvokerInterceptor (src)
getLocal, hasLocalTarget, invokeInvoker, invokeLocal, invokeMarshalled, isClustered, isLocal, isLocal, readExternal, setLocal, writeExternal
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallingInvokerInterceptor

public MarshallingInvokerInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  invocation)
                        throws java.lang.Exception
Use marshalled invocations when the target is colocated.

Overrides:
invoke in class InvokerInterceptor (src)
Throws:
java.lang.Exception