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
Modifier and TypeMethodDescriptionint
Returns the number of fields in the host attributes.void
load
(com.uc4.util.XMLDocument doc, Element hostAttr, ConnectionAttributes sessionInfo) Loads the host attributes.name()
Returns the host attributes name.void
store
(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) Writes the host attributes back to theXMLDocument
.
-
Method Details
-
load
Loads the host attributes.- Parameters:
doc
- XML Document containing the JobhostAttr
- Element which contains host attributessessionInfo
- Session details
-
store
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
String name()Returns the host attributes name.- Returns:
- name
-