This project has retired. For details please refer to its
        
        Attic page .
      
ContinuationClassLoader (Cocoon API 2.1.12-dev [March 20 2012])
 
 
org.apache.cocoon.components.flow.java 
 
java.lang.Object 
  java.lang.ClassLoader 
      org.apache.cocoon.components.flow.java.ContinuationClassLoader 
 
public class ContinuationClassLoader  extends ClassLoader   
The classloader breakes the methods of the classes into pieces and
 add intercepting code to suspend the execution of the method.
 
 This code is based on the original idea of the BRAKES project.
 (http://www.cs.kuleuven.ac.be/~eddy/BRAKES/brakes.html).
Version: CVS $Id: ContinuationClassLoader.html 1304258 2012-03-23 10:09:27Z ilgrosso $ 
Author: Stephan Michels , Torsten Curdt  
 
Methods inherited from class java.lang.ClassLoader   
clearAssertionStatus , defineClass , defineClass , defineClass , defineClass , definePackage , findClass , findLibrary , findLoadedClass , findResource , findResources , findSystemClass , getPackage , getPackages , getParent , getResource , getResourceAsStream , getResources , getSystemClassLoader , getSystemResource , getSystemResourceAsStream , getSystemResources , loadClass , resolveClass , setClassAssertionStatus , setDefaultAssertionStatus , setPackageAssertionStatus , setSigners  
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
ContinuationClassLoader 
public ContinuationClassLoader (ClassLoader  parent) 
 
loadClass 
protected Class  loadClass (String  name,
                          boolean resolve)
                   throws ClassNotFoundException  
Overrides: loadClass ClassLoader  
Throws: 
ClassNotFoundException