| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
|
| javax.management.timer |
Provides the definition of the Timer MBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MBeanServer.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
MBeanServer.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServer.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInstance |
MBeanServerConnection.createMBean(String
Instantiates and registers an MBean in the MBean server.
|
ObjectInputStream |
MBeanServer.deserialize(ObjectName
Deprecated.
Use
getClassLoaderFor to obtain the appropriate class loader for deserialization.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
getClassLoader to obtain the class loader for deserialization.
|
Object |
MBeanServer.getAttribute(ObjectName
|
Object |
MBeanServerConnection.getAttribute(ObjectName
Gets the value of a specific attribute of a named MBean.
|
AttributeList |
MBeanServer.getAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.getAttributes(ObjectName
Retrieves the values of several attributes of a named MBean.
|
ClassLoader |
MBeanServer.getClassLoader(ObjectName
Return the named
ClassLoader.
|
ClassLoader |
MBeanServer.getClassLoaderFor(ObjectName
Return the
ClassLoader that was used for loading the class of the named MBean.
|
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName
|
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName
This method discovers the attributes and operations that an MBean exposes for management.
|
ObjectInstance |
MBeanServer.getObjectInstance(ObjectName
|
ObjectInstance |
MBeanServerConnection.getObjectInstance(ObjectName
Gets the
ObjectInstance for a given MBean registered with the MBean server.
|
Object |
MBeanServer.instantiate(String
Instantiates an object using the class Loader specified by its
ObjectName.
|
Object |
MBeanServer.instantiate(String
Instantiates an object.
|
Object |
MBeanServer.invoke(ObjectName
|
Object |
MBeanServerConnection.invoke(ObjectName
Invokes an operation on an MBean.
|
boolean |
MBeanServer.isInstanceOf(ObjectName
|
boolean |
MBeanServerConnection.isInstanceOf(ObjectName
Returns true if the MBean specified is an instance of the specified class, false otherwise.
|
void |
PersistentMBean.load()
Instantiates thisMBean instance with the data found for the MBean in the persistent store.
|
void |
MBeanServer.removeNotificationListener(ObjectName
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName
Removes a listener from a registered MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName
Removes a listener from a registered MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName
Removes a listener from a registered MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName
Removes a listener from a registered MBean.
|
void |
MBeanServer.setAttribute(ObjectName
|
void |
MBeanServerConnection.setAttribute(ObjectName
Sets the value of a specific attribute of a named MBean.
|
AttributeList |
MBeanServer.setAttributes(ObjectName
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName
Sets the values of several attributes of a named MBean.
|
void |
PersistentMBean.store()
Captures the current state of this MBean instance and writes it out to the persistent store.
|
void |
MBeanServer.unregisterMBean(ObjectName
Unregisters an MBean from the MBean server.
|
void |
MBeanServerConnection.unregisterMBean(ObjectName
Unregisters an MBean from the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredModelMBean.load()
Instantiates this MBean instance with the data found for the MBean in the persistent store.
|
void |
ModelMBean.setManagedResource(Object
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
|
void |
RequiredModelMBean.setManagedResource(Object
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
|
void |
RequiredModelMBean.store()
Captures the current state of this MBean instance and writes it out to the persistent store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationService.addRelation(ObjectName
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
|
void |
RelationServiceMBean.addRelation(ObjectName
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimerMBean.removeNotification(Integer
Removes the timer notification corresponding to the specified identifier from the list of notifications.
|
void |
Timer.removeNotification(Integer
Removes the timer notification corresponding to the specified identifier from the list of notifications.
|
void |
TimerMBean.removeNotifications(String
Removes all the timer notifications corresponding to the specified type from the list of notifications.
|
void |
Timer.removeNotifications(String
Removes all the timer notifications corresponding to the specified type from the list of notifications.
|