|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectInstance | |
---|---|
javax.management | Provides the core classes for the Java Management Extensions. |
Uses of ObjectInstance in javax.management |
---|
Methods in javax.management that return ObjectInstance | |
---|---|
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name)
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 |
MBeanServerConnection.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,
Object[] params,
String[] signature)
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 |
MBeanServer.createMBean(String className,
ObjectName name,
ObjectName loaderName)
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,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server. |
ObjectInstance |
MBeanServerConnection.getObjectInstance(ObjectName name)
Gets the ObjectInstance for a given MBean
registered with the MBean server. |
ObjectInstance |
MBeanServer.getObjectInstance(ObjectName name)
Gets the ObjectInstance for a given MBean
registered with the MBean server. |
ObjectInstance |
MBeanServer.registerMBean(Object object,
ObjectName name)
Registers a pre-existing object as an MBean with the MBean server. |
Methods in javax.management that return types with arguments of type ObjectInstance | |
---|---|
Set<ObjectInstance> |
MBeanServerConnection.queryMBeans(ObjectName name,
QueryExp query)
Gets MBeans controlled by the MBean server. |
Set<ObjectInstance> |
MBeanServer.queryMBeans(ObjectName name,
QueryExp query)
Gets MBeans controlled by the MBean server. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |