WebSphere:*,type=DynamicClusterRuntimeManagerMBean DynamicClusterRuntimeManager
MBean interface to the Dynamic Cluster Runtime Manager
Operation Summary | |
|---|---|
java.util.List | runningInstances(return an Object Name list running instances |
java.util.List | runningInstances(return an Object Name list running instances |
java.lang.String | startInstance(start an Instance on a given node |
java.lang.String | startInstance(start an Instance on a given node and server |
java.lang.String | stopInstance(stop an Instance on a given node |
java.lang.String | stopInstance(stop an Instance on a given node and server |
java.util.List | runningDynamicClusterInstances(return an Object Name list running instances |
java.util.List | runningDynamicClusterInstances(return an Object Name list running instances |
java.lang.String | startDynamicClusterInstance(start an Instance on a given node |
java.lang.String | stopDynamicClusterInstance(stop an Instance on a given node |
Operation Detail |
|---|
public java.util.List runningInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
return an Object Name list running instances nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.util.List runningInstances(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String nodeName)
return an Object Name list running instances nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster nodeName -
name of the dynamic cluster
administrator
operator
public java.lang.String startInstance(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String nodeName)
start an Instance on a given node nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node to start the instance on
administrator
operator
public java.lang.String startInstance(java.lang.String nodeName, java.lang.String serverName)
start an Instance on a given node and server nodeName -
name of the node to start the instance on serverName -
name of the server instance
administrator
operator
public java.lang.String stopInstance(java.lang.String nodeGroupName, java.lang.String dynamicClusterName, java.lang.String nodeName)
stop an Instance on a given node nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node to stop the instance on
administrator
operator
public java.lang.String stopInstance(java.lang.String nodeName, java.lang.String serverName)
stop an Instance on a given node and server nodeName -
name of the node to start the instance on serverName -
name of the server instance
administrator
operator
public java.util.List runningDynamicClusterInstances(java.lang.String dynamicClusterName)
return an Object Name list running instances dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.util.List runningDynamicClusterInstances(java.lang.String dynamicClusterName, java.lang.String nodeName)
return an Object Name list running instances dynamicClusterName -
name of the dynamic cluster nodeName -
name of the dynamic cluster
administrator
operator
public java.lang.String startDynamicClusterInstance(java.lang.String dynamicClusterName, java.lang.String nodeName)
start an Instance on a given node dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node to start the instance on
administrator
operator
public java.lang.String stopDynamicClusterInstance(java.lang.String dynamicClusterName, java.lang.String nodeName)
stop an Instance on a given node dynamicClusterName -
name of the dynamic cluster nodeName -
name of the node to stop the instance on
administrator
operator