org.jboss.mx.interceptor
Class StandardMBeanInfoInterceptor

java.lang.Object
  extended byorg.jboss.mx.interceptor.AbstractInterceptor
      extended byorg.jboss.mx.interceptor.StandardMBeanInfoInterceptor
All Implemented Interfaces:
Interceptor

public class StandardMBeanInfoInterceptor
extends AbstractInterceptor

Version:
$Revision: 1.5.2.2 $
Author:
Juha Lindfors.

Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor
isShared, log, name
 
Constructor Summary
StandardMBeanInfoInterceptor()
           
 
Method Summary
 Object invoke(Invocation invocation)
          The default invoke implementation queries the invocation object for the next interceptor in the chain.
 
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

StandardMBeanInfoInterceptor

public StandardMBeanInfoInterceptor()
Method Detail

invoke

public Object invoke(Invocation invocation)
              throws InvocationException
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:
InvocationException - This exception wraps any exceptions thrown by either the target method of the resource object, or invocation interceptors in this interceptor chain. The target exception is unwrapped at the MBeanInvoker instance.
See Also:
Invocation, MBeanInvoker


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