org.jboss.ejb3.remoting
Class ClusteredIsLocalInterceptor

java.lang.Object
  extended by org.jboss.ejb3.remoting.IsLocalInterceptor
      extended by org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor
All Implemented Interfaces:
Serializable, org.jboss.aop.advice.Interceptor

public class ClusteredIsLocalInterceptor
extends IsLocalInterceptor

Routes the call to the local container, bypassing further client-side interceptors and any remoting layer, if a container with the same OID and partition name is available.

Version:
$Revision: 60233 $
Author:
Brian Stansberry
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.ejb3.remoting.IsLocalInterceptor
GUID, IS_LOCAL, IS_LOCAL_EXCEPTION
 
Constructor Summary
ClusteredIsLocalInterceptor()
           
 
Method Summary
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
 
Methods inherited from class org.jboss.ejb3.remoting.IsLocalInterceptor
getName, invokeLocal, isLocal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteredIsLocalInterceptor

public ClusteredIsLocalInterceptor()
Method Detail

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Overrides:
invoke in class IsLocalInterceptor
Throws:
Throwable


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.