com.funambol.syncclient.spds
Class SyncManagerFactory

java.lang.Object
  extended bycom.funambol.syncclient.spds.SyncManagerFactory

public class SyncManagerFactory
extends java.lang.Object

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

SyncManagerFactory

public SyncManagerFactory()
Method Detail

getSyncManager

public static SyncManager getSyncManager(java.lang.String dataStoreName,
                                         java.util.Hashtable properties)
                                  throws com.funambol.syncclient.spds.SyncException
Returns a new instance of the SyncManager for the given data store and configured with the given properties.

Parameters:
dataStoreName - the data store name
properties - the configuration properties
Returns:
a new instance of the SyncManager for the given data store and configured with the given properties
Throws:
com.funambol.syncclient.spds.SyncException


Copyright © 2003-2006 Funambol.