org.openmobileis.synchro.journal
Class JournalQueryManager

java.lang.Object
  extended byorg.openmobileis.synchro.journal.JournalQueryManager

public class JournalQueryManager
extends java.lang.Object

Title: OpenMobileIS project source
Description: Implement the database access for all journal entry.

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

Constructor Summary
JournalQueryManager()
           
 
Method Summary
 void createJournalTable()
           
 void createOrUpdate(JournalEntry entry)
           
 void deleteAllEntryForService(java.lang.String serviceName)
           
 Array getAllEntryForService(java.lang.String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalQueryManager

public JournalQueryManager()
Method Detail

createJournalTable

public void createJournalTable()
                        throws ServiceException,
                               DatabaseException
Throws:
ServiceException
DatabaseException

createOrUpdate

public void createOrUpdate(JournalEntry entry)
                    throws DatabaseException
Throws:
DatabaseException

deleteAllEntryForService

public void deleteAllEntryForService(java.lang.String serviceName)
                              throws ServiceException,
                                     DatabaseException
Throws:
ServiceException
DatabaseException

getAllEntryForService

public Array getAllEntryForService(java.lang.String serviceName)
                            throws ServiceException,
                                   DatabaseException
Throws:
ServiceException
DatabaseException


Copyright 2006 OpenMobileIS. All Rights Reserved.