|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.spds.SyncManagerFactory
This is a factory for SyncManager objects. It istantiates and configures a new SyncManager with the information provided in the given properties.
Constructor Summary | |
SyncManagerFactory()
|
Method Summary | |
static SyncManager |
getSyncManager(java.lang.String dataStoreName,
java.util.Hashtable properties)
Returns a new instance of the SyncManager for the given data store and configured with the given properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SyncManagerFactory()
Method Detail |
public static SyncManager getSyncManager(java.lang.String dataStoreName, java.util.Hashtable properties) throws com.funambol.syncclient.spds.SyncException
dataStoreName
- the data store nameproperties
- the configuration properties
com.funambol.syncclient.spds.SyncException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |