org.jboss.invocation
Class MarshallingInvokerInterceptor

java.lang.Object
  extended by org.jboss.proxy.Interceptor
      extended by org.jboss.invocation.InvokerInterceptor
          extended by org.jboss.invocation.MarshallingInvokerInterceptor
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
DataContainerMarshallingInvokerInterceptor

public class MarshallingInvokerInterceptor
extends InvokerInterceptor

An InvokerInterceptor that does not optimize in VM invocations

Version:
$Revision: 1.3.6.5 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.invocation.InvokerInterceptor
invokerProxyHA, localInvoker, remoteInvoker
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
MarshallingInvokerInterceptor()
           
 
Method Summary
 Object invoke(Invocation invocation)
          Use marshalled invocations when the target is colocated.
 
Methods inherited from class org.jboss.invocation.InvokerInterceptor
createMarshalledValueForCallByValue, getLocal, hasLocalTarget, invokeInvoker, invokeLocal, invokeLocalMarshalled, invokeMarshalled, isClustered, isLocal, isLocal, readExternal, setLocal, writeExternal
 
Methods inherited from class org.jboss.proxy.Interceptor
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 Object invoke(Invocation invocation)
              throws Exception
Use marshalled invocations when the target is colocated.

Overrides:
invoke in class InvokerInterceptor
Throws:
Exception


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