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 name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
void |
MBeanServer.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean.
|
ObjectInstance |
MBeanServer.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,
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 |
MBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates and registers an MBean in the MBean server.
|
ObjectInputStream |
MBeanServer.deserialize(String className,
ObjectName loaderName,
byte[] data)
Deprecated.
Use
getClassLoader to obtain
the class loader for deserialization. |
ObjectInputStream |
MBeanServer.deserialize(ObjectName name,
byte[] data)
Deprecated.
Use
getClassLoaderFor to
obtain the appropriate class loader for deserialization. |
Object |
MBeanServer.getAttribute(ObjectName name,
String attribute) |
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean.
|
AttributeList |
MBeanServer.getAttributes(ObjectName name,
String[] attributes) |
AttributeList |
MBeanServerConnection.getAttributes(ObjectName name,
String[] attributes)
Retrieves the values of several attributes of a named MBean.
|
ClassLoader |
MBeanServer.getClassLoader(ObjectName loaderName)
Return the named
ClassLoader . |
ClassLoader |
MBeanServer.getClassLoaderFor(ObjectName mbeanName)
Return the
ClassLoader that was used for
loading the class of the named MBean. |
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName name) |
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName name)
This method discovers the attributes and operations that an
MBean exposes for management.
|
ObjectInstance |
MBeanServer.getObjectInstance(ObjectName name) |
ObjectInstance |
MBeanServerConnection.getObjectInstance(ObjectName name)
Gets the
ObjectInstance for a given MBean
registered with the MBean server. |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName)
Instantiates an object using the class Loader specified by its
ObjectName . |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates an object.
|
Object |
MBeanServer.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature) |
Object |
MBeanServerConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
Invokes an operation on an MBean.
|
boolean |
MBeanServer.isInstanceOf(ObjectName name,
String className) |
boolean |
MBeanServerConnection.isInstanceOf(ObjectName name,
String className)
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 name,
NotificationListener listener) |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener) |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean.
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean.
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from a registered MBean.
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean.
|
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute) |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
Sets the value of a specific attribute of a named MBean.
|
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes) |
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
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 name)
Unregisters an MBean from the MBean server.
|
void |
MBeanServerConnection.unregisterMBean(ObjectName name)
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 mr,
String mr_type)
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 mr,
String mr_type)
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 relationObjectName)
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 relationObjectName)
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 |
Timer.removeNotification(Integer id)
Removes the timer notification corresponding to the specified identifier from the list of notifications.
|
void |
TimerMBean.removeNotification(Integer id)
Removes the timer notification corresponding to the specified identifier from the list of notifications.
|
void |
Timer.removeNotifications(String type)
Removes all the timer notifications corresponding to the specified type from the list of notifications.
|
void |
TimerMBean.removeNotifications(String type)
Removes all the timer notifications corresponding to the specified type from the list of notifications.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait