org.objectweb.proactive.jmx.client
Class ClientConnector

java.lang.Object
  extended by org.objectweb.proactive.jmx.client.ClientConnector
All Implemented Interfaces:
java.io.Serializable

public class ClientConnector
extends java.lang.Object
implements java.io.Serializable

This class creates a JMX client connector whose communication protocol is ProActive

Author:
ProActive Team
See Also:
Serialized Form

Constructor Summary
ClientConnector(java.lang.String url)
          Creates a ClientConnector and connect to the remote JMX MBean Server whose at the specified url
 
Method Summary
 ProActiveConnection getConnection()
          Returns the ProActiveConnection that will enable the calls onto the remote MBean Server
 javax.management.remote.JMXConnector getConnector()
          Returns the ProActive Remote connector that can be used to establish a connection to a connector server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnector

public ClientConnector(java.lang.String url)
Creates a ClientConnector and connect to the remote JMX MBean Server whose at the specified url

Parameters:
url - The ProActive JMX connector url ( for example localhost:8080 )
Method Detail

getConnection

public ProActiveConnection getConnection()
Returns the ProActiveConnection that will enable the calls onto the remote MBean Server

Returns:
the JMX ProActive Connection

getConnector

public javax.management.remote.JMXConnector getConnector()
Returns the ProActive Remote connector that can be used to establish a connection to a connector server.



Copyright 2001-2007 INRIA All Rights Reserved.