Uses of Class
com.syncbuilder.storage.Resource

Packages that use Resource
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 Resource in com.syncbuilder.storage
 

Methods in com.syncbuilder.storage that return Resource
 Resource Database.getResource(int index)
          Get a resource through the specified index.
 Resource Database.getResource(Char4 type, int id)
          Get a resource through the type and id.
 Resource Database.createResource()
          Create a new instance of a Resource that matches the Database.
 Resource Database.createResource(Char4 type, int id)
          Create a new instance of a Resource that matches the Database.
 Resource Database.createResource(byte[] contents, Char4 type, int id, int index)
          Create a new instance of a Resource that matches the Database.
 Resource DatabaseBase.createResource()
           
 Resource DatabaseBase.createResource(Char4 type, int id)
           
 Resource DatabaseBase.createResource(byte[] contents, Char4 type, int id, int index)
           
abstract  Resource DatabaseBase.getResource(int index)
           
abstract  Resource DatabaseBase.getResource(Char4 type, int id)
           
 Resource MemoryDatabase.getResource(int index)
           
 Resource MemoryDatabase.getResource(Char4 type, int id)
           
 Resource DeviceDatabase.getResource(int index)
           
 Resource DeviceDatabase.getResource(Char4 type, int id)
           
 Resource DatabaseImpl.createResource()
           
 Resource DatabaseImpl.createResource(Char4 type, int id)
           
 Resource DatabaseImpl.createResource(byte[] contents, Char4 type, int id, int index)
           
 

Methods in com.syncbuilder.storage with parameters of type Resource
 void Database.putResource(Resource resource)
          Store a resource in the database.
abstract  void DatabaseBase.putResource(Resource resource)
           
 void MemoryDatabase.putResource(Resource resource)
           
 void DeviceDatabase.putResource(Resource resource)
           
 

Uses of Resource in com.syncbuilder.storage.generic
 

Subclasses of Resource in com.syncbuilder.storage.generic
 class Resource
          A generic entry in a resource-database.
 

Methods in com.syncbuilder.storage.generic that return Resource
 Resource DatabaseImpl.createResource()
           
 Resource DatabaseImpl.createResource(byte[] contents, Char4 type, int id, int index)
           
 

Uses of Resource in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync that return Resource
 Resource Dlp.dlp_ReadResourceByType(int handle, Char4 type, int id, DatabaseImpl dbimpl)
           
 Resource Dlp.dlp_ReadResourceByIndex(int handle, int index, DatabaseImpl dbimpl)
           
 

Methods in com.syncbuilder.sync with parameters of type Resource
 void Dlp.dlp_WriteResource(int handle, Resource resource)
           
 



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