Uses of Interface javax.management.MBeanServer

Uses in package javax.management

Methods with parameter type javax.management.MBeanServer

ClassLoaderRepository
Returns the class loader repository used by the specified server.
MBeanServer
Creates a new MBeanServer implementation with the specified default domain, delegate and outer server.
ObjectName
This method is called prior to registration, with a reference to the server and ObjectName supplied to the server for registration.
void
Removes the reference to the specified server, thus allowing it to be garbage collected.
void
Sets the MBeanServer on which the query will be performed.
void
Changes the MBeanServer on which this query is performed.
void
Sets the MBeanServer on which the query will be performed.
void
Changes the MBeanServer on which this query is performed.
void
Sets the MBeanServer on which the query will be performed.
void
Changes the MBeanServer on which this query is performed.

Methods with return type javax.management.MBeanServer

MBeanServer
Returns a server implementation using the default domain name of "DefaultDomain".
MBeanServer
Returns a server implementation using the default domain name given, or "DefaultDomain" if this is null.
MBeanServer
Returns the MBeanServer last supplied to the setMBeanServer(MBeanServer) method.
MBeanServer
Returns a server implementation using the default domain name of "DefaultDomain".
MBeanServer
Returns a server implementation using the default domain name given, or "DefaultDomain" if this is null.
MBeanServer
Creates a new MBeanServer implementation with the specified default domain, delegate and outer server.

Uses in package java.lang.management

Methods with return type javax.management.MBeanServer

MBeanServer
Returns the platform MBeanServer.