|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotCompliantMBeanException | |
javax.management | Provides the core JMX classes. |
javax.management.relation | Provides the definition of the Relation service. |
Uses of NotCompliantMBeanException in javax.management |
Methods in javax.management that throw NotCompliantMBeanException | |
ObjectInstance |
MBeanServer.createMBean(java.lang.String className,
ObjectName name)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(java.lang.String className,
ObjectName name,
ObjectName loaderName)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(java.lang.String className,
ObjectName name,
java.lang.Object[] params,
java.lang.String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.createMBean(java.lang.String className,
ObjectName name,
ObjectName loaderName,
java.lang.Object[] params,
java.lang.String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServer.registerMBean(java.lang.Object object,
ObjectName name)
Registers a pre-existing object as an MBean with the MBean server. |
void |
StandardMBean.setImplementation(java.lang.Object implementation)
Replace the implementation object wrapped in this object. |
ObjectInstance |
MBeanServerConnection.createMBean(java.lang.String className,
ObjectName name)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.createMBean(java.lang.String className,
ObjectName name,
ObjectName loaderName)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.createMBean(java.lang.String className,
ObjectName name,
java.lang.Object[] params,
java.lang.String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.createMBean(java.lang.String className,
ObjectName name,
ObjectName loaderName,
java.lang.Object[] params,
java.lang.String[] signature)
Instantiates and registers an MBean in the MBean server. |
Constructors in javax.management that throw NotCompliantMBeanException | |
StandardMBean(java.lang.Object implementation,
java.lang.Class mbeanInterface)
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class. |
|
StandardMBean(java.lang.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(java.lang.String theName,
java.lang.String theRefMBeanClassName,
boolean theIsReadable,
boolean theIsWritable,
int theMinDegree,
int theMaxDegree,
java.lang.String theDescription)
Constructor. |
|
RoleInfo(java.lang.String theName,
java.lang.String theRefMBeanClassName,
boolean theIsReadable,
boolean theIsWritable)
Constructor. |
|
RoleInfo(java.lang.String theName,
java.lang.String theRefMBeanClassName)
Constructor. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |