Package com.uc4.api.objects
Class JCL
java.lang.Object
com.uc4.api.objects.JCL
This class represents the JCL tab of JOBS monitor.
-
Constructor Summary
ConstructorsConstructorDescriptionJCL
(com.uc4.util.XMLDocument doc) Constructs aJCL
object from the specifiedXMLDocument
-
Method Summary
-
Constructor Details
-
JCL
public JCL(com.uc4.util.XMLDocument doc) Constructs aJCL
object from the specifiedXMLDocument
- Parameters:
doc
- XML Document
-
-
Method Details
-
getScriptElementName
-
getScriptChildElementName
-
getText
Returns the content of this process tab- Returns:
- content
-
setText
Sets the content of this process tab.- Parameters:
script
- content
-
store
Method to store the content of process tab.- Parameters:
doc
- XML DocumentobjectElement
- element in which data should be wrapped.
-