org.jboss.ejb3.remoting
Class ClusteredIsLocalInterceptor
java.lang.Object
org.jboss.ejb3.remoting.IsLocalInterceptor
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
Method Summary |
Object |
invoke(org.jboss.aop.joinpoint.Invocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteredIsLocalInterceptor
public ClusteredIsLocalInterceptor()
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.