WebSphere:*,type=CellSync
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.Boolean | syncNode( Initiate a sync request for a given node |
ConfigChangeNotifier[] | getModifiedFolders( Not for public use. |
ConfigChangeNotifier[] | getModifiedFolders( Not for public use. |
com.ibm.ws.management.sync.FolderSyncUpdate[] | getFolderSyncUpdates( Not for public use. |
com.ibm.ws.management.sync.FolderSyncUpdate[] | getFolderSyncUpdates( Not for public use. |
Operation Detail |
---|
public java.lang.Boolean syncNode(
java.lang.String nodeName
)
Initiate a sync request for a given node
nodeName
-
The name of the nodeResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter
administrator
operator
public ConfigChangeNotifier[] getModifiedFolders(
java.lang.String nodeName,
java.util.HashMap nodeEpochTable
)
Not for public use.
nodeName
-
The name of the nodeResourceInstanceIdentifier
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
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ConfigChangeNotifier[] getModifiedFolders(
java.lang.String nodeName,
java.util.HashMap nodeEpochTable,
java.util.Properties syncProperties
)
Not for public use.
nodeName
-
The name of the nodeResourceInstanceIdentifier
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
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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.
nodeName
-
The name of the nodeResourceInstanceIdentifier
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
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
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.
nodeName
-
The name of the nodeResourceInstanceIdentifier
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
administrator
operator
configurator
monitor
deployer
adminsecuritymanager