repserver
Class RSCONSTANTS

java.lang.Object
  |
  +--repserver.RSCONSTANTS

public class RSCONSTANTS
extends java.lang.Object

This class is used as a central repository for constants used by RepServer and RepAgent classes, such as performative names, ACL fields names etc. Conventions similar to those used in FIPACONSTANTS are used.


Field Summary
static java.lang.String ACTIVATE
           
static java.lang.String ACTIVE_AGENT
           
static java.lang.String COLD_STANDBY
           
static java.lang.String CREATE
           
static int GROUPTIMEOUT
           
static java.lang.String HOT_STANDBY
           
static java.lang.String LOADSTATE
           
static int MINUTES_1
           
static java.lang.String PING
           
static int PINGTIMEOUT
           
static int PINGWAIT
           
static java.lang.String REGISTER
           
static java.lang.String REPLICANT
           
static java.lang.String REPLICATE
           
static java.lang.String REPPROXY
           
static java.lang.String REPSERVER
           
static java.lang.String REPSERVER_ONT
           
static int SECONDS_1
           
static int SECONDS_10
           
static int SECONDS_2
           
static int SECONDS_30
           
static int SECONDS_5
           
static java.lang.String STATE
           
static int STATES
           
 
Constructor Summary
RSCONSTANTS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPSERVER_ONT

public static final java.lang.String REPSERVER_ONT

REPSERVER

public static final java.lang.String REPSERVER

REPPROXY

public static final java.lang.String REPPROXY

REPLICATE

public static final java.lang.String REPLICATE

PING

public static final java.lang.String PING

LOADSTATE

public static final java.lang.String LOADSTATE

REGISTER

public static final java.lang.String REGISTER

ACTIVATE

public static final java.lang.String ACTIVATE

STATE

public static final java.lang.String STATE

CREATE

public static final java.lang.String CREATE

ACTIVE_AGENT

public static final java.lang.String ACTIVE_AGENT

REPLICANT

public static final java.lang.String REPLICANT

PINGTIMEOUT

public static final int PINGTIMEOUT

GROUPTIMEOUT

public static final int GROUPTIMEOUT

PINGWAIT

public static final int PINGWAIT

SECONDS_1

public static final int SECONDS_1

SECONDS_2

public static final int SECONDS_2

SECONDS_5

public static final int SECONDS_5

SECONDS_10

public static final int SECONDS_10

SECONDS_30

public static final int SECONDS_30

MINUTES_1

public static final int MINUTES_1

STATES

public static final int STATES

HOT_STANDBY

public static final java.lang.String HOT_STANDBY

COLD_STANDBY

public static final java.lang.String COLD_STANDBY
Constructor Detail

RSCONSTANTS

public RSCONSTANTS()