org.objectweb.carol.cmi.ha
Interface Constants


public interface Constants

This class holds constants used or required by the HAService

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)

Field Summary
static java.lang.String FOUND
          Identifies that the EJB entry has been found on the backupChanges table
static int HA_CTX_ID
          A unique identifier for HA context
static java.lang.String NOT_FOUND
          Identifies that the EJB entry has NOT been found on the backupChanges table
static java.lang.String NULL_RETURN_PARAM
          Identifies that the response returned to the client has been NULL
static java.lang.String VOID_RETURN_PARAM
          Identifies that the response returned to the client has been VOID
 

Field Detail

NULL_RETURN_PARAM

public static final java.lang.String NULL_RETURN_PARAM
Identifies that the response returned to the client has been NULL

See Also:
Constant Field Values

VOID_RETURN_PARAM

public static final java.lang.String VOID_RETURN_PARAM
Identifies that the response returned to the client has been VOID

See Also:
Constant Field Values

FOUND

public static final java.lang.String FOUND
Identifies that the EJB entry has been found on the backupChanges table

See Also:
Constant Field Values

NOT_FOUND

public static final java.lang.String NOT_FOUND
Identifies that the EJB entry has NOT been found on the backupChanges table

See Also:
Constant Field Values

HA_CTX_ID

public static final int HA_CTX_ID
A unique identifier for HA context

See Also:
Constant Field Values