org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Class ProviderHelper

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.ProviderHelper
Direct Known Subclasses:
ConnectionResolver, ProviderFactory

public abstract class ProviderHelper
extends Object

Version:
$Revision: 1.2 $

Constructor Summary
ProviderHelper()
           
 
Method Summary
protected static String constructClassName(String packageName, String protocol, String className)
           
protected static String findSystemPackageList(String key)
           
protected static Class loadClass(String className, ClassLoader loader)
           
protected static String normalizeProtocol(String protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderHelper

public ProviderHelper()
Method Detail

normalizeProtocol

protected static String normalizeProtocol(String protocol)

findSystemPackageList

protected static String findSystemPackageList(String key)

loadClass

protected static Class loadClass(String className,
                                 ClassLoader loader)
                          throws ClassNotFoundException
Throws:
ClassNotFoundException

constructClassName

protected static String constructClassName(String packageName,
                                           String protocol,
                                           String className)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.