org.jboss.naming.interceptors
Class ProxyFactoryInterceptor
java.lang.Object
org.jboss.mx.interceptor.AbstractInterceptor
org.jboss.naming.interceptors.ProxyFactoryInterceptor
- All Implemented Interfaces:
- org.jboss.mx.interceptor.Interceptor
public class ProxyFactoryInterceptor
- extends org.jboss.mx.interceptor.AbstractInterceptor
An interceptor that replaces any NamingContext values returned with the
proxy found as the Proxy attribute of the mbean given by proxyName.
- Version:
- $Revision: 57209 $
- Author:
- Scott.Stark@jboss.org
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor |
isShared, name |
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor |
destroy, getName, init, isShared, setLogger, setName, start, stop, toString |
ProxyFactoryInterceptor
public ProxyFactoryInterceptor()
setProxyName
public void setProxyName(String proxyName)
invoke
public Object invoke(org.jboss.mx.server.Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.jboss.mx.interceptor.Interceptor
- Overrides:
invoke
in class org.jboss.mx.interceptor.AbstractInterceptor
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.