ComTrade.EMC.Documentum.AgentExecDocumentum Job Execution Agent

ComTrade.EMC.Documentum.AgentExec (ClassType)

Agent Exec process controls the job execution. It runs continuously, polling the repository at intervals for jobs to execute. By default, only three jobs are allowed to execute in a polling cycle. This is the default Execution Agent for a method if you do not set the method’s use_method_server property to TRUE to direct the execution to the Method Server or Java Method Server.

Element properties:

Base ClassComTrade.EMC.Documentum.Repository.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4a476354-03f3-13d1-8aef-5383c43a2b16

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
ComTrade.EMC.Documentum.Repository.Component:
Name  string  Repository Name Documentum repository/docbase name. true 256  False 
Id  string  Repository ID Repository ID. true 256  False 
HexId  string  Repository ID (hex) Repository ID in hexadecimal format. false 256  False 
ComTrade.EMC.Documentum.AgentExec:
SleepDuration  string  Pooling interval Agent Exec process runs continuously, polling the repository at specified intervals (default is 60 seconds). false 256  False 
MaxConcurrentJobs  string  Max concurent jobs Max number of jobs in a polling cycle (default is 3). false 256  False 
Logpath  string  Log path Job Execution Agent log file path. false 256  False 
Logfile  string  Log file name Job Execution Agent log file name. false 256  False 
Hostname  string  Hostname Agent hostname. true 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.AgentExec" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Repository.Component" Hosted="false" Singleton="false">
<Property ID="SleepDuration" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxConcurrentJobs" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Logpath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Logfile" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Hostname" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>