CellSync MBean

Partial ObjectName:
WebSphere:*,type=CellSync

RunAs Mode:

The MBean's methods run as System after initial authorization check is performed


MBean CellSync

Management interface for the configuration synchronization logic performed at the central deployment manager for the cell.


Operation Summary
java.lang.BooleansyncNode(java.lang.String nodeName)
           Initiate a sync request for a given node
com.ibm.websphere.management.repository.ConfigChangeNotifier[]getModifiedFolders(java.lang.String nodeName, java.util.HashMap nodeEpochTable)
           Not for public use.
com.ibm.websphere.management.repository.ConfigChangeNotifier[]getModifiedFolders(java.lang.String nodeName, java.util.HashMap nodeEpochTable, java.util.Properties syncProperties)
           Not for public use.
com.ibm.ws.management.sync.FolderSyncUpdate[]getFolderSyncUpdates(java.lang.String nodeName, java.util.List exclusionList, com.ibm.ws.management.sync.FolderSyncRequest[] nodeInfo)
           Not for public use.
com.ibm.ws.management.sync.FolderSyncUpdate[]getFolderSyncUpdates(java.lang.String nodeName, java.util.List exclusionList, com.ibm.ws.management.sync.FolderSyncRequest[] nodeInfo, java.util.Properties syncProperties)
           Not for public use.

Operation Detail

syncNode

public java.lang.Boolean syncNode(java.lang.String nodeName)
Initiate a sync request for a given node
Parameters:
nodeName - The name of the node
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

getModifiedFolders

public com.ibm.websphere.management.repository.ConfigChangeNotifier[] getModifiedFolders(java.lang.String nodeName, java.util.HashMap nodeEpochTable)
Not for public use.
Parameters:
nodeName - The name of the node
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

nodeEpochTable - Node's epoch table
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getModifiedFolders

public com.ibm.websphere.management.repository.ConfigChangeNotifier[] getModifiedFolders(java.lang.String nodeName, java.util.HashMap nodeEpochTable, java.util.Properties syncProperties)
Not for public use.
Parameters:
nodeName - The name of the node
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

nodeEpochTable - Node's epoch table
syncProperties - Sync control properties
Since:
5.0.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getFolderSyncUpdates

public com.ibm.ws.management.sync.FolderSyncUpdate[] getFolderSyncUpdates(java.lang.String nodeName, java.util.List exclusionList, com.ibm.ws.management.sync.FolderSyncRequest[] nodeInfo)
Not for public use.
Parameters:
nodeName - The name of the node
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

exclusionList - List of document names to exclude
nodeInfo - Node-side document information for the specified folder
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getFolderSyncUpdates

public com.ibm.ws.management.sync.FolderSyncUpdate[] getFolderSyncUpdates(java.lang.String nodeName, java.util.List exclusionList, com.ibm.ws.management.sync.FolderSyncRequest[] nodeInfo, java.util.Properties syncProperties)
Not for public use.
Parameters:
nodeName - The name of the node
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter

exclusionList - List of document names to exclude
nodeInfo - Node-side document information for the specified folder
syncProperties - Sync control properties
Since:
5.0.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005