GNU Classpath (0.95) | |
Frames | No Frames |
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.
| |
Returns a proxy for a MXBean , using
the specified connection to access the named implementation,
as with newMXBeanProxy(MBeanServerConnection, ObjectName,
Class) . | |
MBeanServerInvocationHandler.T newProxyInstance(MBeanServerConnection conn, ObjectName name, Class
Returns a proxy for the specified bean. |
Methods with return type javax.management.MBeanServerConnection | |
MBeanServerConnection | Returns the connection through which the calls to the bean
will be made.
|
Methods with parameter type javax.management.MBeanServerConnection | |
ManagementFactory.T newPlatformMXBeanProxy(MBeanServerConnection connection, String mxbeanName, Class
Returns a proxy for the specified platform bean. |
GNU Classpath (0.95) |