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

Packages that use Context
de.phleisch.app.itsucks.context   
de.phleisch.app.itsucks.job   
de.phleisch.app.itsucks.job.download.http.impl   
de.phleisch.app.itsucks.job.download.impl   
de.phleisch.app.itsucks.job.impl   
 

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

Subclasses of Context in de.phleisch.app.itsucks.context
 class EventContext
           
 

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

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

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

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

Methods in de.phleisch.app.itsucks.job.download.http.impl with parameters of type Context
 UrlDataRetriever HttpRetrieverFactory.createDataRetriever(java.net.URL pUrl, Context pGroupContext, java.util.List<JobParameter> pParameterList)
           
protected  HttpRetrieverConfiguration HttpRetrieverFactory.getHttpRetrieverConfigurationFromContext(Context jobContext)
           
protected  void HttpRetrieverFactory.setHttpRetrieverConfigurationToContext(HttpRetrieverConfiguration pConfiguration, Context jobContext)
           
 

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

Methods in de.phleisch.app.itsucks.job.download.impl with parameters of type Context
 UrlDataRetriever DataRetrieverFactory.createDataRetriever(java.net.URL pUrl, Context pGroupContext, java.util.List<JobParameter> pParameterList)
           
 

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

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

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

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



Copyright © 2010. All Rights Reserved.