站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

MarshallingInvokerInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.invocation
Class MarshallingInvokerInterceptor

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

public class MarshallingInvokerInterceptor
extends InvokerInterceptor

An InvokerInterceptor that does not optimize in VM invocations

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

Field Summary
 
Fields inherited from class org.jboss.invocation.InvokerInterceptor
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
getLocal, invokeInvoker, invokeLocal, invokeMarshalled, 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.