jSyncManager

Uses of Class
org.jSyncManager.API.Protocol.Util.DLPResource

Packages that use DLPResource
org.jSyncManager.API.Conduit   
org.jSyncManager.API.Protocol   
org.jSyncManager.API.Protocol.Util   
 

Uses of DLPResource in org.jSyncManager.API.Conduit
 

Methods in org.jSyncManager.API.Conduit that return DLPResource
 DLPResource ConduitHandler.readResource(byte dbID, char resourceIndex)
          Deprecated. this method has been replaced by readResourceByIndex, as it is too easy to incorrectly cast and confuse calls between the overloaded readResource methods.
 DLPResource ConduitHandler.readResource(byte dbID, int type, char resourceID)
          Deprecated. this method has been replaced by readResourceByID, as it is too easy to incorrectly cast and confuse calls between the overloaded readResource methods.
 DLPResource ConduitHandler.readResourceByID(byte dbID, int type, char resourceID)
          Reads the resource from the specified database that has the specified resource ID.
 DLPResource ConduitHandler.readResourceByIndex(byte dbID, char resourceIndex)
          Reads the resource from the specified database that has the specified resource index.
 

Methods in org.jSyncManager.API.Conduit with parameters of type DLPResource
 void ConduitHandler.writeResource(byte dbID, DLPResource resource)
          Writes a resource to the remote device.
 

Uses of DLPResource in org.jSyncManager.API.Protocol
 

Methods in org.jSyncManager.API.Protocol that return DLPResource
 DLPResource JHotSync.readResource(byte dbID, char index, char offset, char length)
          Read a resource from the specified database by index.
 DLPResource JHotSync.readResource(byte dbID, int type, char id, char offset, char length)
          Read a resource from the specified database by resource ID.
 

Methods in org.jSyncManager.API.Protocol with parameters of type DLPResource
 void JHotSync.writeResource(byte dbID, DLPResource res)
          Write a resource to the specified database
 

Uses of DLPResource in org.jSyncManager.API.Protocol.Util
 

Methods in org.jSyncManager.API.Protocol.Util with parameters of type DLPResource
 void DLPDatabase.addElement(DLPResource dlpresource)
          Add an element in the form of a DLPResource to the database.
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.