Uses of Class
org.objectledge.pipeline.ProcessingException

Packages that use ProcessingException
org.objectledge.database Database access components 
org.objectledge.hibernate   
org.objectledge.pipeline The pipeline based serial processing subsystem 
org.objectledge.statistics   
org.objectledge.templating.tools Templating context population facilities (mainly for webapplications) 
 

Uses of ProcessingException in org.objectledge.database
 

Methods in org.objectledge.database that throw ProcessingException
 void ThreadDataSource.GuardValve.process(Context context)
          Processes the unit of work.
 void Transaction.GuardValve.process(Context context)
          Processes the unit of work.
 

Uses of ProcessingException in org.objectledge.hibernate
 

Methods in org.objectledge.hibernate that throw ProcessingException
 void HibernateSessionValve.process(Context context)
          Run the pipeline valve - create session.
 void HibernateSessionFinallyValve.process(Context context)
          Run the pipeline valve - close session.
 

Uses of ProcessingException in org.objectledge.pipeline
 

Methods in org.objectledge.pipeline that throw ProcessingException
 void SimplePipeline.process(Context context)
          Performs the processing.
 void ConcurrencyControlValve.process(Context context)
          Processes the unit of work.
 void Valve.process(Context context)
          Processes the unit of work.
 

Uses of ProcessingException in org.objectledge.statistics
 

Methods in org.objectledge.statistics that throw ProcessingException
 void StatisticsWriter.StatisticsWriterTask.process(Context context)
          Processes the unit of work.
 

Uses of ProcessingException in org.objectledge.templating.tools
 

Methods in org.objectledge.templating.tools that throw ProcessingException
 Object ContextToolFactory.getTool()
          Get the tool instance.
 void ContextTools.populateTools(TemplatingContext templatingContext)
          Borrow the tools and put them into the context.
 void ContextToolRecyclerValve.process(Context context)
          Recycle previously populated context tools.
 void ContextToolPopulatorValve.process(Context context)
          Get the tools from factory objects and put them into the context.
 void ContextToolFactory.recycleTool(Object tool)
          Return the tool instance to the object pool.
 void ContextTools.recycleTools(TemplatingContext templatingContext)
          Recycle all populated tools.
 



Copyright © 2003-2006 objectledge.org. All Rights Reserved.