Package com.uc4.api.objects
Class JCL
- java.lang.Object
-
- com.uc4.api.objects.JCL
-
public class JCL extends java.lang.ObjectThis class represents the JCL tab of JOBS monitor.
-
-
Constructor Summary
Constructors Constructor Description JCL(com.uc4.util.XMLDocument doc)Constructs aJCLobject from the specifiedXMLDocument
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetScriptChildElementName()protected java.lang.StringgetScriptElementName()java.lang.StringgetText()Returns the content of this process tabvoidsetText(java.lang.String script)Sets the content of this process tab.voidstore(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement)Method to store the content of process tab.
-
-
-
Method Detail
-
getScriptElementName
protected java.lang.String getScriptElementName()
-
getScriptChildElementName
protected java.lang.String getScriptChildElementName()
-
getText
public java.lang.String getText()
Returns the content of this process tab- Returns:
- content
-
setText
public void setText(java.lang.String script)
Sets the content of this process tab.- Parameters:
script- content
-
store
public void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement)Method to store the content of process tab.- Parameters:
doc- XML DocumentobjectElement- element in which data should be wrapped.
-
-