BatchGridEndpoint MBean

Partial ObjectName:
WebSphere:*,type=BatchGridEndpoint


MBean BatchGridEndpoint

Submission interface for batch/grid Endpoint


Operation Summary
java.lang.StringstartJob(com.ibm.ws.longrun.Job job)
           submits batch/grid job to Dispatcher
voidcancelJob(java.lang.String jobID)
           cancels batch/grid job to Dispatcher
java.lang.StringrestartJob(com.ibm.ws.longrun.Job job)
           restarts batch/grid job in Dispatcher
voidsuspendJob(java.lang.String jobID, java.lang.String seconds)
           suspends batch/grid job in Dispatcher
voidresumeJob(java.lang.String jobID)
           resumes suspended batch/grid job in Dispatcher

Operation Detail

startJob

public java.lang.String startJob(com.ibm.ws.longrun.Job job)
submits batch/grid job to Dispatcher
Parameters:
job - The Job

cancelJob

public void cancelJob(java.lang.String jobID)
cancels batch/grid job to Dispatcher
Parameters:
jobID - The JobID to cancel

restartJob

public java.lang.String restartJob(com.ibm.ws.longrun.Job job)
restarts batch/grid job in Dispatcher
Parameters:
job - The Job to restart

suspendJob

public void suspendJob(java.lang.String jobID, java.lang.String seconds)
suspends batch/grid job in Dispatcher
Parameters:
jobID - The Job to suspend
seconds - The time in seconds the job should be suspended

resumeJob

public void resumeJob(java.lang.String jobID)
resumes suspended batch/grid job in Dispatcher
Parameters:
jobID - The Job to resume

Copyright IBM Corp. 1996 - 2005