GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.management.MBeanServer | |
ClassLoaderRepository | Returns the class loader repository used by the specified server.
|
MBeanServer | MBeanServerBuilder.newMBeanServer(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
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 | MBeanServerBuilder.newMBeanServer(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
Creates a new MBeanServer implementation with the specified
default domain, delegate and outer server. |
Methods with return type javax.management.MBeanServer | |
MBeanServer |
Returns the platform MBeanServer . |
GNU Classpath (0.95) |