This type is a class for model objects.
A property on the Server model that identifies the Context name for a model context. This is to support the concept of configuration value inheritance such that if the config value is not set in the Server context, the runtime will consult the model identified in the modelId property (if any) for the setting.
Package: processAttributes Summary | |
clusterName : EString | Specify the cluster name if the server is part of a cluster. |
modelId : EString | * No description is available * |
shortName : EString | @for zOS only |
uniqueId : EString | @for zOS only |
developmentMode : EBoolean | * No description is available * |
parallelStartEnabled : EBoolean | * No description is available * |
errorStreamRedirect : StreamRedirect @ | Stream redirection settings for System.err |
outputStreamRedirect : StreamRedirect @ | Stream redirection settings for System.out |
customServices : CustomService * | A collection of plug-in service definitions. |
components : Component * | * No description is available * |
processDefinition : ProcessDef @ | Process execution settings for this server. |
serverInstance : ServerInstance @ | * No description is available * |
processDefinitions : ProcessDef * | * No description is available * |
Attribute Details |