org.jboss.mx.remoting.provider.iiop
Class ServerProvider

java.lang.Object
  extended by org.jboss.mx.remoting.provider.iiop.ServerProvider
All Implemented Interfaces:
JMXConnectorServerProvider

public class ServerProvider
extends Object
implements JMXConnectorServerProvider

Author:
Tom Elrod

Field Summary
static String PROTOCOL
           
 
Constructor Summary
ServerProvider()
           
 
Method Summary
 JMXConnectorServer newJMXConnectorServer(JMXServiceURL serviceURL, Map environment, MBeanServer server)
           
 
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

ServerProvider

public ServerProvider()
Method Detail

newJMXConnectorServer

public JMXConnectorServer newJMXConnectorServer(JMXServiceURL serviceURL,
                                                Map environment,
                                                MBeanServer server)
                                         throws IOException
Specified by:
newJMXConnectorServer in interface JMXConnectorServerProvider
Throws:
IOException


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