ComTrade.EMC.Documentum.BrokerDocumentum Conection Broker

ComTrade.EMC.Documentum.Broker (ClassType)

Connection Broker (or docbroker) is a process that listens (by default on port 1489) for client session requests and provides connection information in response to these requests. Connection Broker responds to a connection request for a particular repository with the repository server’s IP address and port number. In addition, it keeps track of the status of each repository reporting to it (possible status values are: Starting, Open, Stopped, and Presumed down).

Element properties:

Base ClassComTrade.EMC.Documentum.Service
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd204a0ea-daba-8a1d-4429-6a0229ecf3d8

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.Broker:
Port  int  Port Connection Broker port (default is 1489). true 256   
Logfile  string  Logfile name Log file name. false 256  False 
LogfilePath  string  Logfile path Log file path. false 256  False 
Initfile  string  Init file Initialization file. false 256  False 
Host  string  Hostname Connection Broker hostname. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.Broker" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Service" Hosted="false" Singleton="false">
<Property ID="Port" Type="int" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Logfile" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LogfilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Initfile" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Host" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>