org.jboss.ejb3.proxy.impl.remoting
Class IsLocalProxyFactoryInterceptor
java.lang.Object
org.jboss.ejb3.proxy.impl.remoting.IsLocalProxyFactoryInterceptor
- All Implemented Interfaces:
- java.io.Serializable, org.jboss.aop.advice.Interceptor
public class IsLocalProxyFactoryInterceptor
- extends java.lang.Object
- implements org.jboss.aop.advice.Interceptor, java.io.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
|
Method Summary |
java.lang.String |
getName()
|
java.lang.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 |
singleton
public static final IsLocalProxyFactoryInterceptor singleton
IsLocalProxyFactoryInterceptor
public IsLocalProxyFactoryInterceptor()
getName
public java.lang.String getName()
- Specified by:
getName in interface org.jboss.aop.advice.Interceptor
invoke
public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
throws java.lang.Throwable
- Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
- Throws:
java.lang.Throwable
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.