void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback) |
将实现NotificationListener接口的对象注册为侦听器。
|
Object |
DescriptorSupport.clone() |
返回一个新描述符,它是描述符的副本。
|
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(String inName) |
返回按名称请求的ModelMBeanAttributeInfo。
|
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport.getConstructor(String inName) |
返回按名称请求的ModelMBeanConstructorInfo。
|
Descriptor |
ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType) |
返回name和descriptorType请求的描述符。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName) |
返回按名称请求的描述符。
|
Descriptor[] |
ModelMBeanInfo.getDescriptors(String inDescriptorType) |
返回一个描述符数组,该数组包含inDescriptorType类型的ModelMBeanInfo的所有描述符。
|
Descriptor |
ModelMBeanInfo.getMBeanDescriptor() |
返回ModelMBean的描述符,该描述符包含MBean范围的策略。
|
ModelMBeanNotificationInfo |
ModelMBeanInfo.getNotification(String inName) |
返回按名称请求的ModelMBeanNotificationInfo。
|
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String inName) |
返回按名称请求的ModelMBeanOperationInfo。
|
boolean |
DescriptorSupport.isValid() |
如果所有字段都具有给定其名称的合法值,则返回true。
|
void |
RequiredModelMBean.load() |
使用为持久性存储中的MBean找到的数据实例化此MBean实例。
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName) |
从RequiredModelMBean中删除attributeChangeNotifications的侦听器。
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification notification) |
发送一个attributeChangeNotification,该属性传递给ModelMBean上已注册的attributeChangeNotification侦听器。
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue) |
将包含属性的旧值和新值的attributeChangeNotification发送到ModelMBean上已注册的AttributeChangeNotification侦听器。
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(String ntfyText) |
发送一个Notification,其中包含传递给ModelMBean上已注册的Notification侦听器的文本字符串。
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj) |
发送通知,该通知作为jmx.modelmbean.generic通知传递给ModelMBean上已注册的通知侦听器。
|
void |
ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType) |
在ModelMBean的inDescriptorType类型的info数组中设置描述符。
|
void |
ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors) |
在ModelMBeanInfo中添加或替换描述符。
|
void |
ModelMBean.setManagedResource(Object mr, String mr_type) |
设置对象的实例句柄,以便在此ModelMBean管理接口(MBeanInfo和Descriptors)中执行所有方法。
|
void |
RequiredModelMBean.setManagedResource(Object mr, String mr_type) |
设置对象的实例句柄,以便在此ModelMBean管理接口(MBeanInfo和Descriptors)中执行所有方法。
|
void |
ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor) |
设置ModelMBean的描述符。
|
void |
ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo) |
使用传入的ModelMBeanInfo初始化ModelMBean对象。
|
void |
RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi) |
使用传入的ModelMBeanInfo初始化ModelMBean对象。
|
void |
RequiredModelMBean.store() |
捕获此MBean实例的当前状态并将其写入持久性存储。
|