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 : IntegerInterval (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:  Integer
     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



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



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


Copyright IBM Corp. 1996-2002