WebSphere:*,type=BatchGridEndpoint
MBean BatchGridEndpoint
Submission interface for batch/grid Endpoint
Operation Summary | |
java.lang.String | startJob( submits batch/grid job to Dispatcher |
void | cancelJob( cancels batch/grid job to Dispatcher |
java.lang.String | restartJob( restarts batch/grid job in Dispatcher |
void | suspendJob( suspends batch/grid job in Dispatcher |
void | resumeJob( resumes suspended batch/grid job in Dispatcher |
Operation Detail |
public java.lang.String startJob(com.ibm.ws.longrun.Job job
)
job
-
The Job
public void cancelJob(java.lang.String jobID
)
jobID
-
The JobID to cancel
public java.lang.String restartJob(com.ibm.ws.longrun.Job job
)
job
-
The Job to restart
public void suspendJob(java.lang.String jobID,
java.lang.String seconds
)
jobID
-
The Job to suspendseconds
-
The time in seconds the job should be suspended
public void resumeJob(java.lang.String jobID
)
jobID
-
The Job to resume