|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotCompliantMBeanException | |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.relation | Provides the definition of the Relation Service. |
Uses of NotCompliantMBeanException in javax.management |
Methods in javax.management that throw NotCompliantMBeanException | |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
ObjectName loaderName)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.registerMBean(Object object,
ObjectName name)
Registers a pre-existing object as an MBean with the MBean server. |
void |
StandardMBean.setImplementation(Object implementation)
Replace the implementation object wrapped in this object. |
Constructors in javax.management that throw NotCompliantMBeanException | |
StandardMBean(Object implementation,
Class mbeanInterface)
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class. |
|
StandardMBean(Class mbeanInterface)
Make a DynamicMBean out of this, using the specified mbeanInterface class. |
Uses of NotCompliantMBeanException in javax.management.relation |
Constructors in javax.management.relation that throw NotCompliantMBeanException | |
RoleInfo(String theName,
String theRefMBeanClassName,
boolean theIsReadable,
boolean theIsWritable,
int theMinDegree,
int theMaxDegree,
String theDescription)
Constructor. |
|
RoleInfo(String theName,
String theRefMBeanClassName,
boolean theIsReadable,
boolean theIsWritable)
Constructor. |
|
RoleInfo(String theName,
String theRefMBeanClassName)
Constructor. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b34.2 2005.11.28_17:31:59_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |