ozsoft.sap.AppServer.ICMServiceSAP ICM Service

ozsoft.sap.AppServer.ICMService (ClassType)

SAP AppServer ICM Service

Element properties:

Base Classozsoft.sap.AppServerComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId89ea9d08-7511-3b22-6b05-eacd549b0bcc

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 
ozsoft.sap.AppServer.ICMService:
SAP_ICM_HOSTNAME  string  Hostname Hostname true 256  False 
SAP_ICM_PROTOCOL  string  Protocol Protocol true 256  False 
SAP_ICM_SERVICE  string  Service Service Name false 256  False 
SAP_ICM_PORT  int  Port Port false 256   

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.AppServer.ICMService" Accessibility="Public" Abstract="false" Base="ozsoft.sap.AppServerComponent" Hosted="true" Singleton="false">
<Property ID="SAP_ICM_HOSTNAME" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="SAP_ICM_PROTOCOL" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="SAP_ICM_SERVICE" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="SAP_ICM_PORT" Type="int" Key="false" CaseSensitive="false"/>
<!--
<Property ID="SAP_ICM_KEEPALIVE" Type="int" Key="false" />
<Property ID="SAP_ICM_PROC_TIMEOUT" Type="int" Key="false" />
<Property ID="SAP_ICM_VIRT_HOST_IDX" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" />
-->
</ClassType>