org.openmobileis.synchro.journal
Class JournalQueryManager
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalQueryManager
public JournalQueryManager()
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.