Attribute Summary | |
java.lang.Boolean | autoSyncEnabled Enable automatic, periodic synchronization. |
java.lang.Integer | syncInterval The periodic synchronization interval (in minutes). |
java.lang.Boolean | serverStartupSyncEnabled synchronize before server start |
Operation Summary | |
java.lang.Boolean | requestSync() Initiate a request to synchronize a node's repository with the cell repository. |
java.lang.Boolean | sync() Synchronize a node's repository with the cell repository. |
com.ibm.ws.management.sync.SyncResult | getSyncResult() get the result of the most recent file synchronization operation. |
java.lang.Boolean | isNodeSynchronized() 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 |
public java.lang.Boolean autoSyncEnabled
public java.lang.Integer syncInterval
public java.lang.Boolean serverStartupSyncEnabled
Operation Detail |
public java.lang.Boolean requestSync()
public java.lang.Boolean sync()
public com.ibm.ws.management.sync.SyncResult getSyncResult()
public java.lang.Boolean isNodeSynchronized()
Notification Detail |