|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobFilter
This interface is for a implementation which is used to filter a job when adding it to the job list.
| Method Summary | |
|---|---|
Job |
filter(Job pJob)
Filters the job. |
void |
setContext(EventContext pContext)
Sets the context the filter is used in. |
boolean |
supports(Job pJob)
Asks the Filter if it supports the given job. |
| Method Detail |
|---|
boolean supports(Job pJob)
pJob -
Job filter(Job pJob)
throws java.lang.Exception
pJob -
java.lang.Exceptionvoid setContext(EventContext pContext)
pContext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||