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

org.openmobileis.database.fastobjectdb.synchro.client.SyncActionDBManager Class Reference

List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: DB Action manager that allow to get or store in a persistent way embedded database action.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 43 of file SyncActionDBManager.java.

Public Member Functions

ActionDB[] getActionsForService (String serviceName)
ActionDB getActionDB (String serviceName, String uid)
void addActionDB (ActionDB action)
void setAddActionDB (String serviceName, String uid)
void setUpdateActionDB (String serviceName, String uid)
void setDeleteActionDB (String serviceName, String uid)
void deleteActionDB (String serviceName, String uid)
void deleteAllActionDBForService (String serviceName)

Static Public Member Functions

static SyncActionDBManager getManager ()
static void registerSyncActionDBQueryManager (SyncActionDBQueryManager actionManager)
static void setActionUIDMaxKeyLength (int length)
 default action uid key length is 100.


Member Function Documentation

static void org.openmobileis.database.fastobjectdb.synchro.client.SyncActionDBManager.setActionUIDMaxKeyLength int  length  )  [static]
 

default action uid key length is 100.

To change it call this method before the getManager method and set the new size. To be taken into account the database must not be already created.

Definition at line 79 of file SyncActionDBManager.java.


The documentation for this class was generated from the following file:
Generated on Thu Oct 6 10:06:40 2005 for OpenMobileIS by  doxygen 1.4.3