org.jboss.mx.interceptor
Class ModelMBeanInterceptor

java.lang.Object
  extended byorg.jboss.mx.interceptor.AbstractInterceptor (src) 
      extended byorg.jboss.mx.interceptor.ModelMBeanInfoInterceptor (src) 
          extended byorg.jboss.mx.interceptor.ModelMBeanInterceptor
All Implemented Interfaces:
Interceptor (src)

public class ModelMBeanInterceptor
extends ModelMBeanInfoInterceptor (src)

A noop subclass of the ModelMBeanInfoInterceptor for backward compability with 3.2.3-3.2.0 configurations.


Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src)
isShared, log, name
 
Constructor Summary
ModelMBeanInterceptor()
           
 
Methods inherited from class org.jboss.mx.interceptor.ModelMBeanInfoInterceptor (src)
invoke
 
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

ModelMBeanInterceptor

public ModelMBeanInterceptor()