WebSphere:*,type=DynamicClusterConfigManagerMBean DynamicClusterConfigManager
MBean interface to the Dynamic Cluster Config Manager
Operation Summary | |
|---|---|
void | createDynamicCluster( |
void | createODRDynamicCluster( |
void | createClusterMemberOnNode( |
java.lang.Boolean | deleteDynamicCluster( |
java.util.Properties | getCustomProperties( |
java.util.Properties | getCustomProperty( |
java.lang.String | getCustomPropertyDescription( |
void | removeCustomProperty( |
java.lang.Integer | getMaxInstances( |
java.lang.Integer | getMinInstances( |
java.lang.Integer | getServerInactivityTime( |
java.lang.Integer | getNumVerticalInstances( |
java.lang.String | getOperationalMode( |
void | setCustomProperty( |
void | setMinInstances( |
void | setMaxInstances( |
void | setServerInactivityTime( |
void | setNumVerticalInstances( |
void | setOperationalMode( |
void | modifyDynamicClusterShortName( |
void | modifyDynamicClusterEnableHA( |
void | createDynamicCluster( |
void | createPHPDynamicCluster( |
void | createNonWASDynamicCluster( |
java.lang.Boolean | deleteDynamicCluster( |
java.util.Properties | getCustomProperties( |
java.util.Properties | getCustomProperty( |
java.lang.String | getCustomPropertyDescription( |
void | removeCustomProperty( |
java.lang.Integer | getMaxInstances( |
java.lang.Integer | getMaxNodes( |
java.lang.Integer | getMinInstances( |
java.lang.Integer | getMinNodes( |
java.lang.Integer | getServerInactivityTime( |
java.lang.Integer | getNumVerticalInstances( |
java.lang.String | getIsolationGroup( |
java.lang.String | getStrictIsolationEnabled( |
java.lang.String | getOperationalMode( |
void | setCustomProperty( |
void | setMinInstances( |
void | setMinNodes( |
void | setMaxInstances( |
void | setMaxNodes( |
void | setServerInactivityTime( |
void | setNumVerticalInstances( |
void | setIsolationGroup( |
void | setStrictIsolationEnabled( |
void | setOperationalMode( |
void | modifyDynamicClusterShortName( |
void | modifyDynamicClusterEnableHA( |
void | createDynamicClusterFromStaticCluster( |
void | createDynamicClusterFromForeignServers( |
void | addForeignServersToDynamicCluster( |
void | removeForeignServersFromDynamicCluster( |
java.lang.String | getServerType( |
java.lang.String | getMembershipPolicy( |
void | setMembershipPolicy( |
void | createDynamicClusterMembersOnNode( |
void | createDynamicClusterMemberOnNode( |
void | deleteDynamicClusterMembersOnNode( |
void | sendDynamicClusterNotification( |
Notification Summary | |
|---|---|
websphere.dc.createdA new DynamicCluster has been created. | |
websphere.dc.removedDynamicCluster has been removed. | |
websphere.dc.mode.changedDynamicCluster mode has been changed. | |
websphere.dc.memberaddedDynamicCluster member has been added. | |
websphere.dc.memberremovedDynamicCluster member has been removed. | |
Operation Detail |
|---|
public void createDynamicCluster(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.util.Properties dynamicClusterProperties, java.util.Properties clusterProperties)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster dynamicClusterProperties -
properties for the new DC clusterProperties -
properties for the new DC
administrator
operator
public void createODRDynamicCluster(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.util.Properties dynamicClusterProperties, java.util.Properties clusterProperties)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster dynamicClusterProperties -
properties for the new DC clusterProperties -
properties for the new DC
administrator
operator
public void createClusterMemberOnNode(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String nodeName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster nodeName -
name of Node
administrator
operator
public java.lang.Boolean deleteDynamicCluster(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.util.Properties getCustomProperties(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.util.Properties getCustomProperty(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String propertyName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property
administrator
operator
public java.lang.String getCustomPropertyDescription(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String propertyName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property
administrator
operator
public void removeCustomProperty(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String propertyName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property
administrator
operator
public java.lang.Integer getMaxInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getMinInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getServerInactivityTime(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getNumVerticalInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String getOperationalMode(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public void setCustomProperty(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String propertyName, java.lang.String propertyValue, java.lang.String propertyDesc)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property propertyValue -
value of the property propertyDesc -
description of the property
administrator
operator
public void setMinInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, int instances)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster instances -
minimum number of instances
administrator
operator
public void setMaxInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, int instances)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster instances -
maximum number of instances
administrator
operator
public void setServerInactivityTime(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, int time)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster time -
server inactivity time
administrator
operator
public void setNumVerticalInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, int instances)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster instances -
number of vertical instances
administrator
operator
public void setOperationalMode(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String mode)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster mode -
operational Mode
administrator
operator
public void modifyDynamicClusterShortName(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String shortName)
nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster shortName -
the new short name
administrator
operator
public void modifyDynamicClusterEnableHA(java.lang.String dynamicClusterName, boolean enableHA)
dynamicClusterName -
name of the dynamic cluster enableHA -
the new enableHA field
administrator
operator
public void createDynamicCluster(java.lang.String dynamicClusterName, java.util.Properties dynamicClusterProperties, java.util.Properties clusterProperties, java.lang.String membershipPolicy)
dynamicClusterName -
name of the dynamic cluster dynamicClusterProperties -
properties for the new DC clusterProperties -
properties for the new DC membershipPolicy -
the membership policy
administrator
operator
public void createPHPDynamicCluster(java.lang.String dynamicClusterName, java.util.Properties dynamicClusterProperties, java.util.Properties clusterProperties, java.lang.String membershipPolicy)
dynamicClusterName -
name of the dynamic cluster dynamicClusterProperties -
properties for the new DC clusterProperties -
properties for the new DC membershipPolicy -
the membership policy
administrator
operator
public void createNonWASDynamicCluster(java.lang.String serverType, java.lang.String dynamicClusterName, java.util.Properties dynamicClusterProperties, java.util.Properties clusterProperties, java.lang.String membershipPolicy)
serverType -
name of the server type dynamicClusterName -
name of the dynamic cluster dynamicClusterProperties -
properties for the new DC clusterProperties -
properties for the new DC membershipPolicy -
the membership policy
administrator
operator
public java.lang.Boolean deleteDynamicCluster(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.util.Properties getCustomProperties(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.util.Properties getCustomProperty(java.lang.String dynamicClusterName, java.lang.String propertyName)
dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property
administrator
operator
public java.lang.String getCustomPropertyDescription(java.lang.String dynamicClusterName, java.lang.String propertyName)
dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property
administrator
operator
public void removeCustomProperty(java.lang.String dynamicClusterName, java.lang.String propertyName)
dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property
administrator
operator
public java.lang.Integer getMaxInstances(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getMaxNodes(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getMinInstances(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getMinNodes(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getServerInactivityTime(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.Integer getNumVerticalInstances(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String getIsolationGroup(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String getStrictIsolationEnabled(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String getOperationalMode(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public void setCustomProperty(java.lang.String dynamicClusterName, java.lang.String propertyName, java.lang.String propertyValue, java.lang.String propertyDesc)
dynamicClusterName -
name of the dynamic cluster propertyName -
name of the property propertyValue -
value of the property propertyDesc -
description of the property
administrator
operator
public void setMinInstances(java.lang.String dynamicClusterName, int instances)
dynamicClusterName -
name of the dynamic cluster instances -
minimum number of instances
administrator
operator
public void setMinNodes(java.lang.String dynamicClusterName, int nodes)
dynamicClusterName -
name of the dynamic cluster nodes -
minimum number of nodes
administrator
operator
public void setMaxInstances(java.lang.String dynamicClusterName, int instances)
dynamicClusterName -
name of the dynamic cluster instances -
maximum number of instances
administrator
operator
public void setMaxNodes(java.lang.String dynamicClusterName, int nodes)
dynamicClusterName -
name of the dynamic cluster nodes -
maximum number of nodes
administrator
operator
public void setServerInactivityTime(java.lang.String dynamicClusterName, int time)
dynamicClusterName -
name of the dynamic cluster time -
server inactivity time
administrator
operator
public void setNumVerticalInstances(java.lang.String dynamicClusterName, int instances)
dynamicClusterName -
name of the dynamic cluster instances -
number of vertical instances
administrator
operator
public void setIsolationGroup(java.lang.String dynamicClusterName, java.lang.String isolationGroup)
dynamicClusterName -
name of the dynamic cluster isolationGroup -
name of the isolation group
administrator
operator
public void setStrictIsolationEnabled(java.lang.String dynamicClusterName, java.lang.String strictIsolationEnabled)
dynamicClusterName -
name of the dynamic cluster strictIsolationEnabled -
the strict isolation enabled field
administrator
operator
public void setOperationalMode(java.lang.String dynamicClusterName, java.lang.String mode)
dynamicClusterName -
name of the dynamic cluster mode -
operational Mode
administrator
operator
public void modifyDynamicClusterShortName(java.lang.String dynamicClusterName, java.lang.String shortName)
dynamicClusterName -
name of the dynamic cluster shortName -
the new short name
administrator
operator
public void modifyDynamicClusterEnableHA(java.lang.String dynamicClusterName, boolean enableHA)
dynamicClusterName -
name of the dynamic cluster enableHA -
the new enableHA field
administrator
operator
public void createDynamicClusterFromStaticCluster(java.lang.String clusterName, java.lang.String templateName, java.util.Properties dynamicClusterProperties)
clusterName -
name of the existing static cluster templateName -
name of the existing static cluster member template dynamicClusterProperties -
properties for the new DC
administrator
operator
public void createDynamicClusterFromForeignServers(java.lang.String dynamicClusterName, java.lang.String foreignServers, java.util.Properties dynamicClusterProperties)
dynamicClusterName -
name of the new dynamic cluster foreignServers -
The existing foreign servers in the form of nodeName1:serverName1. If there are muliple nodeName:serverName separate them with a comma. dynamicClusterProperties -
properties for the new DC
administrator
operator
public void addForeignServersToDynamicCluster(java.lang.String dynamicClusterName, java.lang.String foreignServers, java.util.Properties dynamicClusterProperties)
dynamicClusterName -
name of the new dynamic cluster foreignServers -
The existing foreign servers in the form of nodeName1:serverName1. If there are muliple nodeName:serverName separate them with a comma. dynamicClusterProperties -
properties for the new DC
administrator
operator
public void removeForeignServersFromDynamicCluster(java.lang.String dynamicClusterName, java.lang.String foreignServers, java.util.Properties dynamicClusterProperties)
dynamicClusterName -
name of the new dynamic cluster foreignServers -
The existing foreign servers in the form of nodeName1:serverName1. If there are muliple nodeName:serverName separate them with a comma. dynamicClusterProperties -
properties for the new DC
administrator
operator
public java.lang.String getServerType(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String getMembershipPolicy(java.lang.String dynamicClusterName)
dynamicClusterName -
name of the dynamic cluster
administrator
operator
public void setMembershipPolicy(java.lang.String dynamicClusterName, java.lang.String membershipPolicy)
dynamicClusterName -
name of the dynamic cluster membershipPolicy -
membership policy
administrator
operator
public void createDynamicClusterMembersOnNode(java.lang.String dynamicClusterName, java.lang.String nodeName)
dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node
administrator
operator
public void createDynamicClusterMemberOnNode(java.lang.String dynamicClusterName, java.lang.String nodeName)
dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node
administrator
operator
public void deleteDynamicClusterMembersOnNode(java.lang.String dynamicClusterName, java.lang.String nodeName)
dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node
administrator
operator
public void sendDynamicClusterNotification(java.util.Properties notificationProperties, java.lang.String notificationString)
notificationProperties -
properties for the notification notificationString -
notification string
administrator
operator
Notification Detail |
|---|
A new DynamicCluster has been created.
5
(Warning)
DynamicCluster has been removed.
5
(Warning)
DynamicCluster mode has been changed.
5
(Warning)
DynamicCluster member has been added.
5
(Warning)
DynamicCluster member has been removed.
5
(Warning)