Sonic Management API

com.sonicsw.mq.common.runtime
Interface ReplicationStateConstants


public interface ReplicationStateConstants

This class defines constants for the values of the ReplicationState and ReplicationStateString attributes.


Field Summary
static int ACTIVE
          Numeric constant for replication state ACTIVE
static java.lang.String ACTIVE_STRING
          String constant for replication state ACTIVE
static int ACTIVE_SYNC
          Numeric constant for replication state ACTIVE_SYNC
static java.lang.String ACTIVE_SYNC_STRING
          String constant for replication state ACTIVE_SYNC
static int OFFLINE
          Numeric constant for replication state OFFLINE
static java.lang.String OFFLINE_STRING
          String constant for replication state OFFLINE
static int STANDALONE
          Numeric constant for replication state STANDALONE
static java.lang.String STANDALONE_STRING
          String constant for replication state STANDALONE
static int STANDBY
          Numeric constant for replication state STANDBY
static java.lang.String STANDBY_STRING
          String constant for replication state STANDBY
static int STANDBY_SYNC
          Numeric constant for replication state STANDBY_SYNC
static java.lang.String STANDBY_SYNC_STRING
          String constant for replication state STANDBY_SYNC
static int STARTUP
          Numeric constant for replication state STARTUP
static java.lang.String STARTUP_STRING
          String constant for replication state STARTUP
static int WAITING
          Numeric constant for replication state WAITING
static java.lang.String WAITING_STRING
          String constant for replication state WAITING
 

Field Detail

ACTIVE

static final int ACTIVE
Numeric constant for replication state ACTIVE

See Also:
Constant Field Values

ACTIVE_STRING

static final java.lang.String ACTIVE_STRING
String constant for replication state ACTIVE

See Also:
Constant Field Values

ACTIVE_SYNC

static final int ACTIVE_SYNC
Numeric constant for replication state ACTIVE_SYNC

See Also:
Constant Field Values

ACTIVE_SYNC_STRING

static final java.lang.String ACTIVE_SYNC_STRING
String constant for replication state ACTIVE_SYNC

See Also:
Constant Field Values

OFFLINE

static final int OFFLINE
Numeric constant for replication state OFFLINE

See Also:
Constant Field Values

OFFLINE_STRING

static final java.lang.String OFFLINE_STRING
String constant for replication state OFFLINE

See Also:
Constant Field Values

STANDALONE

static final int STANDALONE
Numeric constant for replication state STANDALONE

See Also:
Constant Field Values

STANDALONE_STRING

static final java.lang.String STANDALONE_STRING
String constant for replication state STANDALONE

See Also:
Constant Field Values

STANDBY

static final int STANDBY
Numeric constant for replication state STANDBY

See Also:
Constant Field Values

STANDBY_STRING

static final java.lang.String STANDBY_STRING
String constant for replication state STANDBY

See Also:
Constant Field Values

STANDBY_SYNC

static final int STANDBY_SYNC
Numeric constant for replication state STANDBY_SYNC

See Also:
Constant Field Values

STANDBY_SYNC_STRING

static final java.lang.String STANDBY_SYNC_STRING
String constant for replication state STANDBY_SYNC

See Also:
Constant Field Values

STARTUP

static final int STARTUP
Numeric constant for replication state STARTUP

See Also:
Constant Field Values

STARTUP_STRING

static final java.lang.String STARTUP_STRING
String constant for replication state STARTUP

See Also:
Constant Field Values

WAITING

static final int WAITING
Numeric constant for replication state WAITING

See Also:
Constant Field Values

WAITING_STRING

static final java.lang.String WAITING_STRING
String constant for replication state WAITING

See Also:
Constant Field Values

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.