Package com.uc4.api.objects
Class SAPQueueManager
java.lang.Object
com.uc4.api.objects.UC4Object
com.uc4.api.objects.SAPQueueManager
- All Implemented Interfaces:
LifecycleSaveAware
RemoteTaskManager for SAP ABAP Jobs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called after an object is saved.Access to the attributes of the QueueManager.filter()
Access to the SAP Queue Manager filters.Returns the content of the Child Post-Process tab.Returns the content of the Post Process tab.Returns the content of the "Process" tab.header()
Returns the header data of this object.boolean
Returnstrue
if this Object can be executed.protected void
loadContent
(com.uc4.util.XMLDocument doc, ConnectionAttributes session) Returns anOutputScan
instance which represents the "Output Scan" tab of a Job.rollback()
This method provides access to the rollback tab of an executable object.runtime()
Returns runtime information of this job.void
setChildPostProcess
(String childPostProcess) Sets the content of the Child Post-Process tab.void
setPostProcess
(String postScript) Sets the content of the Post Process tab.void
setProcess
(String script) Sets the content of the "Process" tab.protected void
storeContent
(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) syncs()
Returns aSyncList
object which contains sync conditions of this object.values()
Methods inherited from class com.uc4.api.objects.UC4Object
docu, getAccess, getIdnr, getModCount, getName, getObjectClient, getType, isOldVersion, load, store, validate
-
Constructor Details
-
SAPQueueManager
public SAPQueueManager()
-
-
Method Details
-
loadContent
-
storeContent
protected void storeContent(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) -
rollback
This method provides access to the rollback tab of an executable object.- Returns:
- Rollback settings
-
outputScan
Returns anOutputScan
instance which represents the "Output Scan" tab of a Job.- Returns:
- Output Scan
-
filter
Access to the SAP Queue Manager filters.- Returns:
- Filter settings
-
attributes
Access to the attributes of the QueueManager. The return value can be used to modify settings on the "Attributes" tab.- Returns:
- QueueManager attributes
-
header
Returns the header data of this object. This is the information of the header tab in the dialog client.- Returns:
- header
-
syncs
Returns aSyncList
object which contains sync conditions of this object.- Returns:
- sync conditions
-
runtime
Returns runtime information of this job. This corresponds to the "Runtime" tab in the dialog client.- Returns:
- Runtime information
-
values
- Returns:
- Variables of this object
-
getChildPostProcess
Returns the content of the Child Post-Process tab.- Returns:
- Child Post script
-
setChildPostProcess
Sets the content of the Child Post-Process tab.- The script is processed for each individual child process.
- The script is processed immediately after the child process finishes.
- Parameters:
childPostProcess
- Child Post script
-
isExecutable
public boolean isExecutable()Description copied from class:UC4Object
Returnstrue
if this Object can be executed.- Specified by:
isExecutable
in classUC4Object
- Returns:
- true if the Object can be executed, false if not.
-
getProcess
Returns the content of the "Process" tab.- Returns:
- JCL
-
setProcess
Sets the content of the "Process" tab.- Parameters:
script
- Script
-
setPostProcess
Sets the content of the Post Process tab. The script commands stored in this tab are processed after the Job has ended.- Parameters:
postScript
- Post script
-
getPostProcess
Returns the content of the Post Process tab.- Returns:
- Post script
-
afterSaveObject
public void afterSaveObject()Description copied from interface:LifecycleSaveAware
Called after an object is saved.- Specified by:
afterSaveObject
in interfaceLifecycleSaveAware
-