Uses of Class
org.objectledge.context.Context

Packages that use Context
org.objectledge.cache The object caching components 
org.objectledge.database Database access components 
org.objectledge.event   
org.objectledge.hibernate   
org.objectledge.mail E-mail messaging support based on Java-Mail API 
org.objectledge.pipeline The pipeline based serial processing subsystem 
org.objectledge.scheduler   
org.objectledge.statistics   
org.objectledge.templating Templating subsystem for use textual data generation (txt, html etc) 
org.objectledge.templating.tools Templating context population facilities (mainly for webapplications) 
org.objectledge.threads   
org.objectledge.threads.impl   
 

Uses of Context in org.objectledge.cache
 

Methods in org.objectledge.cache with parameters of type Context
 void DefaultCacheFactory.DelayedUpdateTask.process(Context context)
           
 

Uses of Context in org.objectledge.database
 

Fields in org.objectledge.database declared as Context
private  Context ThreadDataSource.context
          thread's processing context.
private  Context Transaction.context
          Context the context.
 

Methods in org.objectledge.database with parameters of type Context
(package private) static void ThreadDataSource.cleanupState(Context context, org.jcontainer.dna.Logger log)
          Close the connection if the thread has one, and report the error condition.
(package private)  void Transaction.cleanupState(Context context, org.jcontainer.dna.Logger log)
           
static String ThreadDataSource.getTrace(Context context)
          Returns the connection openning/closing trace.
private static String Transaction.getTrace(Context context)
           
static boolean ThreadDataSource.hasOpenConnections(Context context)
          Checks if the calling thread has opened any database connections.
 void ThreadDataSource.GuardValve.process(Context context)
          Processes the unit of work.
 void Transaction.GuardValve.process(Context context)
          Processes the unit of work.
 

Constructors in org.objectledge.database with parameters of type Context
JndiTransaction(int tracing, int defaultTimeout, Context context, org.jcontainer.dna.Logger log)
          Constructs a JndiLogger instance.
JotmTransaction(org.jcontainer.dna.Configuration config, Context context, org.jcontainer.dna.Logger log, LoggingConfigurator loggingConfigurator)
          Creates an instance of JOTM based transaction manager.
JotmTransaction(int tracing, int transactionTimeout, Context context, org.jcontainer.dna.Logger log, LoggingConfigurator loggingConfigurator)
          Creates an instance of JOTM based transaction manager.
ThreadDataSource(DataSource dataSource, org.jcontainer.dna.Configuration config, LoggingConfigurator loggingConfigurator, Context context, org.jcontainer.dna.Logger log)
          Creates a new ThreadDataSource instance.
ThreadDataSource(DataSource dataSource, org.jcontainer.dna.Configuration config, LoggingConfigurator loggingConfigurator, Context context, ThreadDataSource.Statistics statistics, org.jcontainer.dna.Logger log)
          Creates a new ThreadDataSource instance.
ThreadDataSource(DataSource dataSource, int tracing, boolean cacheConnection, String statementLogName, Context context, LoggingConfigurator loggingConfigurator, org.jcontainer.dna.Logger log)
          Creates a ThreadDataSource instance.
ThreadDataSource(DataSource dataSource, int tracing, boolean cacheConnection, String statementLogName, Context context, LoggingConfigurator loggingConfigurator, ThreadDataSource.Statistics statistics, org.jcontainer.dna.Logger log)
          Creates a ThreadDataSource instance.
Transaction(int tracing, int defaultTimeout, Context context, org.jcontainer.dna.Logger log)
          Constructs a Transaction component.
 

Uses of Context in org.objectledge.event
 

Methods in org.objectledge.event with parameters of type Context
 void EventWhiteboardFactory.DispatcherTask.process(Context context)
          Main processing loop.
 

Uses of Context in org.objectledge.hibernate
 

Fields in org.objectledge.hibernate declared as Context
private  Context HibernateSessionValve.context
           
 

Methods in org.objectledge.hibernate with parameters of type Context
static HibernateSessionContext HibernateSessionContext.getHibernateSessionContext(Context context)
          Useful method to retrieve hibernateSession context from context.
 void HibernateSessionValve.process(Context context)
          Run the pipeline valve - create session.
 void HibernateSessionFinallyValve.process(Context context)
          Run the pipeline valve - close session.
 

Constructors in org.objectledge.hibernate with parameters of type Context
HibernateSessionValve(Context context, HibernateSessionFactory hibernateSessionFactory)
          Constructor.
 

Uses of Context in org.objectledge.mail
 

Methods in org.objectledge.mail with parameters of type Context
 void MailSystem.DeliverMailTask.process(Context context)
          Processes the unit of work.
 

Uses of Context in org.objectledge.pipeline
 

Methods in org.objectledge.pipeline with parameters of type Context
 void SimplePipeline.process(Context context)
          Performs the processing.
 void ErrorHandlingPipeline.process(Context context)
          Runs the connected valves.
 void ConcurrencyControlValve.process(Context context)
          Processes the unit of work.
 void Valve.process(Context context)
          Processes the unit of work.
 

Uses of Context in org.objectledge.scheduler
 

Methods in org.objectledge.scheduler with parameters of type Context
 void AbstractScheduler.RunnerTask.process(Context context)
           
 void AbstractScheduler.SchedulerTask.process(Context context)
           
 

Uses of Context in org.objectledge.statistics
 

Methods in org.objectledge.statistics with parameters of type Context
 void StatisticsWriter.StatisticsWriterTask.process(Context context)
          Processes the unit of work.
 void MuninNode.AcceptTask.process(Context context)
          Processes the unit of work.
 void MuninNode.ProcessorTask.process(Context context)
           
 

Uses of Context in org.objectledge.templating
 

Methods in org.objectledge.templating with parameters of type Context
static TemplatingContext TemplatingContext.getTemplatingContext(Context context)
          Retrieves the TemplatingContext from the thread's processing context.
 void TemplatingContextLoaderValve.process(Context context)
          Load the new templating context into the context.
 

Uses of Context in org.objectledge.templating.tools
 

Methods in org.objectledge.templating.tools with parameters of type 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.
 

Uses of Context in org.objectledge.threads
 

Fields in org.objectledge.threads declared as Context
private  Context ThreadPool.context
          thread's processing context.
 

Constructors in org.objectledge.threads with parameters of type Context
ThreadPool(Valve cleanup, Context context, org.jcontainer.dna.Configuration config, org.jcontainer.dna.Logger log)
          Component constructor.
 

Uses of Context in org.objectledge.threads.impl
 

Fields in org.objectledge.threads.impl declared as Context
private  Context Worker.context
           
private  Context WorkerPool.context
           
private  Context Daemon.context
           
 

Methods in org.objectledge.threads.impl with parameters of type Context
 void WorkerPool.SchedulingTask.process(Context context)
          Processes the unit of work.
 

Constructors in org.objectledge.threads.impl with parameters of type Context
Daemon(Task task, int priority, ThreadGroup threadGroup, org.jcontainer.dna.Logger log, Context context, Valve cleanup)
          Creates a daemon thread.
Worker(String name, int priority, org.apache.commons.pool.ObjectPool pool, ThreadGroup threadGroup, org.jcontainer.dna.Logger log, Context context, Valve cleanup)
          Creates a daemon thread.
WorkerPool(int capacity, int priority, ThreadGroup threadGroup, org.jcontainer.dna.Logger log, Context context, Valve cleanup)
          Creates a daemon thread.
 



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