Package com.uc4.api.objects
Interface IHostAttributes
-
- All Known Implementing Classes:
AttributesBS2000
,AttributesGCOS8
,AttributesJMX
,AttributesMPE
,AttributesNSK
,AttributesOA
,AttributesOS390
,AttributesOS400
,AttributesPS
,AttributesRA
,AttributesSAP
,AttributesSiebel
,AttributesSQL
,AttributesUnix
,AttributesVMS
,AttributesWin
public interface IHostAttributes
Interface for host attributes of a Job.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
fieldCount()
Returns the number of fields in the host attributes.void
load(com.uc4.util.XMLDocument doc, org.w3c.dom.Element hostAttr, ConnectionAttributes sessionInfo)
Loads the host attributes.java.lang.String
name()
Returns the host attributes name.void
store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement, ConnectionAttributes sessionInfo)
Writes the host attributes back to theXMLDocument
.
-
-
-
Method Detail
-
load
void load(com.uc4.util.XMLDocument doc, org.w3c.dom.Element hostAttr, ConnectionAttributes sessionInfo)
Loads the host attributes.- Parameters:
doc
- XML Document containing the JobhostAttr
- Element which contains host attributessessionInfo
- Session details
-
store
void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement, ConnectionAttributes sessionInfo)
Writes the host attributes back to theXMLDocument
.- Parameters:
doc
- DocumentobjectElement
- ObjectElementsessionInfo
- Session details
-
fieldCount
int fieldCount()
Returns the number of fields in the host attributes.- Returns:
- number of fields
-
name
java.lang.String name()
Returns the host attributes name.- Returns:
- name
-
-