GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from javax.management.MBeanException | |
class | Represents an arbitrary exception thrown during registration of a
management bean. |
Methods which throw type javax.management.MBeanException | |
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. |
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.
|
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 | Instantiates the bean with the data previously stored
using a call to store() . |
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.
|
void |
Captures the current state of the bean and stores it
for future retrieval by the load() method.
|
GNU Classpath (0.95) |