Package org.jboss.remotingjmx
Class RemotingConnectorProvider
java.lang.Object
org.jboss.remotingjmx.RemotingConnectorProvider
- All Implemented Interfaces:
JMXConnectorProvider
The JMXConnectorProvider implementation for use with Remoting.
- Author:
- Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet the version string of the remoting connector provider.newJMXConnector(JMXServiceURL serviceURL, Map<String, ?> environment)
-
Constructor Details
-
RemotingConnectorProvider
public RemotingConnectorProvider()
-
-
Method Details
-
newJMXConnector
public JMXConnector newJMXConnector(JMXServiceURL serviceURL, Map<String, ?> environment) throws IOException- Specified by:
newJMXConnectorin interfaceJMXConnectorProvider- Throws:
IOException
-
getVersionString
Get the version string of the remoting connector provider.- Returns:
- the version string.
-