ozsoft.sap.AppServer.JavaProcessApplication Server Java Process

ozsoft.sap.AppServer.JavaProcess (ClassType)

SAP Application Server Java Process

Element properties:

Base Classozsoft.sap.AppServerComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfda948c9-591f-dff4-4f2f-e5be544906bc

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.JavaProcess:
SAP_JAVAPROC.NAME  string  Java Process Name Java Process Name true 256  False 
SAP_JAVAPROC.CLUSTERID  string  Cluster ID Java Process Cluster ID false 256  False 
SAP_JAVAPROC.TYPE  string  Java Process Type Java Process Type false 256  False 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.AppServer.JavaProcess" Accessibility="Public" Abstract="false" Base="ozsoft.sap.AppServerComponent" Hosted="true" Singleton="false">
<Property ID="SAP_JAVAPROC.NAME" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="SAP_JAVAPROC.CLUSTERID" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
<Property ID="SAP_JAVAPROC.TYPE" Type="string" Key="false" CaseSensitive="false" MinLength="0"/>
</ClassType>