Class SpringModelMBean

java.lang.Object
javax.management.modelmbean.RequiredModelMBean
org.springframework.jmx.export.SpringModelMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration, ModelMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, NotificationEmitter, PersistentMBean

public class SpringModelMBean extends RequiredModelMBean
Extension of the RequiredModelMBean class that ensures the thread context ClassLoader is switched for the managed resource's ClassLoader before any invocations occur.
Since:
2.0
Author:
Rob Harrop
See Also: