public class AttributesSiebel extends java.lang.Object implements IHostAttributes
Constructor and Description |
---|
AttributesSiebel() |
Modifier and Type | Method and Description |
---|---|
int |
fieldCount()
Returns the number of fields in the host attributes.
|
java.lang.String |
getEnterpriseServer()
Returns the name of the Enterprise Server.
|
java.lang.String |
getGatewayServer()
Returns the network address of the Siebel Gateway computer.
|
java.lang.String |
getLanguage()
Returns the login language.
|
java.lang.String |
getSiebelServer()
Returns the name of the Siebel Server.
|
boolean |
isCompression()
Returns
true if compression is enabled. |
boolean |
isEncryption()
Returns
true if encryption is enabled. |
boolean |
isReportDatabase()
Returns whether the Job report transfered to the Automation Engine database.
|
boolean |
isReportErrorOnly()
Returns
true if the Job report will be stored only in case of Job interruption. |
boolean |
isReportFile()
Returns
true if the Job report is stored in the file system
on the target system. |
void |
load(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element hostAttr)
Loads the host attributes.
|
java.lang.String |
name()
Returns the host attributes name.
|
void |
setCompression(boolean compression)
Sets if the compression should be enabled or not.
|
void |
setEncryption(boolean encryption)
Sets if the encryption should be enabled or not.
|
void |
setEnterpriseServer(java.lang.String enterpriseServer)
Sets the name of the Enterprise Server.
|
void |
setGatewayServer(java.lang.String gatewayServer)
Sets the Network address of the Siebel Gateway computer.
|
void |
setLanguage(java.lang.String language)
Sets the siebel login language.
|
void |
setReportDatabase(boolean reportDatabase)
Sets whether the Job report should be transfered to the database.
|
void |
setReportErrorOnly(boolean reportErrorOnly)
Sets whether the Job report should be stored only in case of Job interruption.
|
void |
setReportFile(boolean reportFile)
Sets whether the Job report should be stored in the file system on the target system.
|
void |
setSiebelServer(java.lang.String siebelServer)
Sets the name of the Siebel Server.
|
void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement)
Writes the host attributes back to the
XMLDocument . |
public int fieldCount()
IHostAttributes
fieldCount
in interface IHostAttributes
public void load(com.uc4.util.XMLDocument doc, org.w3c.dom.Element hostAttr)
IHostAttributes
load
in interface IHostAttributes
doc
- XML Document containing the JobhostAttr
- Element which contains host attributespublic java.lang.String name()
IHostAttributes
name
in interface IHostAttributes
public void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement)
IHostAttributes
XMLDocument
.store
in interface IHostAttributes
doc
- DocumentobjectElement
- ObjectElementpublic boolean isEncryption()
true
if encryption is enabled.public void setEncryption(boolean encryption)
encryption
- Encryptionpublic boolean isCompression()
true
if compression is enabled.public void setCompression(boolean compression)
compression
- Compressionpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
language
- Languagepublic java.lang.String getSiebelServer()
public void setSiebelServer(java.lang.String siebelServer)
siebelServer
- Siebel Serverpublic java.lang.String getEnterpriseServer()
public void setEnterpriseServer(java.lang.String enterpriseServer)
enterpriseServer
- Enterprise Serverpublic java.lang.String getGatewayServer()
public void setGatewayServer(java.lang.String gatewayServer)
gatewayServer
.gatewayServer
- Gateway Serverpublic boolean isReportDatabase()
true
if the Job report is transfered to the database false
otherwisepublic void setReportDatabase(boolean reportDatabase)
reportDatabase
- true
if the job report should be transfered
to the database false
otherwisepublic boolean isReportErrorOnly()
true
if the Job report will be stored only in case of Job interruption.
This function is only available when "Database" and/or "File" have been selected.true
if the job report is stored only in case of Job interruptionpublic void setReportErrorOnly(boolean reportErrorOnly)
reportErrorOnly
- true
if the job report should be stored
only in case of Job interruptionpublic boolean isReportFile()
true
if the Job report is stored in the file system
on the target system.true
if the job report is stored in the file system.public void setReportFile(boolean reportFile)
reportFile
- true
if the job report should be stored in the file system