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

Packages that use CTInfo
com.funambol.syncml.protocol   
 

Uses of CTInfo in com.funambol.syncml.protocol
 

Methods in com.funambol.syncml.protocol that return CTInfo
 CTInfo FilterCap.getCTInfo()
          Get a CTInfo object
 CTInfo CTCap.getCTInfo()
          Get a CTInfo object
 CTInfo DataStore.getRxPref()
          Gets the CTInfo corresponds to <Rx-Pref> element
 CTInfo DataStore.getTxPref()
          Gets the CTInfo corresponds to <Tx-Pref> element
 

Methods in com.funambol.syncml.protocol with parameters of type CTInfo
 void DataStore.addRxs(CTInfo rxs)
           
 void DataStore.addTxs(CTInfo txs)
           
 void FilterCap.setCTInfo(CTInfo ctInfo)
          Sets a CTInfo object
 void CTCap.setCTInfo(CTInfo ctInfo)
          Sets a CTInfo object
 void DataStore.setFilterRxs(CTInfo[] filterRxsCTI)
          Sets an array of supported filter grammars that can be received by the datastore
 void DataStore.setRxPref(CTInfo rxPref)
          Sets the preferred type and version of the content type received by the device
 void DataStore.setRxs(CTInfo[] rxsCTI)
          Sets the supported type and version of a content type received by the device
 void DataStore.setTxPref(CTInfo txPref)
          Sets the supported type and version of the content type transmitted by the device
 void DataStore.setTxs(CTInfo[] txsCTI)
          Sets an array of supported type and version of the content type transmitted by the device
 

Constructors in com.funambol.syncml.protocol with parameters of type CTInfo
CTCap(CTInfo ctInfo, boolean fieldLevel, Property[] properties)
          Creates a new CTCap object with the given type, version, field-level and an array of properties
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, 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, 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, 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
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
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
FilterCap(CTInfo ctInfo, java.lang.String[] filterKeywords, java.lang.String[] propNames)
          Creates a new FilterCap object with the given input information
 



Copyright © 2001-2009 Funambol.