MBean

Partial ObjectName:
WebSphere:*,type=


MBean

MBean interface to the Dynamic Cluster Config Manager


Operation Summary
createDynamicCluster( nodeGroupName,  dynamicClusterName,  dynamicClusterProperties,  clusterProperties)
          
createODRDynamicCluster( nodeGroupName,  dynamicClusterName,  dynamicClusterProperties,  clusterProperties)
          
createClusterMemberOnNode( nodeGroupName,  dynamicClusterName,  nodeName)
          
deleteDynamicCluster( nodeGroupName,  dynamicClusterName)
          
getCustomProperties( nodeGroupName,  dynamicClusterName)
          
getCustomProperty( nodeGroupName,  dynamicClusterName,  propertyName)
          
getCustomPropertyDescription( nodeGroupName,  dynamicClusterName,  propertyName)
          
removeCustomProperty( nodeGroupName,  dynamicClusterName,  propertyName)
          
getMaxInstances( nodeGroupName,  dynamicClusterName)
          
getMinInstances( nodeGroupName,  dynamicClusterName)
          
getServerInactivityTime( nodeGroupName,  dynamicClusterName)
          
getNumVerticalInstances( nodeGroupName,  dynamicClusterName)
          
getOperationalMode( nodeGroupName,  dynamicClusterName)
          
setCustomProperty( nodeGroupName,  dynamicClusterName,  propertyName,  propertyValue,  propertyDesc)
          
setMinInstances( nodeGroupName,  dynamicClusterName,  instances)
          
setMaxInstances( nodeGroupName,  dynamicClusterName,  instances)
          
setServerInactivityTime( nodeGroupName,  dynamicClusterName,  time)
          
setNumVerticalInstances( nodeGroupName,  dynamicClusterName,  instances)
          
setOperationalMode( nodeGroupName,  dynamicClusterName,  mode)
          
modifyDynamicClusterShortName( nodeGroupName,  dynamicClusterName,  shortName)
          
modifyDynamicClusterEnableHA( dynamicClusterName,  enableHA)
          
createDynamicCluster( dynamicClusterName,  dynamicClusterProperties,  clusterProperties,  membershipPolicy)
          
createPHPDynamicCluster( dynamicClusterName,  dynamicClusterProperties,  clusterProperties,  membershipPolicy)
          
createNonWASDynamicCluster( serverType,  dynamicClusterName,  dynamicClusterProperties,  clusterProperties,  membershipPolicy)
          
deleteDynamicCluster( dynamicClusterName)
          
getCustomProperties( dynamicClusterName)
          
getCustomProperty( dynamicClusterName,  propertyName)
          
getCustomPropertyDescription( dynamicClusterName,  propertyName)
          
removeCustomProperty( dynamicClusterName,  propertyName)
          
getMaxInstances( dynamicClusterName)
          
getMaxNodes( dynamicClusterName)
          
getMinInstances( dynamicClusterName)
          
getMinNodes( dynamicClusterName)
          
getServerInactivityTime( dynamicClusterName)
          
getNumVerticalInstances( dynamicClusterName)
          
getIsolationGroup( dynamicClusterName)
          
getStrictIsolationEnabled( dynamicClusterName)
          
getOperationalMode( dynamicClusterName)
          
setCustomProperty( dynamicClusterName,  propertyName,  propertyValue,  propertyDesc)
          
setMinInstances( dynamicClusterName,  instances)
          
setMinNodes( dynamicClusterName,  nodes)
          
setMaxInstances( dynamicClusterName,  instances)
          
setMaxNodes( dynamicClusterName,  nodes)
          
setServerInactivityTime( dynamicClusterName,  time)
          
setNumVerticalInstances( dynamicClusterName,  instances)
          
setIsolationGroup( dynamicClusterName,  isolationGroup)
          
setStrictIsolationEnabled( dynamicClusterName,  strictIsolationEnabled)
          
setOperationalMode( dynamicClusterName,  mode)
          
modifyDynamicClusterShortName( dynamicClusterName,  shortName)
          
modifyDynamicClusterEnableHA( dynamicClusterName,  enableHA)
          
createDynamicClusterFromStaticCluster( clusterName,  templateName,  dynamicClusterProperties)
          
createDynamicClusterFromForeignServers( dynamicClusterName,  foreignServers,  dynamicClusterProperties)
          
addForeignServersToDynamicCluster( dynamicClusterName,  foreignServers,  dynamicClusterProperties)
          
removeForeignServersFromDynamicCluster( dynamicClusterName,  foreignServers,  dynamicClusterProperties)
          
getServerType( dynamicClusterName)
          
getMembershipPolicy( dynamicClusterName)
          
setMembershipPolicy( dynamicClusterName,  membershipPolicy)
          
createDynamicClusterMembersOnNode( dynamicClusterName,  nodeName)
          
createDynamicClusterMemberOnNode( dynamicClusterName,  nodeName)
          
deleteDynamicClusterMembersOnNode( dynamicClusterName,  nodeName)
          
sendDynamicClusterNotification( notificationProperties,  notificationString)
          

Notification Summary
websphere.dc.created
           A new DynamicCluster has been created.
websphere.dc.removed
           DynamicCluster has been removed.
websphere.dc.mode.changed
           DynamicCluster mode has been changed.
websphere.dc.memberadded
           DynamicCluster member has been added.
websphere.dc.memberremoved
           DynamicCluster member has been removed.

Operation Detail

createDynamicCluster

public  createDynamicCluster( nodeGroupName,  dynamicClusterName,  dynamicClusterProperties,  clusterProperties)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
dynamicClusterProperties - properties for the new DC
clusterProperties - properties for the new DC

createODRDynamicCluster

public  createODRDynamicCluster( nodeGroupName,  dynamicClusterName,  dynamicClusterProperties,  clusterProperties)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
dynamicClusterProperties - properties for the new DC
clusterProperties - properties for the new DC

createClusterMemberOnNode

public  createClusterMemberOnNode( nodeGroupName,  dynamicClusterName,  nodeName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
nodeName - name of Node

deleteDynamicCluster

public  deleteDynamicCluster( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getCustomProperties

public  getCustomProperties( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getCustomProperty

public  getCustomProperty( nodeGroupName,  dynamicClusterName,  propertyName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property

getCustomPropertyDescription

public  getCustomPropertyDescription( nodeGroupName,  dynamicClusterName,  propertyName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property

removeCustomProperty

public  removeCustomProperty( nodeGroupName,  dynamicClusterName,  propertyName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property

getMaxInstances

public  getMaxInstances( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getMinInstances

public  getMinInstances( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getServerInactivityTime

public  getServerInactivityTime( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getNumVerticalInstances

public  getNumVerticalInstances( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getOperationalMode

public  getOperationalMode( nodeGroupName,  dynamicClusterName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

setCustomProperty

public  setCustomProperty( nodeGroupName,  dynamicClusterName,  propertyName,  propertyValue,  propertyDesc)
Parameters:
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

setMinInstances

public  setMinInstances( nodeGroupName,  dynamicClusterName,  instances)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
instances - minimum number of instances

setMaxInstances

public  setMaxInstances( nodeGroupName,  dynamicClusterName,  instances)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
instances - maximum number of instances

setServerInactivityTime

public  setServerInactivityTime( nodeGroupName,  dynamicClusterName,  time)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
time - server inactivity time

setNumVerticalInstances

public  setNumVerticalInstances( nodeGroupName,  dynamicClusterName,  instances)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
instances - number of vertical instances

setOperationalMode

public  setOperationalMode( nodeGroupName,  dynamicClusterName,  mode)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
mode - operational Mode

modifyDynamicClusterShortName

public  modifyDynamicClusterShortName( nodeGroupName,  dynamicClusterName,  shortName)
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster
shortName - the new short name

modifyDynamicClusterEnableHA

public  modifyDynamicClusterEnableHA( dynamicClusterName,  enableHA)
Parameters:
dynamicClusterName - name of the dynamic cluster
enableHA - the new enableHA field

createDynamicCluster

public  createDynamicCluster( dynamicClusterName,  dynamicClusterProperties,  clusterProperties,  membershipPolicy)
Parameters:
dynamicClusterName - name of the dynamic cluster
dynamicClusterProperties - properties for the new DC
clusterProperties - properties for the new DC
membershipPolicy - the membership policy

createPHPDynamicCluster

public  createPHPDynamicCluster( dynamicClusterName,  dynamicClusterProperties,  clusterProperties,  membershipPolicy)
Parameters:
dynamicClusterName - name of the dynamic cluster
dynamicClusterProperties - properties for the new DC
clusterProperties - properties for the new DC
membershipPolicy - the membership policy

createNonWASDynamicCluster

public  createNonWASDynamicCluster( serverType,  dynamicClusterName,  dynamicClusterProperties,  clusterProperties,  membershipPolicy)
Parameters:
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

deleteDynamicCluster

public  deleteDynamicCluster( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getCustomProperties

public  getCustomProperties( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getCustomProperty

public  getCustomProperty( dynamicClusterName,  propertyName)
Parameters:
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property

getCustomPropertyDescription

public  getCustomPropertyDescription( dynamicClusterName,  propertyName)
Parameters:
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property

removeCustomProperty

public  removeCustomProperty( dynamicClusterName,  propertyName)
Parameters:
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property

getMaxInstances

public  getMaxInstances( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getMaxNodes

public  getMaxNodes( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getMinInstances

public  getMinInstances( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getMinNodes

public  getMinNodes( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getServerInactivityTime

public  getServerInactivityTime( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getNumVerticalInstances

public  getNumVerticalInstances( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getIsolationGroup

public  getIsolationGroup( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getStrictIsolationEnabled

public  getStrictIsolationEnabled( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getOperationalMode

public  getOperationalMode( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

setCustomProperty

public  setCustomProperty( dynamicClusterName,  propertyName,  propertyValue,  propertyDesc)
Parameters:
dynamicClusterName - name of the dynamic cluster
propertyName - name of the property
propertyValue - value of the property
propertyDesc - description of the property

setMinInstances

public  setMinInstances( dynamicClusterName,  instances)
Parameters:
dynamicClusterName - name of the dynamic cluster
instances - minimum number of instances

setMinNodes

public  setMinNodes( dynamicClusterName,  nodes)
Parameters:
dynamicClusterName - name of the dynamic cluster
nodes - minimum number of nodes

setMaxInstances

public  setMaxInstances( dynamicClusterName,  instances)
Parameters:
dynamicClusterName - name of the dynamic cluster
instances - maximum number of instances

setMaxNodes

public  setMaxNodes( dynamicClusterName,  nodes)
Parameters:
dynamicClusterName - name of the dynamic cluster
nodes - maximum number of nodes

setServerInactivityTime

public  setServerInactivityTime( dynamicClusterName,  time)
Parameters:
dynamicClusterName - name of the dynamic cluster
time - server inactivity time

setNumVerticalInstances

public  setNumVerticalInstances( dynamicClusterName,  instances)
Parameters:
dynamicClusterName - name of the dynamic cluster
instances - number of vertical instances

setIsolationGroup

public  setIsolationGroup( dynamicClusterName,  isolationGroup)
Parameters:
dynamicClusterName - name of the dynamic cluster
isolationGroup - name of the isolation group

setStrictIsolationEnabled

public  setStrictIsolationEnabled( dynamicClusterName,  strictIsolationEnabled)
Parameters:
dynamicClusterName - name of the dynamic cluster
strictIsolationEnabled - the strict isolation enabled field

setOperationalMode

public  setOperationalMode( dynamicClusterName,  mode)
Parameters:
dynamicClusterName - name of the dynamic cluster
mode - operational Mode

modifyDynamicClusterShortName

public  modifyDynamicClusterShortName( dynamicClusterName,  shortName)
Parameters:
dynamicClusterName - name of the dynamic cluster
shortName - the new short name

modifyDynamicClusterEnableHA

public  modifyDynamicClusterEnableHA( dynamicClusterName,  enableHA)
Parameters:
dynamicClusterName - name of the dynamic cluster
enableHA - the new enableHA field

createDynamicClusterFromStaticCluster

public  createDynamicClusterFromStaticCluster( clusterName,  templateName,  dynamicClusterProperties)
Parameters:
clusterName - name of the existing static cluster
templateName - name of the existing static cluster member template
dynamicClusterProperties - properties for the new DC

createDynamicClusterFromForeignServers

public  createDynamicClusterFromForeignServers( dynamicClusterName,  foreignServers,  dynamicClusterProperties)
Parameters:
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

addForeignServersToDynamicCluster

public  addForeignServersToDynamicCluster( dynamicClusterName,  foreignServers,  dynamicClusterProperties)
Parameters:
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

removeForeignServersFromDynamicCluster

public  removeForeignServersFromDynamicCluster( dynamicClusterName,  foreignServers,  dynamicClusterProperties)
Parameters:
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

getServerType

public  getServerType( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

getMembershipPolicy

public  getMembershipPolicy( dynamicClusterName)
Parameters:
dynamicClusterName - name of the dynamic cluster

setMembershipPolicy

public  setMembershipPolicy( dynamicClusterName,  membershipPolicy)
Parameters:
dynamicClusterName - name of the dynamic cluster
membershipPolicy - membership policy

createDynamicClusterMembersOnNode

public  createDynamicClusterMembersOnNode( dynamicClusterName,  nodeName)
Parameters:
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node

createDynamicClusterMemberOnNode

public  createDynamicClusterMemberOnNode( dynamicClusterName,  nodeName)
Parameters:
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node

deleteDynamicClusterMembersOnNode

public  deleteDynamicClusterMembersOnNode( dynamicClusterName,  nodeName)
Parameters:
dynamicClusterName - name of the dynamic cluster
nodeName - name of the node

sendDynamicClusterNotification

public  sendDynamicClusterNotification( notificationProperties,  notificationString)
Parameters:
notificationProperties - properties for the notification
notificationString - notification string

Notification Detail

websphere.dc.created

A new DynamicCluster has been created.
Severity:
5  (Warning)

websphere.dc.removed

DynamicCluster has been removed.
Severity:
5  (Warning)

websphere.dc.mode.changed

DynamicCluster mode has been changed.
Severity:
5  (Warning)

websphere.dc.memberadded

DynamicCluster member has been added.
Severity:
5  (Warning)

websphere.dc.memberremoved

DynamicCluster member has been removed.
Severity:
5  (Warning)

Copyright IBM Corp. 1996 - 2007