DiagnosticProvider
WebSphere:*,type=NodeSync
The MBean's methods run as System after initial authorization check is performed
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. |
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
Enable automatic, periodic synchronization.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator
public java.lang.Integer syncInterval
The periodic synchronization interval (in minutes).
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator
public java.lang.Boolean serverStartupSyncEnabled
synchronize before server start
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator
Operation Detail |
---|
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.
administrator
operator
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.
administrator
operator
public com.ibm.ws.management.sync.SyncResult getSyncResult()
Deprecated.
As of version 6.0. Use the getResult operation.
Not for public use. Use getResult instead. Get the result of the most recent configuration synchronization operation. Returns null if no operation has yet been performed.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SyncResult getResult()
Get the result of the most recent configuration synchronization operation. Returns null if no operation has yet been performed.
Since:
6.0
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
A node synchronization operation is complete.
5
(Warning)
A node synchronization operation is initiated.
5
(Warning)