Server

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 notset in the Server context, the runtime will consult the model identifiedin the modelId property (if any) for the setting.

Inherits from type ServiceContext and adds the following.

Attributes Summary
clusterName : StringSpecify the cluster name if the server is part of a cluster.
modelId : String  
shortName : String@for zOS only
uniqueId : String@for zOS only
developmentMode : boolean  
parallelStartEnabled : boolean  
errorStreamRedirect : StreamRedirectStream redirection settings for System.
outputStreamRedirect : StreamRedirectStream redirection settings for System.
customServices : CustomService * A collection of plug-in service definitions.
components : Component *  
processDefinition : ProcessDefProcess execution settings for this server.
serverInstance : ServerInstance  
processDefinitions : ProcessDef *  

Attribute Details

clusterName    -    Specify the cluster name if the server is part of a cluster.
     data type:  String
     default Value:   unspecified



modelId    -     
     data type:  String
     default Value:   unspecified



shortName    -    @for zOS only
     data type:  String
     default Value:   unspecified



uniqueId    -    @for zOS only
     data type:  String
     default Value:   unspecified



developmentMode    -     
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



parallelStartEnabled    -     
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



errorStreamRedirect    -    Stream redirection settings for System.err
     data type: StreamRedirect



outputStreamRedirect    -    Stream redirection settings for System.out
     data type: StreamRedirect



customServices    -    A collection of plug-in service definitions.
     data type: CustomService*



components    -     
     data type: Component*



processDefinition    -    Process execution settings for this server.
     data type: ProcessDef



serverInstance    -     
     data type: ServerInstance



processDefinitions    -     
     data type: ProcessDef*


Copyright IBM Corp. 1997-2004