|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSMem | |
---|---|
com.funambol.syncml.protocol |
Uses of DSMem in com.funambol.syncml.protocol |
---|
Methods in com.funambol.syncml.protocol that return DSMem | |
---|---|
DSMem |
DataStore.getDSMem()
Gets the maximum memory and item identifier for the datastore |
Methods in com.funambol.syncml.protocol with parameters of type DSMem | |
---|---|
void |
DataStore.setDSMem(DSMem dsMem)
Sets the maximum memory and item identifier for the datastore |
Constructors in com.funambol.syncml.protocol with parameters of type DSMem | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |