ConfigSynchronizationService

The Service component that allows modification of the configuration for the config synchronization service function.

Inherits from type Service and adds the following.

Attributes Summary
synchInterval : intInterval (in seconds) between synchronizations.
autoSynchEnabled : booleanWhen enabled, the node agent will automatically contact the deployment manager every synchInterval to attempt to synchronize the node's configuration repository with the master cell repository.
synchOnServerStartup : booleanWhen enabled, the node agent will attempt to synchronize its configuration information with the latest configs in the master repository whenever a server startup request is processed.
exclusions : StringA list of file names (or patterns) which will be excluded from synchronization.

Attribute Details

synchInterval    -    Interval (in seconds) between synchronizations.
     data type:  int
     default Value:   unspecified



autoSynchEnabled    -    When enabled, the node agent will automatically contact the deployment manager every synchInterval to attempt to synchronize the node's configuration repository with the master cell repository.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



synchOnServerStartup    -    When enabled, the node agent will attempt to synchronize its configuration information with the latest configs in the master repository whenever a server startup request is processed.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



exclusions    -    A list of file names (or patterns) which will be excluded from synchronization.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004