|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.interceptor.AbstractInterceptor (src)
org.jboss.naming.interceptors.ProxyFactoryInterceptor
An interceptor that replaces any NamingContext values returned with the proxy found as the Proxy attribute of the mbean given by proxyName.
Field Summary |
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src) |
isShared, name |
Constructor Summary | |
ProxyFactoryInterceptor()
|
Method Summary | |
java.lang.Object |
invoke(Invocation (src) invocation)
The default invoke implementation queries the invocation object for the next interceptor in the chain. |
void |
setProxyName(java.lang.String proxyName)
|
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src) |
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 |
public ProxyFactoryInterceptor()
Method Detail |
public void setProxyName(java.lang.String proxyName)
public java.lang.Object invoke(Invocation (src) invocation) throws java.lang.Throwable
AbstractInterceptor (src)
Concrete implementations should override this method to implement their specific application logic.
invoke
in interface Interceptor (src)
invoke
in class AbstractInterceptor (src)
invocation
- the invocation object send towards the target
resource by the invoker
java.lang.Throwable
Invocation
(src) ,
MBeanInvoker
(src)
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |