Uses of Class
javax.management.MBeanException
-
Packages that use MBeanException 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of MBeanException in javax.management
Subclasses of MBeanException in javax.management Modifier and Type Class 描述 class
MBeanRegistrationException
包含由预寄存器(),preDeregister()方法抛出的异常的MBeanRegistration
接口。Methods in javax.management that throw MBeanException Modifier and Type 方法 描述 ObjectInstance
MBeanServer. createMBean(String className, ObjectName name)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServer. createMBean(String className, ObjectName name, Object[] params, String[] signature)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServer. createMBean(String className, ObjectName name, ObjectName loaderName)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServer. createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServerConnection. createMBean(String className, ObjectName name)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServerConnection. createMBean(String className, ObjectName name, Object[] params, String[] signature)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServerConnection. createMBean(String className, ObjectName name, ObjectName loaderName)
在MBean服务器中实例化并注册一个MBean。ObjectInstance
MBeanServerConnection. createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
在MBean服务器中实例化并注册一个MBean。Object
DynamicMBean. getAttribute(String attribute)
获取动态MBean的特定属性的值。Object
MBeanServer. getAttribute(ObjectName name, String attribute)
Object
MBeanServerConnection. getAttribute(ObjectName name, String attribute)
获取命名MBean的特定属性的值。Object
StandardMBean. getAttribute(String attribute)
Object
MBeanServer. instantiate(String className)
使用在MBean服务器的Class Loader Repository
中注册的所有类加载器的列表来实例化对象。Object
MBeanServer. instantiate(String className, Object[] params, String[] signature)
使用在MBean服务器Class Loader Repository
中注册的所有类加载器的列表来实例化对象。Object
MBeanServer. instantiate(String className, ObjectName loaderName)
使用由其ObjectName
指定的类Loader来实例化一个对象。Object
MBeanServer. instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
实例化一个对象。Object
DynamicMBean. invoke(String actionName, Object[] params, String[] signature)
允许在动态MBean上调用操作。Object
MBeanServer. invoke(ObjectName name, String operationName, Object[] params, String[] signature)
Object
MBeanServerConnection. invoke(ObjectName name, String operationName, Object[] params, String[] signature)
调用MBean上的操作。Object
StandardMBean. invoke(String actionName, Object[] params, String[] signature)
void
PersistentMBean. load()
使用在持久存储中找到的MBean数据来实例化此MBean实例。void
DynamicMBean. setAttribute(Attribute attribute)
设置动态MBean的特定属性的值。void
MBeanServer. setAttribute(ObjectName name, Attribute attribute)
void
MBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)
设置命名MBean的特定属性的值。void
StandardMBean. setAttribute(Attribute attribute)
void
PersistentMBean. store()
捕获此MBean实例的当前状态并将其写入持久存储。 -
Uses of MBeanException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw MBeanException Modifier and Type 方法 描述 void
ModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
注册一个实现NotificationListener接口的对象作为监听器。void
RequiredModelMBean. addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)
ModelMBeanAttributeInfo
ModelMBeanInfo. getAttribute(String inName)
返回名称请求的ModelMBeanAttributeInfo。ModelMBeanAttributeInfo
ModelMBeanInfoSupport. getAttribute(String inName)
Object
RequiredModelMBean. getAttribute(String attrName)
返回为此ModelMBean定义的特定属性的值。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)
Descriptor
ModelMBeanInfo. getMBeanDescriptor()
返回包含MBean宽策略的ModelMBean描述符。Descriptor
ModelMBeanInfoSupport. getMBeanDescriptor()
ModelMBeanNotificationInfo
ModelMBeanInfo. getNotification(String inName)
返回名称请求的ModelMBeanNotificationInfo。ModelMBeanNotificationInfo
ModelMBeanInfoSupport. getNotification(String inName)
ModelMBeanOperationInfo
ModelMBeanInfo. getOperation(String inName)
返回名称请求的ModelMBeanOperationInfo。ModelMBeanOperationInfo
ModelMBeanInfoSupport. getOperation(String inName)
Object
RequiredModelMBean. invoke(String opName, Object[] opArgs, String[] sig)
通过或者通过RequiredModelMBean调用方法,并返回方法执行的结果。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
RequiredModelMBean. setAttribute(Attribute attribute)
设置命名的ModelMBean的特定属性的值。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
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实例的当前状态并将其写入持久存储。Constructors in javax.management.modelmbean that throw MBeanException Constructor 描述 DescriptorSupport(int initNumFields)
描述符构造函数。DescriptorSupport(String inStr)
描述符构造函数采用XML字符串。RequiredModelMBean()
构造一个空的ModelMBeanInfo的RequiredModelMBean
。RequiredModelMBean(ModelMBeanInfo mbi)
使用传入的ModelMBeanInfo构造一个RequiredModelMBean对象。 -
Uses of MBeanException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw MBeanException Modifier and Type 方法 描述 ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)
ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)
ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
ObjectInstance
RMIConnection. createMBean(String className, ObjectName name, Subject delegationSubject)
ObjectInstance
RMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5)
ObjectInstance
RMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, MarshalledObject $param_MarshalledObject_4, String[] $param_arrayOf_String_5, Subject $param_Subject_6)
ObjectInstance
RMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, Subject $param_Subject_4)
ObjectInstance
RMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3)
ObjectInstance
RMIConnectionImpl. createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)
ObjectInstance
RMIConnectionImpl. createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)
ObjectInstance
RMIConnectionImpl. createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
ObjectInstance
RMIConnectionImpl. createMBean(String className, ObjectName name, Subject delegationSubject)
Object
RMIConnection. getAttribute(ObjectName name, String attribute, Subject delegationSubject)
Object
RMIConnectionImpl_Stub. getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3)
Object
RMIConnectionImpl. getAttribute(ObjectName name, String attribute, Subject delegationSubject)
Object
RMIConnection. invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject)
Object
RMIConnectionImpl_Stub. invoke(ObjectName $param_ObjectName_1, String $param_String_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5)
Object
RMIConnectionImpl. invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject)
void
RMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute)
.void
RMIConnectionImpl_Stub. setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)
void
RMIConnectionImpl. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
-