Inheritance diagram for org.openmobileis.synchro.journal.JournalEntry:
Each synchro listener result is show by the Journal Service.
Definition at line 41 of file JournalEntry.java.
Public Member Functions | |
JournalEntry () | |
JournalEntry (String service, short id, String data, int status, long date) | |
String | getServiceName () |
void | setDate (long date) |
TO avoid collection name and parameter conflict in fodbsearch change servicename that is indexed. | |
void | setServiceName (String service) |
short | getServiceEntryID () |
void | setServiceEntryID (short id) |
String | getEntryData () |
void | setEntryData (String data) |
void | setStatus (int status) |
int | getStatus () |
long | getDate () |
String | getFormatedDate () |
int | hashCode () |
boolean | equals (Object obj) |
String | getEntryID () |
Static Public Attributes | |
static short | ERROR_SYNC = 0 |
static short | ERROR_OP_MOBILE = 1 |
static short | ERROR_MAP = 2 |
static short | ERROR_SYNC_SERVER = 3 |
static short | ERROR_ADD = 4 |
static short | ERROR_REPLACE = 5 |
static short | ERROR_DELETE = 6 |
static short | ERROR_SYNC_MOBILE = 7 |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |