universal
Class Constants

java.lang.Object
  |
  +--universal.Constants

public class Constants
extends java.lang.Object

Define some constants


Field Summary
static long EXPIRATION_TIME
          Expiration time after which the request can be remove from the outcomeStore.
static int INITIAL_MAX_DELTA
          Initial maximum time interval to receive am alive message before suspecting a process to be crash.
static int MAX_OBJECT_LENGTH
          Max length of packet receive
static int MAX_PROCESSES
          The number maximal of replicated server
static int MAX_STORE
           
static int NUM_Service_Context
          The service context id can be choose randomly but shouldn't be equal to one
static int NUMBER_REQUEST
          Number of request store in the outcomeStore after which check if some have expire.
static int OMEGA_DELTA
          Time interval to update the trust list and send amAlive messages
static int RETRANSMIT_DELTA
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_STORE

public static final int MAX_STORE
See Also:
Constant Field Values

MAX_PROCESSES

public static final int MAX_PROCESSES
The number maximal of replicated server

See Also:
Constant Field Values

EXPIRATION_TIME

public static final long EXPIRATION_TIME
Expiration time after which the request can be remove from the outcomeStore.

See Also:
Constant Field Values

NUMBER_REQUEST

public static final int NUMBER_REQUEST
Number of request store in the outcomeStore after which check if some have expire.

See Also:
Constant Field Values

NUM_Service_Context

public static final int NUM_Service_Context
The service context id can be choose randomly but shouldn't be equal to one

See Also:
Constant Field Values

MAX_OBJECT_LENGTH

public static final int MAX_OBJECT_LENGTH
Max length of packet receive

See Also:
Constant Field Values

RETRANSMIT_DELTA

public static final int RETRANSMIT_DELTA
See Also:
Constant Field Values

OMEGA_DELTA

public static final int OMEGA_DELTA
Time interval to update the trust list and send amAlive messages

See Also:
Constant Field Values

INITIAL_MAX_DELTA

public static final int INITIAL_MAX_DELTA
Initial maximum time interval to receive am alive message before suspecting a process to be crash. Adjusted if a process is incorrectly suspected

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()