类 SpringModelMBean

java.lang.Object
javax.management.modelmbean.RequiredModelMBean
cn.taketoday.jmx.export.SpringModelMBean
所有已实现的接口:
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.
从以下版本开始:
4.0
作者:
Rob Harrop
另请参阅: