NodeSync MBean

All Parent MBeans:
DiagnosticProvider

Partial ObjectName:
WebSphere:*,type=NodeSync

RunAs Mode:

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.BooleanautoSyncEnabled
           Enable automatic, periodic synchronization.
java.lang.IntegersyncInterval
           The periodic synchronization interval (in minutes).
java.lang.BooleanserverStartupSyncEnabled
           synchronize before server start

Attributes inherited from MBean DiagnosticProvider
diagnosticProviderName

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()
           Deprecated.  As of version 6.0. Use the getResult operation.
com.ibm.websphere.management.sync.SyncResultgetResult()
           Get the result of the most recent configuration synchronization operation.
java.lang.BooleanisNodeSynchronized()
           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

autoSyncEnabled

public java.lang.Boolean autoSyncEnabled
Enable automatic, periodic synchronization.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

syncInterval

public java.lang.Integer syncInterval
The periodic synchronization interval (in minutes).
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

serverStartupSyncEnabled

public java.lang.Boolean serverStartupSyncEnabled
synchronize before server start
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

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.
Security Roles:
administrator
operator

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.
Security Roles:
administrator
operator

getSyncResult

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.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getResult

public com.ibm.websphere.management.sync.SyncResult getResult()
Get the result of the most recent configuration synchronization operation. Returns null if no operation has yet been performed.
Since:
6.0
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

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.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Notification Detail

websphere.nodesync.complete

A node synchronization operation is complete.
Severity:
5  (Warning)

websphere.nodesync.initiated

A node synchronization operation is initiated.
Severity:
5  (Warning)

Copyright IBM Corp. 1996-2005