WebSphere:*,type=NodeSync
RunAs Mode:
MBean NodeSync
Management interface for the node side of the configuration sychronization service.
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 |
Attributes inherited from MBean DiagnosticProvider |
diagnosticProviderName |
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() Deprecated. As of version 6.0. Use the getResult operation. |
com.ibm.websphere.management.sync.SyncResult | getResult() Get the result of the most recent configuration synchronization operation. |
java.lang.Boolean | isNodeSynchronized() Determine if the node's configuration is synchronized with the deployment manager's configuration. |
Operations inherited from MBean DiagnosticProvider |
getDiagnosticProviderId , getRegisteredDiagnostics , configDump , stateDump , selfDiagnostic , localize |
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 com.ibm.websphere.management.sync.SyncResult getResult()
public java.lang.Boolean isNodeSynchronized()
Notification Detail |