|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanServerConnectionFactory | |
com.sun.jdmk.remote.cascading | Provides the classes that implement cascading over JMX Remote API connectors. |
com.sun.jdmk.remote.cascading.proxy | Provides the classes that implement proxy-based cascading over JMX Remote API connectors. |
Uses of MBeanServerConnectionFactory in com.sun.jdmk.remote.cascading |
Classes in com.sun.jdmk.remote.cascading that implement MBeanServerConnectionFactory | |
class |
BasicMBeanServerConnectionFactory
A basic MBeanServerConnectionFactory that wraps a
JMXConnector . |
class |
LocalMBeanServerConnectionFactory
An MBeanServerConnectionFactory that wraps a local
MBeanServerConnection, e.g, an MBeanServer. |
Methods in com.sun.jdmk.remote.cascading that return MBeanServerConnectionFactory | |
static MBeanServerConnectionFactory |
LocalMBeanServerConnectionFactory.newInstance(MBeanServer s)
Creates a new instance of a LocalMBeanServerConnectionFactory . |
MBeanServerConnectionFactory |
CascadingAgent.getConnectionFactory()
Returns the MBeanServerConnectionFactory, as passed to this object's constructor. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(JMXServiceURL url)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(JMXServiceURL url,
Map map)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(JMXServiceURL url,
Map map,
Subject subject)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(JMXConnector c)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(JMXConnector c,
Subject subject)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
Constructors in com.sun.jdmk.remote.cascading with parameters of type MBeanServerConnectionFactory | |
CascadingAgent(MBeanServerConnectionFactory sourceConnection,
ObjectName sourcePattern,
QueryExp sourceQuery,
String targetPath,
MBeanServer targetMBS)
Construct a new CascadingAgent MBean. |
Uses of MBeanServerConnectionFactory in com.sun.jdmk.remote.cascading.proxy |
Methods in com.sun.jdmk.remote.cascading.proxy that return MBeanServerConnectionFactory | |
MBeanServerConnectionFactory |
CascadingProxy.getConnectionFactory()
Returns the MBeanServerConnectionFactory, as passed to this object's constructor. |
Methods in com.sun.jdmk.remote.cascading.proxy with parameters of type MBeanServerConnectionFactory | |
protected Object |
ProxyCascadingAgent.createProxy(ObjectName sourceName,
MBeanServerConnectionFactory cf)
Creates a new proxy for the specified source MBean. |
Constructors in com.sun.jdmk.remote.cascading.proxy with parameters of type MBeanServerConnectionFactory | |
CascadingProxy(ObjectName sourceMBeanName,
MBeanServerConnectionFactory mbscf)
Creates a new CascadingProxy. |
|
ProxyCascadingAgent(MBeanServerConnectionFactory sourceConnection,
ObjectName sourcePattern,
QueryExp sourceQuery,
String targetPath,
MBeanServer targetMBS,
String description)
Creates a ProxyCascadingAgent that will mount MBeans from a source MBeanServer under the given targetPath. |
|
ProxyCascadingAgent(MBeanServerConnectionFactory sourceConnection,
ObjectName sourcePattern,
QueryExp sourceQuery,
String description)
Creates a new ProxyCascadingAgent - Using this constructor is discouraged. |
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |