org.jboss.ejb3.proxy.impl.remoting
Class IsLocalProxyFactoryInterceptor

java.lang.Object
  extended by org.jboss.ejb3.proxy.impl.remoting.IsLocalProxyFactoryInterceptor
All Implemented Interfaces:
Serializable, org.jboss.aop.advice.Interceptor

public class IsLocalProxyFactoryInterceptor
extends Object
implements org.jboss.aop.advice.Interceptor, Serializable

Routes the call to the local container, bypassing further client-side interceptors and any remoting layer, if this interceptor was created in this JVM.

Version:
$Revision: 61667 $
Author:
Bill Burke, Brian Stansberry
See Also:
Serialized Form

Field Summary
static IsLocalProxyFactoryInterceptor singleton
           
 
Constructor Summary
IsLocalProxyFactoryInterceptor()
           
 
Method Summary
 String getName()
           
 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
 

Field Detail

singleton

public static final IsLocalProxyFactoryInterceptor singleton
Constructor Detail

IsLocalProxyFactoryInterceptor

public IsLocalProxyFactoryInterceptor()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.aop.advice.Interceptor

invoke

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


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