org.jbpm.instantiation
Class ProcessClassLoader
java.lang.Object
java.lang.ClassLoader
org.jbpm.instantiation.ProcessClassLoader
public class ProcessClassLoader
- extends ClassLoader
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResources, 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 |
ProcessClassLoader
public ProcessClassLoader(ClassLoader parent,
ProcessDefinition processDefinition)
getProcessDefinition
protected ProcessDefinition getProcessDefinition()
findResource
protected URL findResource(String name)
- Overrides:
findResource in class ClassLoader
findClass
protected Class findClass(String className)
throws ClassNotFoundException
- Overrides:
findClass in class ClassLoader
- Throws:
ClassNotFoundException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.