com.ibm.ws.classloading

Class ClassLoaderConfigHelper

  1. java.lang.Object
  2. extended bycom.ibm.ws.classloading.ClassLoaderConfigHelper

  1. public class ClassLoaderConfigHelper
  2. extends java.lang.Object
Wrapper around the server.xml configuration for shared libraries Used to retrieve the list of shared library names that are registered in the service registry

Constructor Summary

Constructor and Description
ClassLoaderConfigHelper(NestedConfigHelper configHelper,org.osgi.service.cm.ConfigurationAdmin configAdmin)

Method Summary

Modifier and Type Method and Description
  1. java.lang.ClassLoader
createTopLevelClassLoader(java.util.List<Container> classPath,GatewayConfiguration gwConfig,ClassLoaderConfiguration config,ClassLoadingService classLoadingService,SharedLibrary globalSharedLibrary)
  1. boolean
isDelegateLast()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ClassLoaderConfigHelper

  1. public ClassLoaderConfigHelper( NestedConfigHelper configHelper,
  2. org.osgi.service.cm.ConfigurationAdmin configAdmin)

Method Detail

createTopLevelClassLoader

  1. public java.lang.ClassLoader createTopLevelClassLoader( java.util.List<Container> classPath,
  2. GatewayConfiguration gwConfig,
  3. ClassLoaderConfiguration config,
  4. ClassLoadingService classLoadingService,
  5. SharedLibrary globalSharedLibrary)

isDelegateLast

  1. public boolean isDelegateLast()