com.ibm.websphere.management.wlm

Class ClusterAdminConstants

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.wlm.ClusterAdminConstants

  1. public class ClusterAdminConstants
  2. extends java.lang.Object
Constants used for cluster administration.
Version:
1.6

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
RIPPLE_START
Command used to stop and restart each member of the cluster serially.
  1. static
  2. java.lang.String
START
Command used to start a cluster.
  1. static
  2. java.lang.String
STOP
Command used to stop a cluster
  1. static
  2. java.lang.String
STOP_IMMEDIATE
Command used to issue a stopImmediate to each server in the cluster.

Constructor Summary

Constructor and Description
ClusterAdminConstants()

Method Summary

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

START

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

STOP

  1. public static final java.lang.String STOP
Command used to stop a cluster
See Also:

STOP_IMMEDIATE

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

RIPPLE_START

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

Constructor Detail

ClusterAdminConstants

  1. public ClusterAdminConstants()