|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JobQueue | |
| com.jcorporate.expresso.core.job | Classes that define "Jobs" or server-side tasks that are run asynchronously to the user's web browser. |
| com.jcorporate.expresso.services.validation | This package provides for a 'validation framework'. |
| Uses of JobQueue in com.jcorporate.expresso.core.job |
| Methods in com.jcorporate.expresso.core.job that return JobQueue | |
JobQueue |
Job.getJobQueueEntry()
Return the job queue entry that caused this job to begin |
| Methods in com.jcorporate.expresso.core.job with parameters of type JobQueue | |
void |
Job.setQueue(JobQueue newJobQueue)
Set the JobQueue object that created this job. |
| Uses of JobQueue in com.jcorporate.expresso.services.validation |
| Fields in com.jcorporate.expresso.services.validation declared as JobQueue | |
protected JobQueue |
ValidationEntry.jq
JobQueue |
| Constructors in com.jcorporate.expresso.services.validation with parameters of type JobQueue | |
ValidationEntry(String context,
List paramsVector,
JobQueue jq)
This constructor is used by the validation job to create a validation entry from the job parameters. |
|
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||