Package 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
-
-
Constructor Summary
Constructors Constructor Description RemotingConnectorProvider()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetVersionString()Get the version string of the remoting connector provider.JMXConnectornewJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment)
-
-
-
Method Detail
-
newJMXConnector
public JMXConnector newJMXConnector(JMXServiceURL serviceURL, Map<String,?> environment) throws IOException
- Specified by:
newJMXConnectorin interfaceJMXConnectorProvider- Throws:
IOException
-
getVersionString
public static String getVersionString()
Get the version string of the remoting connector provider.- Returns:
- the version string.
-
-