当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
StandardMBeanInfoInterceptor (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.interceptor
Class StandardMBeanInfoInterceptor
java.lang.Object
org.jboss.mx.interceptor.AbstractInterceptor
org.jboss.mx.interceptor.StandardMBeanInfoInterceptor
- All Implemented Interfaces:
- Interceptor
- public class StandardMBeanInfoInterceptor
- extends AbstractInterceptor
- Version:
- $Revision: 1.7 $
- Author:
- Juha Lindfors.
Method Summary |
Object |
invoke(Invocation invocation)
The default invoke implementation queries the invocation object for the
next interceptor in the chain. |
StandardMBeanInfoInterceptor
public StandardMBeanInfoInterceptor()
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Description copied from class:
AbstractInterceptor
- The default invoke implementation queries the invocation object for the
next interceptor in the chain. If one exists, it is invoked. Otherwise
the invocation is dispatched to the target object.
Concrete implementations should override this method to implement
their specific application logic.
- Specified by:
invoke
in interface Interceptor
- Overrides:
invoke
in class AbstractInterceptor
- Parameters:
invocation
- the invocation object send towards the target
resource by the invoker
- Returns:
- return value from the target resource
- Throws:
Throwable
- See Also:
Invocation
,
MBeanInvoker
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.