void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback) |
注册一个实现NotificationListener接口的对象作为监听器。
|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback) |
|
Object |
DescriptorSupport.clone() |
返回与描述符重复的新描述符。
|
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(String inName) |
返回名称请求的ModelMBeanAttributeInfo。
|
ModelMBeanAttributeInfo |
ModelMBeanInfoSupport.getAttribute(String inName) |
|
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport.getConstructor(String inName) |
返回名称请求的ModelMBeanConstructorInfo。
|
Descriptor |
ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType) |
返回由name和descriptorType请求的描述符。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName) |
返回名称请求的描述符。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName, String inDescriptorType) |
|
Descriptor[] |
ModelMBeanInfo.getDescriptors(String inDescriptorType) |
返回一个Descriptor数组,它由TypeDelegorType类型的ModelMBeanInfo的所有描述符组成。
|
Descriptor[] |
ModelMBeanInfoSupport.getDescriptors(String inDescriptorType) |
|
Object |
DescriptorSupport.getFieldValue(String fieldName) |
|
Descriptor |
ModelMBeanInfo.getMBeanDescriptor() |
返回包含MBean宽策略的ModelMBean描述符。
|
ModelMBeanNotificationInfo |
ModelMBeanInfo.getNotification(String inName) |
返回名称请求的ModelMBeanNotificationInfo。
|
ModelMBeanNotificationInfo |
ModelMBeanInfoSupport.getNotification(String inName) |
|
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String inName) |
返回名称请求的ModelMBeanOperationInfo。
|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(String inName) |
|
boolean |
DescriptorSupport.isValid() |
如果所有字段都具有给定名称的合法值,则返回true。
|
void |
RequiredModelMBean.load() |
使用在永久存储中找到的MBean数据来实例化此MBean实例。
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName) |
从RequiredModelMBean中删除attributeChangeNotifications的侦听器。
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName) |
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification notification) |
发送一个attributeChangeNotification,该属性传递给ModelMBean上注册的attributeChangeNotification侦听器。
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue) |
发送一个attributeChangeNotification,其中包含该属性的旧值和新值到ModelMBean上注册的AttributeChangeNotification侦听器。
|
void |
RequiredModelMBean.sendAttributeChangeNotification(AttributeChangeNotification ntfyObj) |
|
void |
RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal) |
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(String ntfyText) |
发送一个通知,其中包含传递给ModelMBean上注册的通知侦听器的文本字符串。
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj) |
发送通知,该通知将作为jmx.modelmbean.generic通知传递给ModelMBean上的注册通知侦听器。
|
void |
RequiredModelMBean.sendNotification(String ntfyText) |
|
void |
RequiredModelMBean.sendNotification(Notification ntfyObj) |
|
void |
ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType) |
在ModelMBean的类型为inDescriptorType的info数组中设置描述符。
|
void |
ModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, String inDescriptorType) |
|
void |
ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors) |
在ModelMBeanInfo中添加或替换描述符。
|
void |
ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors) |
|
void |
DescriptorSupport.setField(String fieldName, Object fieldValue) |
|
void |
DescriptorSupport.setFields(String[] fieldNames, Object[] fieldValues) |
|
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 |
ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor) |
|
void |
ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo) |
使用传入的ModelMBeanInfo初始化一个ModelMBean对象。
|
void |
RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi) |
使用传入的ModelMBeanInfo初始化一个ModelMBean对象。
|
void |
RequiredModelMBean.store() |
捕获此MBean实例的当前状态并将其写入持久存储。
|