|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanServerConnection | |
javax.management | Provides the core JMX classes. |
Uses of MBeanServerConnection in javax.management |
Subinterfaces of MBeanServerConnection in javax.management | |
interface |
MBeanServer
This is the interface for MBean manipulation on the agent side. |
Methods in javax.management with parameters of type MBeanServerConnection | |
static java.lang.Object |
MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection,
ObjectName objectName,
java.lang.Class interfaceClass,
boolean notificationBroadcaster)
Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean. |
Constructors in javax.management with parameters of type MBeanServerConnection | |
MBeanServerInvocationHandler(MBeanServerConnection connection,
ObjectName objectName)
Invocation handler that forwards methods through an MBean server. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |