WebSphere:*,type=
MBean
MBean interface to the Dynamic Cluster Config Manager
Operation Summary | |
| createDynamicCluster( |
| createODRDynamicCluster( |
| createClusterMemberOnNode( |
| deleteDynamicCluster( |
| getCustomProperties( |
| getCustomProperty( |
| getCustomPropertyDescription( |
| removeCustomProperty( |
| getMaxInstances( |
| getMinInstances( |
| getServerInactivityTime( |
| getNumVerticalInstances( |
| getOperationalMode( |
| setCustomProperty( |
| setMinInstances( |
| setMaxInstances( |
| setServerInactivityTime( |
| setNumVerticalInstances( |
| setOperationalMode( |
| modifyDynamicClusterShortName( |
| modifyDynamicClusterEnableHA( |
| createDynamicCluster( |
| createPHPDynamicCluster( |
| createNonWASDynamicCluster( |
| deleteDynamicCluster( |
| getCustomProperties( |
| getCustomProperty( |
| getCustomPropertyDescription( |
| removeCustomProperty( |
| getMaxInstances( |
| getMaxNodes( |
| getMinInstances( |
| getMinNodes( |
| getServerInactivityTime( |
| getNumVerticalInstances( |
| getIsolationGroup( |
| getStrictIsolationEnabled( |
| getOperationalMode( |
| setCustomProperty( |
| setMinInstances( |
| setMinNodes( |
| setMaxInstances( |
| setMaxNodes( |
| setServerInactivityTime( |
| setNumVerticalInstances( |
| setIsolationGroup( |
| setStrictIsolationEnabled( |
| setOperationalMode( |
| modifyDynamicClusterShortName( |
| modifyDynamicClusterEnableHA( |
| createDynamicClusterFromStaticCluster( |
| createDynamicClusterFromForeignServers( |
| addForeignServersToDynamicCluster( |
| removeForeignServersFromDynamicCluster( |
| getServerType( |
| getMembershipPolicy( |
| setMembershipPolicy( |
| createDynamicClusterMembersOnNode( |
| createDynamicClusterMemberOnNode( |
| deleteDynamicClusterMembersOnNode( |
| sendDynamicClusterNotification( |
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 |
public createDynamicCluster( nodeGroupName,
dynamicClusterName,
dynamicClusterProperties,
clusterProperties
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterdynamicClusterProperties
-
properties for the new DCclusterProperties
-
properties for the new DC
public createODRDynamicCluster( nodeGroupName,
dynamicClusterName,
dynamicClusterProperties,
clusterProperties
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterdynamicClusterProperties
-
properties for the new DCclusterProperties
-
properties for the new DC
public createClusterMemberOnNode( nodeGroupName,
dynamicClusterName,
nodeName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusternodeName
-
name of Node
public deleteDynamicCluster( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public getCustomProperties( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public getCustomProperty( nodeGroupName,
dynamicClusterName,
propertyName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public getCustomPropertyDescription( nodeGroupName,
dynamicClusterName,
propertyName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public removeCustomProperty( nodeGroupName,
dynamicClusterName,
propertyName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public getMaxInstances( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public getMinInstances( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public getServerInactivityTime( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public getNumVerticalInstances( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public getOperationalMode( nodeGroupName,
dynamicClusterName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic cluster
public setCustomProperty( nodeGroupName,
dynamicClusterName,
propertyName,
propertyValue,
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 setMinInstances( nodeGroupName,
dynamicClusterName,
instances
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterinstances
-
minimum number of instances
public setMaxInstances( nodeGroupName,
dynamicClusterName,
instances
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterinstances
-
maximum number of instances
public setServerInactivityTime( nodeGroupName,
dynamicClusterName,
time
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clustertime
-
server inactivity time
public setNumVerticalInstances( nodeGroupName,
dynamicClusterName,
instances
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clusterinstances
-
number of vertical instances
public setOperationalMode( nodeGroupName,
dynamicClusterName,
mode
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clustermode
-
operational Mode
public modifyDynamicClusterShortName( nodeGroupName,
dynamicClusterName,
shortName
)
nodeGroupName
-
name of the node groupdynamicClusterName
-
name of the dynamic clustershortName
-
the new short name
public modifyDynamicClusterEnableHA( dynamicClusterName,
enableHA
)
dynamicClusterName
-
name of the dynamic clusterenableHA
-
the new enableHA field
public createDynamicCluster( dynamicClusterName,
dynamicClusterProperties,
clusterProperties,
membershipPolicy
)
dynamicClusterName
-
name of the dynamic clusterdynamicClusterProperties
-
properties for the new DCclusterProperties
-
properties for the new DCmembershipPolicy
-
the membership policy
public createPHPDynamicCluster( dynamicClusterName,
dynamicClusterProperties,
clusterProperties,
membershipPolicy
)
dynamicClusterName
-
name of the dynamic clusterdynamicClusterProperties
-
properties for the new DCclusterProperties
-
properties for the new DCmembershipPolicy
-
the membership policy
public createNonWASDynamicCluster( serverType,
dynamicClusterName,
dynamicClusterProperties,
clusterProperties,
membershipPolicy
)
serverType
-
name of the server typedynamicClusterName
-
name of the dynamic clusterdynamicClusterProperties
-
properties for the new DCclusterProperties
-
properties for the new DCmembershipPolicy
-
the membership policy
public deleteDynamicCluster( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getCustomProperties( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getCustomProperty( dynamicClusterName,
propertyName
)
dynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public getCustomPropertyDescription( dynamicClusterName,
propertyName
)
dynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public removeCustomProperty( dynamicClusterName,
propertyName
)
dynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the property
public getMaxInstances( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getMaxNodes( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getMinInstances( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getMinNodes( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getServerInactivityTime( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getNumVerticalInstances( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getIsolationGroup( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getStrictIsolationEnabled( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getOperationalMode( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public setCustomProperty( dynamicClusterName,
propertyName,
propertyValue,
propertyDesc
)
dynamicClusterName
-
name of the dynamic clusterpropertyName
-
name of the propertypropertyValue
-
value of the propertypropertyDesc
-
description of the property
public setMinInstances( dynamicClusterName,
instances
)
dynamicClusterName
-
name of the dynamic clusterinstances
-
minimum number of instances
public setMinNodes( dynamicClusterName,
nodes
)
dynamicClusterName
-
name of the dynamic clusternodes
-
minimum number of nodes
public setMaxInstances( dynamicClusterName,
instances
)
dynamicClusterName
-
name of the dynamic clusterinstances
-
maximum number of instances
public setMaxNodes( dynamicClusterName,
nodes
)
dynamicClusterName
-
name of the dynamic clusternodes
-
maximum number of nodes
public setServerInactivityTime( dynamicClusterName,
time
)
dynamicClusterName
-
name of the dynamic clustertime
-
server inactivity time
public setNumVerticalInstances( dynamicClusterName,
instances
)
dynamicClusterName
-
name of the dynamic clusterinstances
-
number of vertical instances
public setIsolationGroup( dynamicClusterName,
isolationGroup
)
dynamicClusterName
-
name of the dynamic clusterisolationGroup
-
name of the isolation group
public setStrictIsolationEnabled( dynamicClusterName,
strictIsolationEnabled
)
dynamicClusterName
-
name of the dynamic clusterstrictIsolationEnabled
-
the strict isolation enabled field
public setOperationalMode( dynamicClusterName,
mode
)
dynamicClusterName
-
name of the dynamic clustermode
-
operational Mode
public modifyDynamicClusterShortName( dynamicClusterName,
shortName
)
dynamicClusterName
-
name of the dynamic clustershortName
-
the new short name
public modifyDynamicClusterEnableHA( dynamicClusterName,
enableHA
)
dynamicClusterName
-
name of the dynamic clusterenableHA
-
the new enableHA field
public createDynamicClusterFromStaticCluster( clusterName,
templateName,
dynamicClusterProperties
)
clusterName
-
name of the existing static clustertemplateName
-
name of the existing static cluster member templatedynamicClusterProperties
-
properties for the new DC
public createDynamicClusterFromForeignServers( dynamicClusterName,
foreignServers,
dynamicClusterProperties
)
dynamicClusterName
-
name of the new dynamic clusterforeignServers
-
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
public addForeignServersToDynamicCluster( dynamicClusterName,
foreignServers,
dynamicClusterProperties
)
dynamicClusterName
-
name of the new dynamic clusterforeignServers
-
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
public removeForeignServersFromDynamicCluster( dynamicClusterName,
foreignServers,
dynamicClusterProperties
)
dynamicClusterName
-
name of the new dynamic clusterforeignServers
-
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
public getServerType( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public getMembershipPolicy( dynamicClusterName
)
dynamicClusterName
-
name of the dynamic cluster
public setMembershipPolicy( dynamicClusterName,
membershipPolicy
)
dynamicClusterName
-
name of the dynamic clustermembershipPolicy
-
membership policy
public createDynamicClusterMembersOnNode( dynamicClusterName,
nodeName
)
dynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node
public createDynamicClusterMemberOnNode( dynamicClusterName,
nodeName
)
dynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node
public deleteDynamicClusterMembersOnNode( dynamicClusterName,
nodeName
)
dynamicClusterName
-
name of the dynamic clusternodeName
-
name of the node
public sendDynamicClusterNotification( notificationProperties,
notificationString
)
notificationProperties
-
properties for the notificationnotificationString
-
notification stringNotification Detail |