WebSphere:*,type=EndpointCR
MBean EndpointCR
z/OS SR-CR hopper for Long-running Endpoint
Operation Summary | |
---|---|
void | init() Initializes LRS Component |
void | uninit() Uninitializes Long-running Endpoint Component |
void | jobCacheUpdate( Updates a job entry in the job cache |
java.lang.String | jobCacheRemove( Removes a job entry from the job cache |
void | jobCacheComplete( Sets a job's state to completed in the job cache |
java.lang.String[] | getAllJobInCRJobCache() Get all jobs id in cr job cache |
void | deregister() Deregisters MBean |
com.ibm.ws.gridcontainer.IPGCConfig | getPGCConfig() Get the PGC Configuration |
void | cancelJob( Cancel a job |
void | forcedCancelJob( Forcibly cancel a job |
void | suspendJob( Suspend a job |
void | resumeJob( Resume a job |
void | purgeJob( Purge a job |
void | purgeJobSync( Purge a job synchronously |
void | removeLogMapping( Remove job log mapping |
void | initDirectoryCount( Increments the job log counter |
void | incrementJobLogCount( Increments the job log counter |
void | decrementJobLogCount( Decrements the job log counter |
java.lang.String | getSubDirectory() Gets the job log subdirectory |
void | sendLog( Send log |
void | stopJob( Stop a job |
java.lang.String[] | getJobLogPartList( Get the job log parts for the given job |
java.lang.String | getJobLogPart( Get the String corresponding to the job log part |
java.lang.String | getJobLogPartFromOffset( Get the String corresponding to the job log part starting at an offset |
void | startHeartBeating() start heart beating |
void | stopHeartBeating() stop heart beating |
void | subscribe( Subscribes to a Bulletin Board subject |
void | unsubscribe( Unsubscribes from a Bulletin Board subject |
void | registerSchedulerLocationListener( Register a servant region listener to the Scheduler Location |
void | registerSchedulerLocationListenerExtended( Register a servant region listener to the Scheduler Location - Extended |
Operation Detail |
---|
public void init()
public void uninit()
public void jobCacheUpdate(java.lang.String jobID,
java.lang.String jobType,
java.lang.String stoken
)
jobID
-
Job IDjobType
-
Job Typestoken
-
SR tokenpublic java.lang.String jobCacheRemove(java.lang.String jobID
)
jobID
-
Job IDpublic void jobCacheComplete(java.lang.String jobID
)
jobID
-
Job IDpublic java.lang.String[] getAllJobInCRJobCache()
public void deregister()
public com.ibm.ws.gridcontainer.IPGCConfig getPGCConfig()
public void cancelJob(java.lang.String jobid
)
jobid
-
Job IDpublic void forcedCancelJob(java.lang.String jobid
)
jobid
-
Job IDpublic void suspendJob(java.lang.String jobid,
java.lang.String seconds
)
jobid
-
Job IDseconds
-
Suspend job for a certain amount of secondspublic void resumeJob(java.lang.String jobid
)
jobid
-
Job IDpublic void purgeJob(java.lang.String jobid
)
jobid
-
Job IDpublic void purgeJobSync(java.lang.String jobid
)
jobid
-
Job IDpublic void removeLogMapping(java.lang.String jobid
)
jobid
-
Job IDpublic void initDirectoryCount(int maximum,
java.lang.String server,
java.lang.String baseDir
)
maximum
-
Maximum Subdirectoriesserver
-
Server namebaseDir
-
Base Directorypublic void incrementJobLogCount(java.lang.String extendedSection
)
extendedSection
-
Sectionpublic void decrementJobLogCount(java.lang.String extendedSection
)
extendedSection
-
Sectionpublic java.lang.String getSubDirectory()
public void sendLog(java.lang.String jobid,
java.lang.String seq
)
jobid
-
Job IDseq
-
Sequencepublic void stopJob(java.lang.String jobid
)
jobid
-
Job IDpublic java.lang.String[] getJobLogPartList(java.lang.String jobId
)
jobId
-
Job id whoose parts are requestedpublic java.lang.String getJobLogPart(java.lang.String jobId,
java.lang.String partNo
)
jobId
-
Job id whoose part is requestedpartNo
-
Job log part requestedpublic java.lang.String getJobLogPartFromOffset(java.lang.String jobId,
java.lang.String partNo,
long offset,
java.lang.String metaData
)
jobId
-
Job id whose part is requestedpartNo
-
Job log part requestedoffset
-
Job log offsetmetaData
-
Job log metadatapublic void startHeartBeating()
public void stopHeartBeating()
public void subscribe(java.lang.String subjectName,
java.lang.String stoken
)
subjectName
-
BB Subjectstoken
-
Servant tokenpublic void unsubscribe(java.lang.String subjectName
)
subjectName
-
BB Subjectpublic void registerSchedulerLocationListener(java.lang.String servantToken
)
servantToken
-
The servant tokenpublic void registerSchedulerLocationListenerExtended(java.lang.String servantToken
)
servantToken
-
The servant token