remoting-jmx 1.0.4.Final-redhat-1

org.jboss.remotingjmx
Class RemotingConnectorProvider

java.lang.Object
  extended by org.jboss.remotingjmx.RemotingConnectorProvider
All Implemented Interfaces:
JMXConnectorProvider

public class RemotingConnectorProvider
extends Object
implements JMXConnectorProvider

The JMXConnectorProvider implementation for use with Remoting.

Author:
Darran Lofthouse

Constructor Summary
RemotingConnectorProvider()
           
 
Method Summary
static String getVersionString()
          Get the version string of the remoting connector provider.
 JMXConnector newJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingConnectorProvider

public RemotingConnectorProvider()
Method Detail

newJMXConnector

public JMXConnector newJMXConnector(JMXServiceURL serviceURL,
                                    Map<String,?> environment)
                             throws IOException
Specified by:
newJMXConnector in interface JMXConnectorProvider
Throws:
IOException

getVersionString

public static String getVersionString()
Get the version string of the remoting connector provider.

Returns:
the version string.

remoting-jmx 1.0.4.Final-redhat-1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.