Uses of Class
de.phleisch.app.itsucks.job.Context

Packages that use Context
de.phleisch.app.itsucks.core   
de.phleisch.app.itsucks.core.impl   
de.phleisch.app.itsucks.filter   
de.phleisch.app.itsucks.filter.download.impl   
de.phleisch.app.itsucks.filter.impl   
de.phleisch.app.itsucks.io   
de.phleisch.app.itsucks.io.impl   
de.phleisch.app.itsucks.job   
de.phleisch.app.itsucks.job.impl   
 

Uses of Context in de.phleisch.app.itsucks.core
 

Methods in de.phleisch.app.itsucks.core that return Context
 Context Dispatcher.getContext()
          Returns the context for this dispatcher and all included jobs.
 

Uses of Context in de.phleisch.app.itsucks.core.impl
 

Methods in de.phleisch.app.itsucks.core.impl that return Context
 Context DispatcherImpl.getContext()
           
 

Methods in de.phleisch.app.itsucks.core.impl with parameters of type Context
 void DispatcherImpl.setContext(Context pContext)
           
 

Uses of Context in de.phleisch.app.itsucks.filter
 

Methods in de.phleisch.app.itsucks.filter that return Context
 Context JobFilterChain.getContext()
           
 

Methods in de.phleisch.app.itsucks.filter with parameters of type Context
 void JobFilterChain.setContext(Context pContext)
           
 void JobFilter.setContext(Context pContext)
          Sets the context the filter is used in.
 

Uses of Context in de.phleisch.app.itsucks.filter.download.impl
 

Methods in de.phleisch.app.itsucks.filter.download.impl with parameters of type Context
 void TimeLimitFilter.setContext(Context pContext)
           
 

Uses of Context in de.phleisch.app.itsucks.filter.impl
 

Fields in de.phleisch.app.itsucks.filter.impl declared as Context
protected  Context AbstractJobFilter.mContext
           
 

Methods in de.phleisch.app.itsucks.filter.impl that return Context
 Context JobFilterChainImpl.getContext()
           
 Context AbstractJobFilter.getContext()
           
 

Methods in de.phleisch.app.itsucks.filter.impl with parameters of type Context
 void JobFilterChainImpl.setContext(Context pContext)
           
 void AbstractJobFilter.setContext(Context pContext)
           
 

Uses of Context in de.phleisch.app.itsucks.io
 

Methods in de.phleisch.app.itsucks.io that return Context
 Context DataRetriever.getContext()
          Gets the context from this data retriever.
 

Methods in de.phleisch.app.itsucks.io with parameters of type Context
 void DataRetriever.setContext(Context pContext)
          Sets the context for this data retriever.
 

Uses of Context in de.phleisch.app.itsucks.io.impl
 

Fields in de.phleisch.app.itsucks.io.impl declared as Context
protected  Context AbstractDataRetriever.mContext
           
 

Methods in de.phleisch.app.itsucks.io.impl that return Context
 Context AbstractDataRetriever.getContext()
           
 Context FileResumeRetriever.getContext()
           
 

Methods in de.phleisch.app.itsucks.io.impl with parameters of type Context
 void AbstractDataRetriever.setContext(Context pContext)
           
 void FileResumeRetriever.setContext(Context pContext)
           
 

Uses of Context in de.phleisch.app.itsucks.job
 

Methods in de.phleisch.app.itsucks.job that return Context
 Context JobManager.getContext()
           
 Context Job.getContext()
          The context for this job group.
 

Methods in de.phleisch.app.itsucks.job with parameters of type Context
 void JobManager.setContext(Context pContext)
           
 void Job.setContext(Context pContext)
          Sets the context for this job group.
 

Uses of Context in de.phleisch.app.itsucks.job.impl
 

Fields in de.phleisch.app.itsucks.job.impl declared as Context
protected  Context AbstractJob.mContext
           
 

Methods in de.phleisch.app.itsucks.job.impl that return Context
 Context FilterJobManagerImpl.getContext()
           
 Context AbstractJob.getContext()
           
 

Methods in de.phleisch.app.itsucks.job.impl with parameters of type Context
 void CleanJobManagerImpl.setContext(Context pContext)
           
 void FilterJobManagerImpl.setContext(Context pContext)
           
 void AbstractJob.setContext(Context pContext)
           
 



Copyright © 2008. All Rights Reserved.