Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.synchro.journal.JournalManager Class Reference

List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Data manager for all journal entry.

Use to store and get journal entry. Entry are persistent.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.
See also:
DefaultLogRenderer, JournalService, JournalEntry

Definition at line 41 of file JournalManager.java.

Public Member Functions

void registerJournalLogRenderer (JournalLogRenderer renderer)
Array getRendererList ()
void saveJournalEntry (String serviceName, short id, String data, int status)
JournalEntry[] getAllJournalEntryForService (String serviceName)
void deleteAllJournalEntryForService (String serviceName)
String getErrorMessageForSynchroStatus (int status)

Static Public Member Functions

static JournalManager getManager ()

Static Public Attributes

static String STATUS_SYNC_IN_PROGRESS = "en cours"
static String STATUS_OK = "OK"
static String STATUS_NO_CONTENT = "pas de contenu"
static String STATUS_PARTIAL_CONTENT = "contenu partiel"
static String STATUS_WRONG_FORMAT = "erreur:format de fichier incorrecte"
static String STATUS_UNAUTHORIZED = "erreur d'authentification"
static String STATUS_NOT_FOUND = "erreur : service non touvé."
static String STATUS_AUTHENTIFICATION_REQUIRED = "erreur : authorisation requise."
static String STATUS_TOO_LARGE = "erreur : mémoire insuffisante."
static String STATUS_UNSUPPORTED_MEDIA = "erreur : format de fichier non supporté"
static String STATUS_EXIST_TARGET = "erreur de protocol"
static String STATUS_DEVICE_FULL = "erreur : mémoire insuffisante."
static String STATUS_FAILED = "erreur durant la synchronisation"
static String STATUS_COMMAND_NOT_IMPLEMENTED = "erreur : commande non supportée."
static String STATUS_SYNCHRO_CONFLIC = "erreur : conflit de synchronisation."
static String STATUS_UNKNOWN = "status non reconnu."
static String OK_MESSAGE
static String NOK_MESSAGE


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:39 2005 for OpenMobileIS by  doxygen 1.4.4