org.jboss.remotingjmx
Class RemotingConnectorProvider
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotingConnectorProvider
public RemotingConnectorProvider()
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.
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.