Uses of Class
com.syncbuilder.storage.NoCreatorException

Packages that use NoCreatorException
com.syncbuilder.storage Storage in the style of Palm OS databases.  
com.syncbuilder.storage.generic   
com.syncbuilder.sync Connection management with the Palm device.  
 

Uses of NoCreatorException in com.syncbuilder.storage
 

Methods in com.syncbuilder.storage that throw NoCreatorException
 Pref Database.getPref(int id)
          Get one of the preferences which are associated with the same app as the database.
 Pref Database.getPref(int id, boolean backed_up)
          Get one of the preferences which are associated with the same app as the database.
 Pref DatabaseBase.getPref(int id)
           
abstract  Pref DatabaseBase.getPref(int id, boolean backed_up)
          Get one of the preferences which are associated with the same app as the database.
 Pref MemoryDatabase.getPref(int id, boolean backed_up)
          Get one of the preferences which are associated with the same app as the database.
 Pref DeviceDatabase.getPref(int id, boolean backed_up)
          Get one of the preferences which are associated with the same app as the database.
 Pref DatabaseImpl.createPref(byte[] contents, int id, int version, boolean backed_up)
           
 

Constructors in com.syncbuilder.storage that throw NoCreatorException
Pref.Pref(byte[] contents, Char4 creator, int id, int version, boolean backed_up)
          Create a fully initialized Pref-object.
 

Uses of NoCreatorException in com.syncbuilder.storage.generic
 

Methods in com.syncbuilder.storage.generic that throw NoCreatorException
 Pref DatabaseImpl.createPref(byte[] contents, int id, int version, boolean backup)
           
 

Constructors in com.syncbuilder.storage.generic that throw NoCreatorException
Pref.Pref(byte[] contents, Char4 creator, int id, int version, boolean backed_up)
          Create a fully initialized generic Pref-object.
 

Uses of NoCreatorException in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync that throw NoCreatorException
 Pref Dlp.getPref(Char4 creator, int id, boolean backup)
          Get a Pref object that is associated with a particular application.
 Pref Dlp.createPref(Char4 creator, int id)
          A factory method for a Pref object.
 Pref Dlp.createPref(Char4 creator, int id, int version)
          A factory method for a Pref object.
 Pref Dlp.createPref(Char4 creator, int id, int version, boolean backup)
           
 int Dlp.getFeature(Char4 creator, int number)
          Get the feature with the specified Creator ID and number
 



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.