org.openmobileis.synchro.client
Class SynchroManager

java.lang.Object
  extended byorg.openmobileis.synchro.client.SynchroManager

public final class SynchroManager
extends java.lang.Object

Title: OpenMobileIS project source
Description:Manage all registered SynchroManager. Use to start and manage a synchro.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
 void doSynchro(Credential cred, SynchroDescriptor descriptor)
           
static SynchroManager getManager()
           
 SynchroProcessor getSynchroProcessor(java.lang.String processorName)
           
 void registerSynchroProcessor(SynchroProcessor proc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManager

public static SynchroManager getManager()

registerSynchroProcessor

public void registerSynchroProcessor(SynchroProcessor proc)

getSynchroProcessor

public SynchroProcessor getSynchroProcessor(java.lang.String processorName)

doSynchro

public void doSynchro(Credential cred,
                      SynchroDescriptor descriptor)
               throws SynchroException
Throws:
SynchroException


Copyright 2006 OpenMobileIS. All Rights Reserved.