NodeSync MBean

Management interface for the node side of the configuration sychronization service.


Attribute Summary
java.lang.BooleanautoSyncEnabled
           Enable automatic, periodic synchronization.
java.lang.IntegersyncInterval
           The periodic synchronization interval (in minutes).
java.lang.BooleanserverStartupSyncEnabled
           synchronize before server start

Operation Summary
java.lang.BooleanrequestSync()
           Initiate a request to synchronize a node's repository with the cell repository.
java.lang.Booleansync()
           Synchronize a node's repository with the cell repository.
com.ibm.ws.management.sync.SyncResultgetSyncResult()
           get the result of the most recent file synchronization operation.
java.lang.BooleanisNodeSynchronized()
           Determine if the node's configuration is synchronized with the deployment manager's configuration.

Notification Summary
websphere.nodesync.complete
           A node synchronization operation is complete.
websphere.nodesync.initiated
           A node synchronization operation is initiated.

Attribute Detail

autoSyncEnabled

public java.lang.Boolean autoSyncEnabled
Enable automatic, periodic synchronization.

syncInterval

public java.lang.Integer syncInterval
The periodic synchronization interval (in minutes).

serverStartupSyncEnabled

public java.lang.Boolean serverStartupSyncEnabled
synchronize before server start

Operation Detail

requestSync

public java.lang.Boolean requestSync()
Initiate a request to synchronize a node's repository with the cell repository. This operation returns as soon as the request is submitted and the return value indicates whether or not the request was accepted.

sync

public java.lang.Boolean sync()
Synchronize a node's repository with the cell repository. This operation returns only after the synchronization is complete. The return value indicates whether or not the operation was attempted.

getSyncResult

public com.ibm.ws.management.sync.SyncResult getSyncResult()
get the result of the most recent file synchronization operation.

isNodeSynchronized

public java.lang.Boolean isNodeSynchronized()
Determine if the node's configuration is synchronized with the deployment manager's configuration. The return value true means the node's configuration is OK. The return value false means the node needs to be synchronized.

Notification Detail

websphere.nodesync.complete

A node synchronization operation is complete.
Severity:
6  (Normal, Cleared, or Informative)

websphere.nodesync.initiated

A node synchronization operation is initiated.
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2003