org.ow2.petals.launcher
Class PetalsClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by org.ow2.petals.launcher.PetalsClassLoader

public class PetalsClassLoader
extends java.net.URLClassLoader

A class loader that looks first in the kernels jar to avoid java.lang.LinkageError with JAXB API

Author:
sandre

Constructor Summary
PetalsClassLoader(Configuration config)
           
 
Method Summary
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findClass, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PetalsClassLoader

public PetalsClassLoader(Configuration config)
                  throws PetalsLauncherException
Throws:
PetalsLauncherException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.