org.jboss.ejb3.remoting
Class IsLocalProxyFactoryInterceptor

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

Deprecated. Use org.jboss.ejb3.proxy.remoting in EJB3 Proxy Component

@Deprecated
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
          Deprecated.  
 
Constructor Summary
IsLocalProxyFactoryInterceptor()
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
          Deprecated.  
 
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
Deprecated. 
Constructor Detail

IsLocalProxyFactoryInterceptor

public IsLocalProxyFactoryInterceptor()
Deprecated. 
Method Detail

getName

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

invoke

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


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