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 描述 classMBeanRegistrationException包含由预寄存器(),preDeregister()方法抛出的异常的MBeanRegistration接口。Methods in javax.management that throw MBeanException Modifier and Type 方法 描述 ObjectInstanceMBeanServer. createMBean(String className, ObjectName name)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServer. createMBean(String className, ObjectName name, Object[] params, String[] signature)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServer. createMBean(String className, ObjectName name, ObjectName loaderName)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServer. createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServerConnection. createMBean(String className, ObjectName name)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServerConnection. createMBean(String className, ObjectName name, Object[] params, String[] signature)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServerConnection. createMBean(String className, ObjectName name, ObjectName loaderName)在MBean服务器中实例化并注册一个MBean。ObjectInstanceMBeanServerConnection. createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)在MBean服务器中实例化并注册一个MBean。ObjectDynamicMBean. getAttribute(String attribute)获取动态MBean的特定属性的值。ObjectMBeanServer. getAttribute(ObjectName name, String attribute)ObjectMBeanServerConnection. getAttribute(ObjectName name, String attribute)获取命名MBean的特定属性的值。ObjectStandardMBean. getAttribute(String attribute)ObjectMBeanServer. instantiate(String className)使用在MBean服务器的Class Loader Repository中注册的所有类加载器的列表来实例化对象。ObjectMBeanServer. instantiate(String className, Object[] params, String[] signature)使用在MBean服务器Class Loader Repository中注册的所有类加载器的列表来实例化对象。ObjectMBeanServer. instantiate(String className, ObjectName loaderName)使用由其ObjectName指定的类Loader来实例化一个对象。ObjectMBeanServer. instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)实例化一个对象。ObjectDynamicMBean. invoke(String actionName, Object[] params, String[] signature)允许在动态MBean上调用操作。ObjectMBeanServer. invoke(ObjectName name, String operationName, Object[] params, String[] signature)ObjectMBeanServerConnection. invoke(ObjectName name, String operationName, Object[] params, String[] signature)调用MBean上的操作。ObjectStandardMBean. invoke(String actionName, Object[] params, String[] signature)voidPersistentMBean. load()使用在持久存储中找到的MBean数据来实例化此MBean实例。voidDynamicMBean. setAttribute(Attribute attribute)设置动态MBean的特定属性的值。voidMBeanServer. setAttribute(ObjectName name, Attribute attribute)voidMBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)设置命名MBean的特定属性的值。voidStandardMBean. setAttribute(Attribute attribute)voidPersistentMBean. store()捕获此MBean实例的当前状态并将其写入持久存储。 -
Uses of MBeanException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw MBeanException Modifier and Type 方法 描述 voidModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)注册一个实现NotificationListener接口的对象作为监听器。voidRequiredModelMBean. addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)ModelMBeanAttributeInfoModelMBeanInfo. getAttribute(String inName)返回名称请求的ModelMBeanAttributeInfo。ModelMBeanAttributeInfoModelMBeanInfoSupport. getAttribute(String inName)ObjectRequiredModelMBean. getAttribute(String attrName)返回为此ModelMBean定义的特定属性的值。ModelMBeanConstructorInfoModelMBeanInfoSupport. getConstructor(String inName)返回名称请求的ModelMBeanConstructorInfo。DescriptorModelMBeanInfo. getDescriptor(String inDescriptorName, String inDescriptorType)返回由name和descriptorType请求的描述符。DescriptorModelMBeanInfoSupport. getDescriptor(String inDescriptorName)返回名称请求的描述符。DescriptorModelMBeanInfoSupport. getDescriptor(String inDescriptorName, String inDescriptorType)Descriptor[]ModelMBeanInfo. getDescriptors(String inDescriptorType)返回一个Descriptor数组,它由TypeDelegorType类型的ModelMBeanInfo的所有描述符组成。Descriptor[]ModelMBeanInfoSupport. getDescriptors(String inDescriptorType)DescriptorModelMBeanInfo. getMBeanDescriptor()返回包含MBean宽策略的ModelMBean描述符。DescriptorModelMBeanInfoSupport. getMBeanDescriptor()ModelMBeanNotificationInfoModelMBeanInfo. getNotification(String inName)返回名称请求的ModelMBeanNotificationInfo。ModelMBeanNotificationInfoModelMBeanInfoSupport. getNotification(String inName)ModelMBeanOperationInfoModelMBeanInfo. getOperation(String inName)返回名称请求的ModelMBeanOperationInfo。ModelMBeanOperationInfoModelMBeanInfoSupport. getOperation(String inName)ObjectRequiredModelMBean. invoke(String opName, Object[] opArgs, String[] sig)通过或者通过RequiredModelMBean调用方法,并返回方法执行的结果。voidRequiredModelMBean. load()使用在永久存储中找到的MBean数据来实例化此MBean实例。voidModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)从RequiredModelMBean中删除attributeChangeNotifications的侦听器。voidRequiredModelMBean. removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)voidModelMBeanNotificationBroadcaster. sendAttributeChangeNotification(AttributeChangeNotification notification)发送一个attributeChangeNotification,该属性传递给ModelMBean上注册的attributeChangeNotification侦听器。voidModelMBeanNotificationBroadcaster. sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)发送一个attributeChangeNotification,其中包含该属性的旧值和新值到ModelMBean上注册的AttributeChangeNotification侦听器。voidRequiredModelMBean. sendAttributeChangeNotification(AttributeChangeNotification ntfyObj)voidRequiredModelMBean. sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)voidModelMBeanNotificationBroadcaster. sendNotification(String ntfyText)发送一个通知,其中包含传递给ModelMBean上注册的通知侦听器的文本字符串。voidModelMBeanNotificationBroadcaster. sendNotification(Notification ntfyObj)发送通知,该通知将作为jmx.modelmbean.generic通知传递给ModelMBean上的注册通知侦听器。voidRequiredModelMBean. sendNotification(String ntfyText)voidRequiredModelMBean. sendNotification(Notification ntfyObj)voidRequiredModelMBean. setAttribute(Attribute attribute)设置命名的ModelMBean的特定属性的值。voidModelMBeanInfo. setDescriptor(Descriptor inDescriptor, String inDescriptorType)在ModelMBean的类型为inDescriptorType的info数组中设置描述符。voidModelMBeanInfoSupport. setDescriptor(Descriptor inDescriptor, String inDescriptorType)voidModelMBeanInfo. setDescriptors(Descriptor[] inDescriptors)在ModelMBeanInfo中添加或替换描述符。voidModelMBeanInfoSupport. setDescriptors(Descriptor[] inDescriptors)voidModelMBean. setManagedResource(Object mr, String mr_type)设置要在此ModelMBean管理界面(MBeanInfo和Descriptors)中执行所有方法的对象的实例句柄。voidRequiredModelMBean. setManagedResource(Object mr, String mr_type)设置要在此ModelMBean管理界面(MBeanInfo和Descriptors)中执行所有方法的对象的实例句柄。voidModelMBeanInfo. setMBeanDescriptor(Descriptor inDescriptor)设置ModelMBean的描述符。voidModelMBeanInfoSupport. setMBeanDescriptor(Descriptor inMBeanDescriptor)voidModelMBean. setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)使用传入的ModelMBeanInfo初始化一个ModelMBean对象。voidRequiredModelMBean. setModelMBeanInfo(ModelMBeanInfo mbi)使用传入的ModelMBeanInfo初始化一个ModelMBean对象。voidRequiredModelMBean. 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 方法 描述 ObjectInstanceRMIConnection. createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)ObjectInstanceRMIConnection. createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)ObjectInstanceRMIConnection. createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)ObjectInstanceRMIConnection. createMBean(String className, ObjectName name, Subject delegationSubject)ObjectInstanceRMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5)ObjectInstanceRMIConnectionImpl_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)ObjectInstanceRMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, Subject $param_Subject_4)ObjectInstanceRMIConnectionImpl_Stub. createMBean(String $param_String_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3)ObjectInstanceRMIConnectionImpl. createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)ObjectInstanceRMIConnectionImpl. createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)ObjectInstanceRMIConnectionImpl. createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)ObjectInstanceRMIConnectionImpl. createMBean(String className, ObjectName name, Subject delegationSubject)ObjectRMIConnection. getAttribute(ObjectName name, String attribute, Subject delegationSubject)ObjectRMIConnectionImpl_Stub. getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3)ObjectRMIConnectionImpl. getAttribute(ObjectName name, String attribute, Subject delegationSubject)ObjectRMIConnection. invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject)ObjectRMIConnectionImpl_Stub. invoke(ObjectName $param_ObjectName_1, String $param_String_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5)ObjectRMIConnectionImpl. invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject)voidRMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)Handles the methodMBeanServerConnection.setAttribute(ObjectName, Attribute).voidRMIConnectionImpl_Stub. setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)voidRMIConnectionImpl. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
-