MBean

Partial ObjectName:
WebSphere:*,type=


MBean

MBean interface to the Dynamic Cluster Runtime Manager


Operation Summary
runningInstances( nodeGroupName,  dynamicClusterName)
           return an Object Name list running instances
runningInstances( nodeGroupName,  dynamicClusterName,  nodeName)
           return an Object Name list running instances
startInstance( nodeGroupName,  dynamicClusterName,  nodeName)
           start an Instance on a given node
startInstance( nodeName,  serverName)
           start an Instance on a given node and server
stopInstance( nodeGroupName,  dynamicClusterName,  nodeName)
           stop an Instance on a given node
stopInstance( nodeName,  serverName)
           stop an Instance on a given node and server
runningDynamicClusterInstances( dynamicClusterName)
           return an Object Name list running instances
runningDynamicClusterInstances( dynamicClusterName,  nodeName)
           return an Object Name list running instances
startDynamicClusterInstance( dynamicClusterName,  nodeName)
           start an Instance on a given node
stopDynamicClusterInstance( dynamicClusterName,  nodeName)
           stop an Instance on a given node

Operation Detail

runningInstances

public  runningInstances( nodeGroupName,  dynamicClusterName)
return an Object Name list running instances
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

runningInstances

public  runningInstances( nodeGroupName,  dynamicClusterName,  nodeName)
return an Object Name list running instances
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
nodeName - name of the dynamic cluster

startInstance

public  startInstance( nodeGroupName,  dynamicClusterName,  nodeName)
start an Instance on a given node
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node to start the instance on

startInstance

public  startInstance( nodeName,  serverName)
start an Instance on a given node and server
Parameters:
nodeName - name of the node to start the instance on
serverName - name of the server instance

stopInstance

public  stopInstance( nodeGroupName,  dynamicClusterName,  nodeName)
stop an Instance on a given node
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node to stop the instance on

stopInstance

public  stopInstance( nodeName,  serverName)
stop an Instance on a given node and server
Parameters:
nodeName - name of the node to start the instance on
serverName - name of the server instance

runningDynamicClusterInstances

public  runningDynamicClusterInstances( dynamicClusterName)
return an Object Name list running instances
Parameters:
dynamicClusterName - name of the dynamic cluster

runningDynamicClusterInstances

public  runningDynamicClusterInstances( dynamicClusterName,  nodeName)
return an Object Name list running instances
Parameters:
dynamicClusterName - name of the dynamic cluster
nodeName - name of the dynamic cluster

startDynamicClusterInstance

public  startDynamicClusterInstance( dynamicClusterName,  nodeName)
start an Instance on a given node
Parameters:
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node to start the instance on

stopDynamicClusterInstance

public  stopDynamicClusterInstance( dynamicClusterName,  nodeName)
stop an Instance on a given node
Parameters:
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node to stop the instance on

Copyright IBM Corp. 1996 - 2007