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 * |
changeUserAfterStartup : EString | @since 7.0.0 User, if specified, to switch to once the initial ports (below 1024) have been opened. |
changeGroupAfterStartup : EString | @since 7.0.0 Group, if specified, to switch to once the initial ports (below 1024) have been opened. |
provisionComponents : EBoolean | @since 7.0.0 Dynamically activate runtime components on this server based on server configuration and deployed applications. |
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 |