org.jbpm.instantiation
Class ProcessClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.jbpm.instantiation.ProcessClassLoader

public class ProcessClassLoader
extends ClassLoader


Nested Class Summary
static class ProcessClassLoader.BytesUrlConnection
          Deprecated. not in use anymore
static class ProcessClassLoader.BytesUrlStreamHandler
          Deprecated. not in use anymore
 
Constructor Summary
ProcessClassLoader(ClassLoader parent, ProcessDefinition processDefinition)
           
 
Method Summary
protected  Class findClass(String className)
           
protected  URL findResource(String name)
           
protected  ProcessDefinition getProcessDefinition()
           
 
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
 

Constructor Detail

ProcessClassLoader

public ProcessClassLoader(ClassLoader parent,
                          ProcessDefinition processDefinition)
Method Detail

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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.