Uses of Class
javax.management.IntrospectionException
-
Packages that use IntrospectionException 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of IntrospectionException in javax.management
Methods in javax.management that throw IntrospectionException 变量和类型 方法 描述 MBeanInfo
MBeanServerConnection. getMBeanInfo(ObjectName name)
此方法发现MBean为管理公开的属性和操作。Constructors in javax.management that throw IntrospectionException 构造器 描述 MBeanAttributeInfo(String name, String description, 方法 getter, 方法 setter)
此构造函数采用简单属性的名称,以及用于读取和写入属性的Method对象。 -
Uses of IntrospectionException in javax.management.modelmbean
Constructors in javax.management.modelmbean that throw IntrospectionException 构造器 描述 ModelMBeanAttributeInfo(String name, String description, 方法 getter, 方法 setter)
使用默认描述符构造ModelMBeanAttributeInfo对象。ModelMBeanAttributeInfo(String name, String description, 方法 getter, 方法 setter, Descriptor descriptor)
构造ModelMBeanAttributeInfo对象。 -
Uses of IntrospectionException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw IntrospectionException 变量和类型 方法 描述 MBeanInfo
RMIConnection. getMBeanInfo(ObjectName name, Subject delegationSubject)
-