Frames | No Frames |
Methods with parameter type javax.management.MBeanServerConnection | |
ManagementFactory.T newPlatformMXBeanProxy(MBeanServerConnection connection, String mxbeanName, Class
Returns a proxy for the specified platform bean. |
Classes implementing javax.management.MBeanServerConnection | |
class | This class provides an MBeanServer
implementation for GNU Classpath.
|
Constructors with parameter type javax.management.MBeanServerConnection | |
MBeanServerInvocationHandler.MBeanServerInvocationHandler(MBeanServerConnection conn, ObjectName name) Constructs a new MBeanServerInvocationHandler
which forwards methods to the supplied bean via the
given MBeanServerConnection . | |
MBeanServerInvocationHandler.MBeanServerInvocationHandler(MBeanServerConnection conn, ObjectName name, boolean mxBean) Constructs a new MBeanServerInvocationHandler
which forwards methods to the supplied bean via the
given MBeanServerConnection . |
Methods with parameter type javax.management.MBeanServerConnection | |
Returns a proxy for a standard management bean, using
the specified connection to access the named implementation.
| |
Returns a proxy for a standard management bean, using
the specified connection to access the named implementation,
as with newMBeanProxy(MBeanServerConnection, ObjectName,
Class) . | |
Returns a proxy for a MXBean , using the specified
connection to access the named implementation.
|
Methods with return type javax.management.MBeanServerConnection | |
MBeanServerConnection | Returns the connection through which the calls to the bean
will be made.
|