EndpointSR MBean

Partial ObjectName:
WebSphere:*,type=EndpointSR


MBean EndpointSR

CR interface for LongRunning Endpoint functions in specific SR


Operation Summary
voidcancelJob(java.lang.String jobID, java.lang.String stoken)
           Cancels grid job
voidupdated(java.lang.String subject, java.lang.Object message, java.lang.String stoken)
           Notifies an SR subscriber of BB update
voidsetSchedulerContext(java.lang.String context)
           Propagates the Scheduler's identity into the SRs
voidcancelJob(java.lang.String jobid)
           Cancel a job
voidforcedCancelJob(java.lang.String jobid)
           Forcibly cancel a job
voidsuspendJob(java.lang.String jobid, java.lang.String seconds)
           Suspend a job
voidresumeJob(java.lang.String jobid)
           Resume a job
voidpurgeJob(java.lang.String jobid)
           Purge a job
voidsendLog(java.lang.String jobid, java.lang.String seq)
           Send log
voidcloseSubjects(java.lang.String jobid)
           Close job status subject
voidstopJob(java.lang.String jobid)
           Stop a job
voidnotifyServantRegionSchedulerLocationListeners(com.ibm.ws.batch.GenericNotificationObject notificationObject, java.lang.String servantToken)
           Notify servant listeners

Operation Detail

cancelJob

public void cancelJob(java.lang.String jobID, java.lang.String stoken)
Cancels grid job
Parameters:
jobID - The JobID to cancel
stoken - The SR token

updated

public void updated(java.lang.String subject, java.lang.Object message, java.lang.String stoken)
Notifies an SR subscriber of BB update
Parameters:
subject - The notification target
message - The message being notified
stoken - The SR token

setSchedulerContext

public void setSchedulerContext(java.lang.String context)
Propagates the Scheduler's identity into the SRs
Parameters:
context - The Scheduler name

cancelJob

public void cancelJob(java.lang.String jobid)
Cancel a job
Parameters:
jobid - Job ID

forcedCancelJob

public void forcedCancelJob(java.lang.String jobid)
Forcibly cancel a job
Parameters:
jobid - Job ID

suspendJob

public void suspendJob(java.lang.String jobid, java.lang.String seconds)
Suspend a job
Parameters:
jobid - Job ID
seconds - Suspend job for a certain amount of seconds

resumeJob

public void resumeJob(java.lang.String jobid)
Resume a job
Parameters:
jobid - Job ID

purgeJob

public void purgeJob(java.lang.String jobid)
Purge a job
Parameters:
jobid - Job ID

sendLog

public void sendLog(java.lang.String jobid, java.lang.String seq)
Send log
Parameters:
jobid - Job ID
seq - Sequence

closeSubjects

public void closeSubjects(java.lang.String jobid)
Close job status subject
Parameters:
jobid - Job ID

stopJob

public void stopJob(java.lang.String jobid)
Stop a job
Parameters:
jobid - Job ID

notifyServantRegionSchedulerLocationListeners

public void notifyServantRegionSchedulerLocationListeners(com.ibm.ws.batch.GenericNotificationObject notificationObject, java.lang.String servantToken)
Notify servant listeners
Parameters:
notificationObject - The notification object
servantToken - Servant region token

Copyright IBM Corp. 1996 - 2007