|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanServerConnection | |
javax.management | Provides the core classes for the Java Management Extensions. |
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 Object |
MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection,
ObjectName objectName,
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. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b34.1 2005.02.08_17:06:19_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |