|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceRef | |
---|---|
com.funambol.syncml.protocol |
Uses of SourceRef in com.funambol.syncml.protocol |
---|
Methods in com.funambol.syncml.protocol that return SourceRef | |
---|---|
SourceRef |
DataStore.getSourceRef()
Gets the reference URI for a local datastore |
Methods in com.funambol.syncml.protocol with parameters of type SourceRef | |
---|---|
void |
DataStore.setSourceRef(SourceRef sourceRef)
Sets the reference URI for a local datastore |
Constructors in com.funambol.syncml.protocol with parameters of type SourceRef | |
---|---|
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 |