站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

ProxyFactoryInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.naming.interceptors
Class ProxyFactoryInterceptor

java.lang.Object
  extended byorg.jboss.mx.interceptor.AbstractInterceptor
      extended byorg.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: 1.2 $
Author:
Scott.Stark@jboss.org

Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor
isShared, name
 
Constructor Summary
ProxyFactoryInterceptor()
           
 
Method Summary
 Object invoke(org.jboss.mx.server.Invocation invocation)
           
 void setProxyName(String proxyName)
           
 
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor
destroy, getName, init, isShared, setLogger, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyFactoryInterceptor

public ProxyFactoryInterceptor()
Method Detail

setProxyName

public void setProxyName(String proxyName)

invoke

public Object invoke(org.jboss.mx.server.Invocation invocation)
              throws Throwable
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.