|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectionException | |
javax.management | Provides the core JMX classes. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
Uses of ReflectionException in javax.management |
Methods in javax.management that throw ReflectionException | |
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. |
java.lang.Object |
MBeanServer.getAttribute(ObjectName name,
java.lang.String attribute)
Gets the value of a specific attribute of a named MBean. |
AttributeList |
MBeanServer.getAttributes(ObjectName name,
java.lang.String[] attributes)
Gets the values of several attributes of a named MBean. |
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean. |
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes)
Sets the values of several attributes of a named MBean. |
java.lang.Object |
MBeanServer.invoke(ObjectName name,
java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
Invokes an operation on an MBean. |
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName name)
This method discovers the attributes and operations that an MBean exposes for management. |
java.lang.Object |
MBeanServer.instantiate(java.lang.String className)
Instantiates an object using the list of all class loaders registered in the MBean server's Class Loader
Repository . |
java.lang.Object |
MBeanServer.instantiate(java.lang.String className,
ObjectName loaderName)
Instantiates an object using the class Loader specified by its ObjectName . |
java.lang.Object |
MBeanServer.instantiate(java.lang.String className,
java.lang.Object[] params,
java.lang.String[] signature)
Instantiates an object using the list of all class loaders registered in the MBean server Class Loader
Repository . |
java.lang.Object |
MBeanServer.instantiate(java.lang.String className,
ObjectName loaderName,
java.lang.Object[] params,
java.lang.String[] signature)
Instantiates an object. |
java.io.ObjectInputStream |
MBeanServer.deserialize(java.lang.String className,
byte[] data)
Deprecated. Use MBeanServer.getClassLoaderRepository() to obtain the
class loader repository and use it to deserialize. |
java.io.ObjectInputStream |
MBeanServer.deserialize(java.lang.String className,
ObjectName loaderName,
byte[] data)
Deprecated. Use getClassLoader to obtain
the class loader for deserialization. |
java.lang.Object |
DynamicMBean.getAttribute(java.lang.String attribute)
Obtain the value of a specific attribute of the Dynamic MBean. |
void |
DynamicMBean.setAttribute(Attribute attribute)
Set the value of a specific attribute of the Dynamic MBean. |
java.lang.Object |
DynamicMBean.invoke(java.lang.String actionName,
java.lang.Object[] params,
java.lang.String[] signature)
Allows an action to be invoked on the Dynamic MBean. |
java.lang.Object |
StandardMBean.getAttribute(java.lang.String attribute)
|
void |
StandardMBean.setAttribute(Attribute attribute)
|
java.lang.Object |
StandardMBean.invoke(java.lang.String actionName,
java.lang.Object[] params,
java.lang.String[] signature)
|
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. |
java.lang.Object |
MBeanServerConnection.getAttribute(ObjectName name,
java.lang.String attribute)
Gets the value of a specific attribute of a named MBean. |
AttributeList |
MBeanServerConnection.getAttributes(ObjectName name,
java.lang.String[] attributes)
Enables the values of several attributes of a named MBean. |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean. |
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
Sets the values of several attributes of a named MBean. |
java.lang.Object |
MBeanServerConnection.invoke(ObjectName name,
java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
Invokes an operation on an MBean. |
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName name)
This method discovers the attributes and operations that an MBean exposes for management. |
Uses of ReflectionException in javax.management.modelmbean |
Methods in javax.management.modelmbean that throw ReflectionException | |
java.lang.Object |
RequiredModelMBean.invoke(java.lang.String opName,
java.lang.Object[] opArgs,
java.lang.String[] sig)
Invokes a method on or through a RequiredModelMBean and returns the result of the method execution. |
java.lang.Object |
RequiredModelMBean.getAttribute(java.lang.String attrName)
Returns the value of a specific attribute defined for this ModelMBean. |
void |
RequiredModelMBean.setAttribute(Attribute attribute)
Sets the value of a specific attribute of a named ModelMBean. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |