WebSphere:*,type=
MBean
MBean interface to the Dynamic Cluster Runtime Manager
Operation Summary | |
| runningInstances( return an Object Name list running instances |
| runningInstances( return an Object Name list running instances |
| startInstance( start an Instance on a given node |
| startInstance( start an Instance on a given node and server |
| stopInstance( stop an Instance on a given node |
| stopInstance( stop an Instance on a given node and server |
| runningDynamicClusterInstances( return an Object Name list running instances |
| runningDynamicClusterInstances( return an Object Name list running instances |
| startDynamicClusterInstance( start an Instance on a given node |
| stopDynamicClusterInstance( stop an Instance on a given node |
Operation Detail |
public runningInstances( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public runningInstances( nodeGroupName,
dynamicClusterName,
nodeName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusternodeName
-
name of the dynamic cluster
public startInstance( nodeGroupName,
dynamicClusterName,
nodeName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node to start the instance on
public startInstance( nodeName,
serverName
)
nodeName
-
name of the node to start the instance onserverName
-
name of the server instance
public stopInstance( nodeGroupName,
dynamicClusterName,
nodeName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node to stop the instance on
public stopInstance( nodeName,
serverName
)
nodeName
-
name of the node to start the instance onserverName
-
name of the server instance
public runningDynamicClusterInstances( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public runningDynamicClusterInstances( dynamicClusterName,
nodeName
)
dynamicClusterName
-
name of the dynamic clusternodeName
-
name of the dynamic cluster
public startDynamicClusterInstance( dynamicClusterName,
nodeName
)
dynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node to start the instance on
public stopDynamicClusterInstance( dynamicClusterName,
nodeName
)
dynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node to stop the instance on