Uses of Class
javax.management.IntrospectionException
-
Packages that use IntrospectionException 软件包 描述 javax.management 提供Java管理扩展的核心类。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 Modifier and Type 方法 描述 MBeanInfo
MBeanServer. getMBeanInfo(ObjectName name)
MBeanInfo
MBeanServerConnection. getMBeanInfo(ObjectName name)
此方法可以发现MBean公开管理的属性和操作。Constructors in javax.management that throw IntrospectionException Constructor 描述 MBeanAttributeInfo(String name, String description, 方法 getter, 方法 setter)
该构造函数使用简单属性的名称,以及用于读取和写入属性的Method对象。 -
Uses of IntrospectionException in javax.management.modelmbean
Constructors in javax.management.modelmbean that throw IntrospectionException Constructor 描述 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 Modifier and Type 方法 描述 MBeanInfo
RMIConnection. getMBeanInfo(ObjectName name, Subject delegationSubject)
MBeanInfo
RMIConnectionImpl_Stub. getMBeanInfo(ObjectName $param_ObjectName_1, Subject $param_Subject_2)
MBeanInfo
RMIConnectionImpl. getMBeanInfo(ObjectName name, Subject delegationSubject)
-