WebSphere:*,type=DynamicClusterConfigManager
MBean DynamicClusterConfigManager
MBean interface to the Dynamic Cluster Config Manager
Operation Summary | |
void | createDynamicCluster( |
java.lang.Boolean | deleteDynamicCluster( |
void | deleteClusterMembersOnNode( |
void | createClusterMemberOnNode( |
void | createClusterMembersOnNode( |
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( |
Notification Summary | |
websphere.dc.created A new DynamicCluster has been created. | |
websphere.dc.removed A new DynamicCluster has been removed. | |
websphere.dc.mode.changed A new DynamicCluster 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 groupdynamicClusterName
-
name of the dynamic clusterdynamicClusterProperties
-
properties for the new DCclusterProperties
-
properties for the new DC
public java.lang.Boolean deleteDynamicCluster(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public void deleteClusterMembersOnNode(java.lang.String nodeGroupName,
java.lang.String nodeName
)
nodeGroupName
-
name of the node groupnodeName
-
name of the node
public void createClusterMemberOnNode(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
java.lang.String nodeName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusternodeName
-
name of Node
public void createClusterMembersOnNode(java.lang.String nodeGroupName,
java.lang.String nodeName
)
nodeGroupName
-
name of the node groupnodeName
-
name of Node
public java.util.Properties getCustomProperties(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public java.util.Properties getCustomProperty(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
java.lang.String propertyName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public java.lang.String getCustomPropertyDescription(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
java.lang.String propertyName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public void removeCustomProperty(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
java.lang.String propertyName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public java.lang.Integer getMaxInstances(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public java.lang.Integer getMinInstances(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public java.lang.Integer getServerInactivityTime(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public java.lang.Integer getNumVerticalInstances(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public java.lang.String getOperationalMode(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
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 groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the propertypropertyValue
-
value of the propertypropertyDesc
-
description of the property
public void setMinInstances(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
int instances
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterinstances
-
minimum number of instances
public void setMaxInstances(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
int instances
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterinstances
-
maximum number of instances
public void setServerInactivityTime(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
int time
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clustertime
-
server inactivity time
public void setNumVerticalInstances(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
int instances
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterinstances
-
number of vertical instances
public void setOperationalMode(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
java.lang.String mode
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clustermode
-
operational Mode
public void modifyDynamicClusterShortName(java.lang.String nodeGroupName,
java.lang.String dynamicClusterName,
java.lang.String shortName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clustershortName
-
the new short name
public void modifyDynamicClusterEnableHA(java.lang.String dynamicClusterName,
boolean enableHA
)
dynamicClusterName
-
name of the dynamic clusterenableHA
-
the new enableHA fieldNotification Detail |