|
||||||||||
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 | |
---|---|
MBeanServerConnectionFactory |
CascadingAgent.getConnectionFactory()
Returns the MBeanServerConnectionFactory, as passed to this object's constructor. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(javax.management.remote.JMXConnector c)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(javax.management.remote.JMXConnector c,
javax.security.auth.Subject subject)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(javax.management.remote.JMXServiceURL url)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(javax.management.remote.JMXServiceURL url,
java.util.Map map)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
BasicMBeanServerConnectionFactory.newInstance(javax.management.remote.JMXServiceURL url,
java.util.Map map,
javax.security.auth.Subject subject)
Creates a new instance of the BasicMBeanServerConnectionFactory. |
static MBeanServerConnectionFactory |
LocalMBeanServerConnectionFactory.newInstance(javax.management.MBeanServer s)
Creates a new instance of a LocalMBeanServerConnectionFactory . |
Constructors in com.sun.jdmk.remote.cascading with parameters of type MBeanServerConnectionFactory | |
---|---|
CascadingAgent(MBeanServerConnectionFactory sourceConnection,
javax.management.ObjectName sourcePattern,
javax.management.QueryExp sourceQuery,
java.lang.String targetPath,
javax.management.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 java.lang.Object |
ProxyCascadingAgent.createProxy(javax.management.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(javax.management.ObjectName sourceMBeanName,
MBeanServerConnectionFactory mbscf)
Creates a new CascadingProxy. |
|
ProxyCascadingAgent(MBeanServerConnectionFactory sourceConnection,
javax.management.ObjectName sourcePattern,
javax.management.QueryExp sourceQuery,
java.lang.String description)
Creates a new ProxyCascadingAgent - Using this constructor is discouraged. |
|
ProxyCascadingAgent(MBeanServerConnectionFactory sourceConnection,
javax.management.ObjectName sourcePattern,
javax.management.QueryExp sourceQuery,
java.lang.String targetPath,
javax.management.MBeanServer targetMBS,
java.lang.String description)
Creates a ProxyCascadingAgent that will mount MBeans from a source MBeanServer under the given targetPath. |
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.09.25_15:22:04_BST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |