ComTrade.EMC.Documentum.JavaMethodServerDocumentum Java Method Server

ComTrade.EMC.Documentum.JavaMethodServer (ClassType)

Java Method Server is a Documentum component (third-party application server) that executes methods from the method execution queue and resides on the same host as the Content Server itself.

Element properties:

Base ClassComTrade.EMC.Documentum.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId38480e45-0243-bedc-8243-5cda28ed2c1e

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.JavaMethodServer:
Name  string  Application server name Java Method Server name. false 256  False 
Url  string  Application server url Java Method Server URL. false 256  False 
DeployPath  string  Deployment path Java Method Server deployment path. false 256  False 
Uri  string  Application Resource Identifier Java Method Server unique resource identifier. true 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.JavaMethodServer" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Component" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Url" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DeployPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Uri" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>