Collaboration diagram for org.objectweb.proactive.jmx.client.ClientConnector:
Public Member Functions | |
ClientConnector (String url) | |
Creates a ClientConnector and connect to the remote JMX MBean Server whose at the specified url. | |
ProActiveConnection | getConnection () |
Returns the ProActiveConnection that will enable the calls onto the remote MBean Server. | |
JMXConnector | getConnector () |
Returns the ProActive Remote connector that can be used to establish a connection to a connector server. |
Definition at line 50 of file ClientConnector.java.
org.objectweb.proactive.jmx.client.ClientConnector.ClientConnector | ( | String | url | ) |
Creates a ClientConnector and connect to the remote JMX MBean Server whose at the specified url.
url | The ProActive JMX connector url ( for example localhost:8080 ) |
Definition at line 61 of file ClientConnector.java.
ProActiveConnection org.objectweb.proactive.jmx.client.ClientConnector.getConnection | ( | ) |
Returns the ProActiveConnection that will enable the calls onto the remote MBean Server.
Definition at line 91 of file ClientConnector.java.
JMXConnector org.objectweb.proactive.jmx.client.ClientConnector.getConnector | ( | ) |
Returns the ProActive Remote connector that can be used to establish a connection to a connector server.
ProActive JMX Connector Server
Definition at line 99 of file ClientConnector.java.