|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job | |
|---|---|
| com.mindtree.techworks.insight.reporting.jobs | Provides for action on monitoring status in Insight Actions. |
| com.mindtree.techworks.insight.reporting.verifiers | Provides a framework of Verifiers to be attached to any
action being executed on the LogEventModel. |
| Uses of Job in com.mindtree.techworks.insight.reporting.jobs |
|---|
| Methods in com.mindtree.techworks.insight.reporting.jobs that return Job | |
|---|---|
static Job |
JobPersistanceHandler.deserializeJob(java.lang.String serializedJob)
Deserializes a job from the persistant format. |
| Methods in com.mindtree.techworks.insight.reporting.jobs with parameters of type Job | |
|---|---|
static java.lang.String |
JobPersistanceHandler.serializeJob(Job job)
Creates a serialized form of the Job. |
| Uses of Job in com.mindtree.techworks.insight.reporting.verifiers |
|---|
| Methods in com.mindtree.techworks.insight.reporting.verifiers with parameters of type Job | |
|---|---|
void |
Verifier.registerJob(Job job)
Registers a Job to be called on meeting the criteria
specified in this Verifier. |
void |
AbstractVerifier.registerJob(Job job)
Registers a job to be executed when the Verifier is triggered. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||