Uses of Class
de.phleisch.app.itsucks.context.EventContext

Packages that use EventContext
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.job   
de.phleisch.app.itsucks.job.impl   
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods in de.phleisch.app.itsucks.job that return EventContext
 EventContext JobManager.getContext()
           
 

Methods in de.phleisch.app.itsucks.job with parameters of type EventContext
 void JobManager.setContext(EventContext pContext)
           
 

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

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

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



Copyright © 2010. All Rights Reserved.