|
||||||||||
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
|
MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection,
ObjectName objectName,
Class<T> 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-b35 2004.10.19_15:30:31_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |