Class ReplyCodes

java.lang.Object
  |
  +--ReplyCodes

public class ReplyCodes
extends java.lang.Object

Costituisce un insieme di costanti usate nel protocollo di interazione Front End - Replica Manager.

Author:
Mauro Barbieri

Field Summary
static int MSG_NOT_FOUND
          Indica che il RM non e' stato in grado di recuperare il messaggio richiesto dal FE.
static int OK
          Indica che l'operazione richiesta dal FE e' andata a buon fine.
 
Constructor Summary
ReplyCodes()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
Indica che l'operazione richiesta dal FE e' andata a buon fine.

MSG_NOT_FOUND

public static final int MSG_NOT_FOUND
Indica che il RM non e' stato in grado di recuperare il messaggio richiesto dal FE.
Constructor Detail

ReplyCodes

public ReplyCodes()