Uses of Interface javax.management.MBeanServer

Uses in package java.lang.management

Methods with return type javax.management.MBeanServer

MBeanServer
Returns the platform MBeanServer.

Uses in package gnu.javax.management

Classes implementing javax.management.MBeanServer

class
This class provides an MBeanServer implementation for GNU Classpath.

Constructors with parameter type javax.management.MBeanServer

Server.Server(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
Constructs a new management server using the specified default domain, delegate bean and outer server.

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.