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 |
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 | 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 |
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()
Initializes LRS Component
administrator
operator
public void uninit()
Uninitializes Long-running Endpoint Component
administrator
operator
public void jobCacheUpdate(
java.lang.String jobID,
java.lang.String jobType,
java.lang.String stoken
)
Updates a job entry in the job cache
jobID
-
Job ID jobType
-
Job Type stoken
-
SR token
administrator
operator
public java.lang.String jobCacheRemove(
java.lang.String jobID
)
Removes a job entry from the job cache
jobID
-
Job ID
administrator
operator
public void jobCacheComplete(
java.lang.String jobID
)
Sets a job's state to completed in the job cache
jobID
-
Job ID
administrator
operator
public void deregister()
Deregisters MBean
administrator
operator
public com.ibm.ws.gridcontainer.IPGCConfig getPGCConfig()
Get the PGC Configuration
administrator
operator
public void cancelJob(
java.lang.String jobid
)
Cancel a job
jobid
-
Job ID
administrator
operator
public void forcedCancelJob(
java.lang.String jobid
)
Forcibly cancel a job
jobid
-
Job ID
administrator
operator
public void suspendJob(
java.lang.String jobid,
java.lang.String seconds
)
Suspend a job
jobid
-
Job ID seconds
-
Suspend job for a certain amount of seconds
administrator
operator
public void resumeJob(
java.lang.String jobid
)
Resume a job
jobid
-
Job ID
administrator
operator
public void purgeJob(
java.lang.String jobid
)
Purge a job
jobid
-
Job ID
administrator
operator
public void removeLogMapping(
java.lang.String jobid
)
Remove job log mapping
jobid
-
Job ID
administrator
operator
public void initDirectoryCount(
int maximum,
java.lang.String server,
java.lang.String baseDir
)
Increments the job log counter
maximum
-
Maximum Subdirectories server
-
Server name baseDir
-
Base Directory
administrator
operator
public void incrementJobLogCount(
java.lang.String extendedSection
)
Increments the job log counter
extendedSection
-
Section
administrator
operator
public void decrementJobLogCount(
java.lang.String extendedSection
)
Decrements the job log counter
extendedSection
-
Section
administrator
operator
public java.lang.String getSubDirectory()
Gets the job log subdirectory
administrator
operator
public void sendLog(
java.lang.String jobid,
java.lang.String seq
)
Send log
jobid
-
Job ID seq
-
Sequence
administrator
operator
public void stopJob(
java.lang.String jobid
)
Stop a job
jobid
-
Job ID
administrator
operator
public java.lang.String[] getJobLogPartList(
java.lang.String jobId
)
Get the job log parts for the given job
jobId
-
Job id whoose parts are requested
administrator
operator
public java.lang.String getJobLogPart(
java.lang.String jobId,
java.lang.String partNo
)
Get the String corresponding to the job log part
jobId
-
Job id whoose part is requested partNo
-
Job log part requested
administrator
operator
public void startHeartBeating()
start heart beating
administrator
operator
public void stopHeartBeating()
stop heart beating
administrator
operator
public void subscribe(
java.lang.String subjectName,
java.lang.String stoken
)
Subscribes to a Bulletin Board subject
subjectName
-
BB Subject stoken
-
Servant token
administrator
operator
public void unsubscribe(
java.lang.String subjectName
)
Unsubscribes from a Bulletin Board subject
subjectName
-
BB Subject
administrator
operator
public void registerSchedulerLocationListener(
java.lang.String servantToken
)
Register a servant region listener to the Scheduler Location
servantToken
-
The servant token
administrator
operator
public void registerSchedulerLocationListenerExtended(
java.lang.String servantToken
)
Register a servant region listener to the Scheduler Location - Extended
servantToken
-
The servant token
administrator
operator