Frames | No Frames |
Methods which throw type javax.management.ReflectionException | |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | Server.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
Object | Returns the value of the supplied attribute from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
MBeanInfo | Returns information on the given management bean.
|
Object |
Creates an instance of the specified class using the list of
class loaders from the Class Loader
Repository . |
Object | Creates an instance of the specified class using the list of
class loaders from the Class Loader
Repository . |
Object |
Creates an instance of the specified class using the supplied
class loader. |
Object | Creates an instance of the specified class using the supplied
class loader. |
Object | Invokes the supplied operation on the specified management
bean. |
void | Sets the value of the specified attribute of the supplied
management bean.
|
AttributeList | Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
Methods which throw type javax.management.ReflectionException | |
[] | RMIConnection.@SuppressWarnings("rawtypes" )
Handles MBeanServerConnection.createMBean(String, ObjectName,
Object[], String[]) . |
ObjectInstance | RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName,
ObjectName) by instantiating a new instance of the specified
management bean using the default constructor and registering
it with the server under the supplied name. |
ObjectInstance |
Handles MBeanServerConnection.createMBean(String, ObjectName) by
instantiating a new instance of the specified management bean
using the default constructor and registering it with the server
under the supplied name. |
Object | Handles MBeanServerConnection.getAttribute(ObjectName, String) ,
returning the value of the supplied attribute from the specified
management bean.
|
AttributeList | Handles MBeanServerConnection.getAttribute(ObjectName, String) ,
returning the values of the named attributes from the specified
management bean.
|
MBeanInfo | Handles MBeanServerConnection.getMBeanInfo(ObjectName) by returning
information on the given management bean.
|
Methods which throw type javax.management.ReflectionException | |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
Object | Obtains the value of the specified attribute of the
management bean. |
Object | Obtains the value of the specified attribute of the
management bean. |
Object | Returns the value of the supplied attribute from the specified
management bean.
|
Object | Returns the value of the supplied attribute from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
MBeanInfo | Returns information on the given management bean.
|
MBeanInfo | Returns information on the given management bean.
|
Object |
Creates an instance of the specified class using the list of
class loaders from the Class Loader
Repository . |
Object | Creates an instance of the specified class using the list of
class loaders from the Class Loader
Repository . |
Object |
Creates an instance of the specified class using the supplied
class loader. |
Object | Creates an instance of the specified class using the supplied
class loader. |
Object | Invokes the specified action on the management bean using
the supplied parameters. |
Object | Invokes the specified action on the management bean using
the supplied parameters. |
Object | Invokes the supplied operation on the specified management
bean. |
Object | Invokes the supplied operation on the specified management
bean. |
void | Sets the value of the specified attribute of the
management bean. |
void | Sets the value of the specified attribute of the
management bean. |
void | Sets the value of the specified attribute of the supplied
management bean.
|
void | Sets the value of the specified attribute of the supplied
management bean.
|
AttributeList | Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
AttributeList | Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
Methods which throw type javax.management.ReflectionException | |
Object |