org.jboss.mx.remoting.provider.rmi
Class ClientProvider

java.lang.Object
  extended by org.jboss.mx.remoting.provider.rmi.ClientProvider
All Implemented Interfaces:
JMXConnectorProvider

public class ClientProvider
extends Object
implements JMXConnectorProvider

Author:
Tom Elrod

Field Summary
static String PROTOCOL
           
 
Constructor Summary
ClientProvider()
           
 
Method Summary
 JMXConnector newJMXConnector(JMXServiceURL serviceURL, Map environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL

public static final String PROTOCOL
See Also:
Constant Field Values
Constructor Detail

ClientProvider

public ClientProvider()
Method Detail

newJMXConnector

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


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