onVerify
void onVerify(JsvManager jsv)
This method is called to trigger the job verification step. This method
is used by the Jsv implementation to accept, modify, or reject the job.
Information about the job being verified is available from the
JobDescription instance retrieved from the JsvManager.getJobDescription()
method. Changes made to the JobDescription instance will be propagated
to the JSV framework. Before this method returns, it should call one of
the result methods on the JsvManager instance, accept(), modify(),
reject(), rejectWait(), or setResult(). If none is called, the job will
be implicitly accepted or modified as appropriate.
- Parameters:
jsv
- - See Also:
JsvManager.getJobDescription()
,
JsvManager.accept(java.lang.String)
,
JsvManager.modify(java.lang.String)
,
JsvManager.reject(java.lang.String)
,
JsvManager.rejectWait(java.lang.String)
,
JsvManager.setResult(com.sun.grid.jsv.JsvManager.Result, java.lang.String)