This project has retired. For details please refer to its
        
        Attic page .
      
CocoonComponentManager.AbstractCocoonRunnable (Cocoon API 2.1.12-dev [March 20 2012])
 
 
org.apache.cocoon.components 
 
java.lang.Object 
  org.apache.cocoon.components.CocoonComponentManager.AbstractCocoonRunnable 
 
All Implemented Interfaces:  Runnable  
Direct Known Subclasses:  CocoonRunnable  
Enclosing class: CocoonComponentManager  
public abstract static class CocoonComponentManager.AbstractCocoonRunnable  extends Object implements Runnable    
A runnable wrapper that inherits the environment stack of the thread it is
 created in.
 
 It's defined as an abstract class here to use some internals of EnvironmentHelper, and
 should only be used through its public counterpart, CocoonRunnable
 
Method Summary   
protected abstract  void doRun  
 void run doRun() 
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
CocoonComponentManager.AbstractCocoonRunnable 
public CocoonComponentManager.AbstractCocoonRunnable () 
 
run 
public final void run () 
Calls doRun()
Specified by: run Runnable  
 
  
doRun 
protected abstract void doRun ()