IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.wlm
Class ClusterAdminConstants

java.lang.Object
  extended by com.ibm.websphere.management.wlm.ClusterAdminConstants

public class ClusterAdminConstants
extends java.lang.Object

Constants used for cluster administration.

Version:
1.6

Field Summary
static java.lang.String RIPPLE_START
          Command used to stop and restart each member of the cluster serially.
static java.lang.String START
          Command used to start a cluster.
static java.lang.String STOP
          Command used to stop a cluster
static java.lang.String STOP_IMMEDIATE
          Command used to issue a stopImmediate to each server in the cluster.
 
Constructor Summary
ClusterAdminConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final java.lang.String START
Command used to start a cluster. The servers are started concurrently.

See Also:
Constant Field Values

STOP

public static final java.lang.String STOP
Command used to stop a cluster

See Also:
Constant Field Values

STOP_IMMEDIATE

public static final java.lang.String STOP_IMMEDIATE
Command used to issue a stopImmediate to each server in the cluster.

See Also:
Constant Field Values

RIPPLE_START

public static final java.lang.String RIPPLE_START
Command used to stop and restart each member of the cluster serially.

See Also:
Constant Field Values
Constructor Detail

ClusterAdminConstants

public ClusterAdminConstants()

IBM WebSphere Application ServerTM
Release 8