Uses of Class
com.funambol.syncml.protocol.SyncCap

Packages that use SyncCap
com.funambol.syncml.protocol   
 

Uses of SyncCap in com.funambol.syncml.protocol
 

Methods in com.funambol.syncml.protocol that return SyncCap
 SyncCap DataStore.getSyncCap()
          Gets the synchronization capabilities of a datastore.
 

Methods in com.funambol.syncml.protocol with parameters of type SyncCap
 void DataStore.setSyncCap(SyncCap syncCap)
          Sets the synchronization capabilities of a datastore.
 

Constructors in com.funambol.syncml.protocol with parameters of type SyncCap
DataStore(SourceRef sourceRef, java.lang.String displayName, long maxGUIDSize, CTInfo rxPref, CTInfo[] rxs, CTInfo txPref, CTInfo[] txs, CTCap[] ctCaps, DSMem dsMem, boolean supportHierarchicalSync, SyncCap syncCap, CTInfo[] filterRxs, FilterCap[] filterCaps)
          Creates a new DataStore object with the given input information
DataStore(SourceRef sourceRef, java.lang.String displayName, long maxGUIDSize, CTInfo rxPref, CTInfo[] rxs, CTInfo txPref, CTInfo[] txs, DSMem dsMem, SyncCap syncCap)
          Creates a new DataStore object with the given input information
 



Copyright © 2001-2009 Funambol.