org.jboss.mx.remoting.connector
Class ConnectorFactoryUtil

java.lang.Object
  extended by org.jboss.mx.remoting.connector.ConnectorFactoryUtil

public class ConnectorFactoryUtil
extends Object

This is a help class for the JMXConnectorFactory and JMXConnectorServerFactory. They both have the same requirements in regards to processing JMXServiceURL, so just putting the code in one place instead of the same code in both of the classes.

Author:
Tom Elrod

Method Summary
static ClassLoader locateClassLoader(Map environment, String classLoaderKey)
           
static List locateProviderPackage(Map environment, String providerPackageKey)
           
static String normalizeProtocol(String protocol)
           
static void validateEnvironmentMap(Map environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

normalizeProtocol

public static String normalizeProtocol(String protocol)

validateEnvironmentMap

public static void validateEnvironmentMap(Map environment)

locateClassLoader

public static ClassLoader locateClassLoader(Map environment,
                                            String classLoaderKey)

locateProviderPackage

public static List locateProviderPackage(Map environment,
                                         String providerPackageKey)
                                  throws JMXProviderException
Throws:
JMXProviderException


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