| Package | Description |
|---|---|
| java.lang.management |
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| javax.management.monitor |
Provides the definition of the monitor classes.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.management.remote |
Interfaces for remote access to JMX MBean servers.
|
| 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 |
|---|---|
static MBeanServer |
ManagementFactory.getPlatformMBeanServer()
Returns the platform
MBeanServer.
|
| Modifier and Type | Method and Description |
|---|---|
static MBeanServer |
MBeanServerFactory.createMBeanServer()
Return a new object implementing the MBeanServer interface with a standard default domain name.
|
static MBeanServer |
MBeanServerFactory.createMBeanServer(String
Return a new object implementing the
MBeanServer interface with the specified default domain name.
|
static MBeanServer |
QueryEval.getMBeanServer()
Return the MBean server that was most recently given to the
setMBeanServer method by this thread.
|
static MBeanServer |
MBeanServerFactory.newMBeanServer()
Return a new object implementing the MBeanServer interface with a standard default domain name, without keeping an internal reference to this new object.
|
static MBeanServer |
MBeanServerFactory.newMBeanServer(String
Return a new object implementing the MBeanServer interface with the specified default domain name, without keeping an internal reference to this new object.
|
MBeanServer |
MBeanServerBuilder.newMBeanServer(String
This method creates a new MBeanServer implementation object.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList |
MBeanServerFactory.findMBeanServer(String
Return a list of registered MBeanServer objects.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassLoaderRepository |
MBeanServerFactory.getClassLoaderRepository(MBeanServer
Return the ClassLoaderRepository used by the given MBeanServer.
|
MBeanServer |
MBeanServerBuilder.newMBeanServer(String
This method creates a new MBeanServer implementation object.
|
ObjectName |
StandardMBean.preRegister(MBeanServer
Allows the MBean to perform any operations it needs before being registered in the MBean server.
|
ObjectName |
MBeanRegistration.preRegister(MBeanServer
Allows the MBean to perform any operations it needs before being registered in the MBean Server.
|
static void |
MBeanServerFactory.releaseMBeanServer(MBeanServer
Remove internal MBeanServerFactory references to a created MBeanServer.
|
void |
StringValueExp.setMBeanServer(MBeanServer
Deprecated.
|
void |
ObjectName.setMBeanServer(MBeanServer
|
void |
QueryExp.setMBeanServer(MBeanServer
Sets the MBean server on which the query is to be performed.
|
void |
ValueExp.setMBeanServer(MBeanServer
Deprecated.
This method is not needed because a
ValueExp can access the MBean server in which it is being evaluated by using QueryEval.
|
void |
QueryEval.setMBeanServer(MBeanServer
Sets the MBean server on which the query is to be performed.
|
void |
AttributeValueExp.setMBeanServer(MBeanServer
Deprecated.
This method has no effect. The MBean Server used to obtain an attribute value is
QueryEval.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
MLet.preRegister(MBeanServer
Allows the m-let to perform any operations it needs before being registered in the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
RequiredModelMBean.preRegister(MBeanServer
Allows the MBean to perform any operations it needs before being registered in the MBean server.
|
| Modifier and Type | Field and Description |
|---|---|
protected MBeanServer |
Monitor.server
Reference to the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
Monitor.preRegister(MBeanServer
Allows the monitor MBean to perform any operations it needs before being registered in the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
RelationSupport.preRegister(MBeanServer
|
ObjectName |
RelationService.preRegister(MBeanServer
|
| Constructor and Description | |
|---|---|
RelationSupport(String
Creates a
RelationSupport object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MBeanServerForwarder
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanServer |
MBeanServerForwarder.getMBeanServer()
Returns the MBeanServer object to which requests will be forwarded.
|
MBeanServer |
JMXConnectorServer.getMBeanServer()
Returns the MBean server that this connector server is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
static JMXConnectorServer |
JMXConnectorServerFactory.newJMXConnectorServer(JMXServiceURL
Creates a connector server at the given address.
|
JMXConnectorServer |
JMXConnectorServerProvider.newJMXConnectorServer(JMXServiceURL
Creates a new connector server at the given address.
|
ObjectName |
JMXConnectorServer.preRegister(MBeanServer
Called by an MBean server when this connector server is registered in that MBean server.
|
void |
MBeanServerForwarder.setMBeanServer(MBeanServer
Sets the MBeanServer object to which requests will be forwarded after treatment by this object.
|
| Constructor and Description | |
|---|---|
JMXConnectorServer(MBeanServer
Constructs a connector server that is attached to the given MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanServer |
RMIServerImpl.getMBeanServer()
The
MBeanServer to which this connector server is attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMIServerImpl.setMBeanServer(MBeanServer
Sets the
MBeanServer to which this connector server is attached.
|
| Constructor and Description | |
|---|---|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
Timer.preRegister(MBeanServer
Allows the timer MBean to perform any operations it needs before being registered in the MBean server.
|