Package com.uc4.api.objects
Class QueueManagerAttributes
- java.lang.Object
-
- com.uc4.api.objects.QueueManagerAttributes
-
public class QueueManagerAttributes extends java.lang.ObjectAttributes of JOBQ Objects.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueueManagerAttributes(com.uc4.util.XMLDocument doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConsumption()UC4ObjectNamegetElseExecute()Returns the object name of the object that is executed when a task ends with a Return Code greater than the max expected return code.ExtendedReportsgetExtendedReports()Returns the setting for extended reports.UC4HostNamegetHost()Returns the name of the Agent for this job.java.lang.StringgetHostType()Method to fetch the host type.java.lang.StringgetIntAccount()Returns the internal account assigned to this Job.intgetMaxParallel()intgetPriority()Priority with which this Job should be executed in the Automation Engine.UC4ObjectNamegetQueue()Returns the Queue Object.longgetReturnCode()Returns the Max Expected Return Code.UC4TimezoneNamegetTimezone()Returns the TimeZone that is to be used.booleanisAutoTermination()Returnstrueif the JOBQ task should end when empty.booleanisFlatFiltering()Returns the filter configuration.booleanisGenerateAtRuntime()Returnstrueif the Job should not be generated at activation time but rather at runtime.booleanisReportsToDB()booleanisStartJobs()voidsetAutoTermination(boolean autoTermination)The QueueManager object ends automatically when there are no more non-UC4 operations which correspond to the specified filter criteria.voidsetConsumption(int consumption)Sets the consumption value for this Job.voidsetElseExecute(UC4ObjectName elseExecute)Sets the object that is executed when a task has a Return Code greater or equal the than the max expected return code.voidsetExtendedReports(ExtendedReports extendedReports)Sets the option for extended reports.voidsetFlatFiltering(boolean flatFiltering)Sets the configuration for monitored and controlled operations.voidsetGenerateAtRuntime(boolean value)Sets or clears the Generate at runtime check box.voidsetHost(UC4HostName host)Sets the Agent or AgentGroup for this Job.voidsetIntAccount(java.lang.String intAccount)Sets the internal account, max.voidsetMaxParallel(int maxParallel)voidsetPriority(int priority)Priority with which this Job should be executed in the Automation Engine.voidsetQueue(UC4ObjectName queue)Sets the Queue that will be used when this the Automation Engine object is executed.voidsetReportsToDB(boolean reportsToDB)Sets a flag to indicate if reports should be stored in the the Automation Engine Database.voidsetReturnCode(long returnCode)Sets the Maximum Expected Return Code.voidsetStartJobs(boolean startJobs)If startJobs istrue, Jobs are started by the Server in case they are not running.voidsetTimezone(UC4TimezoneName timezone)Sets the TimeZone for this job.protected voidstore(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request)Stores the content of this job under therequestelement.
-
-
-
Method Detail
-
store
protected void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request)Stores the content of this job under therequestelement.- Parameters:
doc- XML documentrequest- the newly created elements are children of therequestelement
-
getQueue
public UC4ObjectName getQueue()
Returns the Queue Object.- Returns:
- Name of the Queue Object
-
setQueue
public void setQueue(UC4ObjectName queue)
Sets the Queue that will be used when this the Automation Engine object is executed.- Parameters:
queue- Name of the Queue Object
-
isReportsToDB
public boolean isReportsToDB()
- Returns:
- True if reports of ended Jobs should be transfered to the UC4 Database, false otherwise
-
setReportsToDB
public void setReportsToDB(boolean reportsToDB)
Sets a flag to indicate if reports should be stored in the the Automation Engine Database.- Parameters:
reportsToDB- True if reports of ended Jobs should be transfered to the database
-
isFlatFiltering
public boolean isFlatFiltering()
Returns the filter configuration.- Returns:
- true if flat filtering should is used, false for hierarchical filtering.
-
setFlatFiltering
public void setFlatFiltering(boolean flatFiltering)
Sets the configuration for monitored and controlled operations.- "Flat" - Operations are displayed in vertical order
- "Hierarchical" - The hierarchical view displays existing parent-child relations
- Parameters:
flatFiltering- Filter configuration, true if flat filtering should be used, false for hierarchical filtering.
-
isAutoTermination
public boolean isAutoTermination()
Returnstrueif the JOBQ task should end when empty.- Returns:
- autoTermination
-
setAutoTermination
public void setAutoTermination(boolean autoTermination)
The QueueManager object ends automatically when there are no more non-UC4 operations which correspond to the specified filter criteria.- Parameters:
autoTermination- true if the JOBQ task should end when empty
-
isStartJobs
public boolean isStartJobs()
- Returns:
- True if Jobs are started
-
setStartJobs
public void setStartJobs(boolean startJobs)
If startJobs istrue, Jobs are started by the Server in case they are not running.- Parameters:
startJobs- true to start Jobs, false for monitoring only
-
isGenerateAtRuntime
public boolean isGenerateAtRuntime()
Returnstrueif the Job should not be generated at activation time but rather at runtime.- Returns:
trueif the Generate at runtime check box is selected
-
setGenerateAtRuntime
public void setGenerateAtRuntime(boolean value)
Sets or clears the Generate at runtime check box. ifvalueistruethe check box is set.- Parameters:
value- Generate at runtime
-
getHost
public UC4HostName getHost()
Returns the name of the Agent for this job.- Returns:
- host
-
setHost
public void setHost(UC4HostName host)
Sets the Agent or AgentGroup for this Job.- Parameters:
host- Host
-
getIntAccount
public java.lang.String getIntAccount()
Returns the internal account assigned to this Job.- Returns:
- Internal account
-
getConsumption
public int getConsumption()
- Returns:
- The consumption value which is set for this Job.
-
setConsumption
public void setConsumption(int consumption)
Sets the consumption value for this Job. The parameterconsumptionmust be between 0 and 100000.- Parameters:
consumption- Consumption
-
setIntAccount
public void setIntAccount(java.lang.String intAccount)
Sets the internal account, max. 20 characters.- Parameters:
intAccount- internal account
-
getPriority
public int getPriority()
Priority with which this Job should be executed in the Automation Engine. Permitted values: 0 to 255
Default: 0
1 stands for highest, 255 for lowest priority. If 0 is chosen, the priority defined in the UC_CLIENT_SETTINGS variables with TASK_PRIORITY for local clients is used. If no default priority is set or if no variable is present in the local clients, then 200 is assigned as the valid priority.- Returns:
- priority
-
setPriority
public void setPriority(int priority)
Priority with which this Job should be executed in the Automation Engine. Permitted values: 0 to 255
Default: 0
1 stands for highest, 255 for lowest priority. If 0 is chosen, the priority defined in the UC_CLIENT_SETTINGS variables with TASK_PRIORITY for local clients is used. If no default priority is set or if no variable is present in the local clients, then 200 is assigned as the valid priority.- Parameters:
priority- Priority
-
getMaxParallel
public int getMaxParallel()
- Returns:
- Maximum number of parallel tasks, 0 means no tasks will start at all.
-
setMaxParallel
public void setMaxParallel(int maxParallel)
- Parameters:
maxParallel- Maximum number of parallel tasks, 0 means no tasks will start at all.
-
getTimezone
public UC4TimezoneName getTimezone()
Returns the TimeZone that is to be used.- Returns:
- TimeZone
-
setTimezone
public void setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.- Parameters:
timezone- TimeZone
-
getExtendedReports
public ExtendedReports getExtendedReports()
Returns the setting for extended reports.- Returns:
- Extended reports.
-
setExtendedReports
public void setExtendedReports(ExtendedReports extendedReports)
Sets the option for extended reports.- Parameters:
extendedReports- Extended reports.
-
getHostType
public java.lang.String getHostType()
Method to fetch the host type.- Returns:
- String Host Type
-
getReturnCode
public long getReturnCode()
Returns the Max Expected Return Code.- Returns:
- Long Max Expected Return Code
-
setReturnCode
public void setReturnCode(long returnCode)
Sets the Maximum Expected Return Code.- Parameters:
returnCode- Maximum Expected Return Code
-
getElseExecute
public UC4ObjectName getElseExecute()
Returns the object name of the object that is executed when a task ends with a Return Code greater than the max expected return code.- Returns:
- Name of the UC4 object which should be executed
-
setElseExecute
public void setElseExecute(UC4ObjectName elseExecute)
Sets the object that is executed when a task has a Return Code greater or equal the than the max expected return code.- Parameters:
elseExecute- Name of the UC4 object which should be executed
-
-