|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMXServiceURL | |
javax.management.remote | Interfaces for remote access to JMX MBean servers. |
javax.management.remote.generic | The Generic JMX API Connector. |
javax.management.remote.jmxmp | The JMXMP Connector. |
javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. |
Uses of JMXServiceURL in javax.management.remote |
Methods in javax.management.remote that return JMXServiceURL | |
JMXServiceURL |
JMXConnectorServerMBean.getAddress()
The address of this connector server. |
Methods in javax.management.remote with parameters of type JMXServiceURL | |
JMXConnectorServer |
JMXConnectorServerProvider.newJMXConnectorServer(JMXServiceURL serviceURL,
Map environment,
MBeanServer mbeanServer)
Creates a new connector server at the given address. |
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL serviceURL)
Creates a connection to the connector server at the given address. |
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL serviceURL,
Map environment)
Creates a connection to the connector server at the given address. |
static JMXConnector |
JMXConnectorFactory.newJMXConnector(JMXServiceURL serviceURL,
Map environment)
Creates a connector client for the connector server at the given address. |
JMXConnector |
JMXConnectorProvider.newJMXConnector(JMXServiceURL serviceURL,
Map environment)
Creates a new connector client that is ready to connect to the connector server at the given address. |
static JMXConnectorServer |
JMXConnectorServerFactory.newJMXConnectorServer(JMXServiceURL serviceURL,
Map environment,
MBeanServer mbeanServer)
Creates a connector server at the given address. |
Uses of JMXServiceURL in javax.management.remote.generic |
Methods in javax.management.remote.generic that return JMXServiceURL | |
JMXServiceURL |
GenericConnectorServer.getAddress()
|
JMXServiceURL |
MessageConnectionServer.getAddress()
The address of this connection server. |
Uses of JMXServiceURL in javax.management.remote.jmxmp |
Constructors in javax.management.remote.jmxmp with parameters of type JMXServiceURL | |
JMXMPConnectorServer(JMXServiceURL address,
Map env)
Creates a connector server that listens for connection requests on the given address with the given parameters. |
|
JMXMPConnectorServer(JMXServiceURL address,
Map env,
MBeanServer mbs)
Creates a connector server that listens for connection requests on the given address with the given parameters. |
|
JMXMPConnector(JMXServiceURL address)
Constructs a JMXMP Connector client that can make a connection to the connector server at the given address. |
|
JMXMPConnector(JMXServiceURL address,
Map env)
Constructs a JMXMP Connector client that can make a connection to the connector server at the given address. |
Uses of JMXServiceURL in javax.management.remote.rmi |
Methods in javax.management.remote.rmi that return JMXServiceURL | |
JMXServiceURL |
RMIConnectorServer.getAddress()
|
Constructors in javax.management.remote.rmi with parameters of type JMXServiceURL | |
RMIConnector(JMXServiceURL url,
Map environment)
Constructs an RMIConnector that will connect
the RMI connector server with the given address. |
|
RMIConnectorServer(JMXServiceURL url,
Map environment)
Makes an RMIConnectorServer . |
|
RMIConnectorServer(JMXServiceURL url,
Map environment,
MBeanServer mbeanServer)
Makes an RMIConnectorServer for the given MBean
server. |
|
RMIConnectorServer(JMXServiceURL url,
Map environment,
RMIServerImpl rmiServerImpl,
MBeanServer mbeanServer)
Makes an RMIConnectorServer for the given MBean
server. |
|
JMX Remote API Specification 1.0 Final Release Generated from RI build jmxremote-1_0_1_03-b57.2 2005.11.28_17:40:34_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |