Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » invocation » [javadoc | source]
org.jboss.invocation
public class: MarshallingInvokerInterceptor [javadoc | source]
java.lang.Object
   org.jboss.proxy.Interceptor
      org.jboss.invocation.InvokerInterceptor
         org.jboss.invocation.MarshallingInvokerInterceptor

All Implemented Interfaces:
    Externalizable

An InvokerInterceptor that does not optimize in VM invocations
Fields inherited from org.jboss.invocation.InvokerInterceptor:
remoteInvoker,  localInvoker,  invokerProxyHA
Fields inherited from org.jboss.proxy.Interceptor:
nextInterceptor
Constructor:
 public MarshallingInvokerInterceptor() 
Method from org.jboss.invocation.MarshallingInvokerInterceptor Summary:
invoke
Methods from org.jboss.invocation.InvokerInterceptor:
getLocal,   hasLocalTarget,   invoke,   invokeInvoker,   invokeLocal,   invokeMarshalled,   isClustered,   isLocal,   isLocal,   readExternal,   setLocal,   writeExternal
Methods from org.jboss.proxy.Interceptor:
getNext,   invoke,   readExternal,   setNext,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.invocation.MarshallingInvokerInterceptor Detail:
 public Object invoke(Invocation invocation) throws Exception 
    Use marshalled invocations when the target is colocated.