Package com.uc4.api.objects
Class AttributesSiebel
java.lang.Object
com.uc4.api.objects.AttributesSiebel
- All Implemented Interfaces:
IHostAttributes
Host attributes for Siebel Jobs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of fields in the host attributes.Returns the name of the Enterprise Server.Returns the network address of the Siebel Gateway computer.Returns the login language.Returns the name of the Siebel Server.boolean
Returnstrue
if compression is enabled.boolean
Returnstrue
if encryption is enabled.boolean
Returns whether the Job report transfered to the Automation Engine database.boolean
Returnstrue
if the Job report will be stored only in case of Job interruption.boolean
Returnstrue
if the Job report is stored in the file system on the target system.void
load
(com.uc4.util.XMLDocument doc, Element hostAttr, ConnectionAttributes info) Loads the host attributes.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
(String enterpriseServer) Sets the name of the Enterprise Server.void
setGatewayServer
(String gatewayServer) Sets the Network address of the Siebel Gateway computer.void
setLanguage
(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
(String siebelServer) Sets the name of the Siebel Server.void
store
(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes info) Writes the host attributes back to theXMLDocument
.
-
Constructor Details
-
AttributesSiebel
public AttributesSiebel()
-
-
Method Details
-
fieldCount
public int fieldCount()Description copied from interface:IHostAttributes
Returns the number of fields in the host attributes.- Specified by:
fieldCount
in interfaceIHostAttributes
- Returns:
- number of fields
-
load
Description copied from interface:IHostAttributes
Loads the host attributes.- Specified by:
load
in interfaceIHostAttributes
- Parameters:
doc
- XML Document containing the JobhostAttr
- Element which contains host attributesinfo
- Session details
-
name
Description copied from interface:IHostAttributes
Returns the host attributes name.- Specified by:
name
in interfaceIHostAttributes
- Returns:
- name
-
store
Description copied from interface:IHostAttributes
Writes the host attributes back to theXMLDocument
.- Specified by:
store
in interfaceIHostAttributes
- Parameters:
doc
- DocumentobjectElement
- ObjectElementinfo
- Session details
-
isEncryption
public boolean isEncryption()Returnstrue
if encryption is enabled.- Returns:
- Encryption
-
setEncryption
public void setEncryption(boolean encryption) Sets if the encryption should be enabled or not.- Parameters:
encryption
- Encryption
-
isCompression
public boolean isCompression()Returnstrue
if compression is enabled.- Returns:
- Compression
-
setCompression
public void setCompression(boolean compression) Sets if the compression should be enabled or not.- Parameters:
compression
- Compression
-
getLanguage
Returns the login language.- Returns:
- Language
-
setLanguage
Sets the siebel login language. The default value is ENU. A maximum of 3 characters is allowed forlanguage
- Parameters:
language
- Language
-
getSiebelServer
Returns the name of the Siebel Server.- Returns:
- Siebel Server
-
setSiebelServer
Sets the name of the Siebel Server.- Parameters:
siebelServer
- Siebel Server
-
getEnterpriseServer
Returns the name of the Enterprise Server.- Returns:
- Enterprise Server
-
setEnterpriseServer
Sets the name of the Enterprise Server.- Parameters:
enterpriseServer
- Enterprise Server
-
getGatewayServer
Returns the network address of the Siebel Gateway computer.- Returns:
- Gateway Server
-
setGatewayServer
Sets the Network address of the Siebel Gateway computer. A maximum of 128 characters is allowed forgatewayServer
.- Parameters:
gatewayServer
- Gateway Server
-
isReportDatabase
public boolean isReportDatabase()Returns whether the Job report transfered to the Automation Engine database.- Returns:
true
if the Job report is transfered to the databasefalse
otherwise
-
setReportDatabase
public void setReportDatabase(boolean reportDatabase) Sets whether the Job report should be transfered to the database.- Parameters:
reportDatabase
-true
if the job report should be transfered to the databasefalse
otherwise
-
isReportErrorOnly
public boolean isReportErrorOnly()Returnstrue
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.- Returns:
true
if the job report is stored only in case of Job interruption
-
setReportErrorOnly
public void setReportErrorOnly(boolean reportErrorOnly) Sets whether the Job report should be stored only in case of Job interruption. This function is only available when "Database" and/or "File" have been selected.- Parameters:
reportErrorOnly
-true
if the job report should be stored only in case of Job interruption
-
isReportFile
public boolean isReportFile()Returnstrue
if the Job report is stored in the file system on the target system.- Returns:
true
if the job report is stored in the file system.
-
setReportFile
public void setReportFile(boolean reportFile) Sets whether the Job report should be stored in the file system on the target system.- Parameters:
reportFile
-true
if the job report should be stored in the file system
-