Package org.javlo.service.syncro
Class SynchronisationService
- java.lang.Object
-
- org.javlo.service.syncro.SynchronisationService
-
@Deprecated public class SynchronisationService extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SynchronisationService()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SynchronisationService
getInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
getInstanceForMailing(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
getInstanceForMailingHistory(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
getInstanceForMailingTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
getInstanceForShareFiles(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
getInstanceForTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.static SynchronisationService
getLocalFolderInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.void
pushContext(String context)
Deprecated.boolean
sendCommand(String paramName, String paramValue)
Deprecated.void
syncroResource()
Deprecated.String
syncroResource(String previousResult)
Deprecated.
-
-
-
Field Detail
-
logger
public static Logger logger
Deprecated.create a static logger.
-
-
Method Detail
-
getInstance
public static SynchronisationService getInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getLocalFolderInstance
public static SynchronisationService getLocalFolderInstance(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForMailing
public static SynchronisationService getInstanceForMailing(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForMailingHistory
public static SynchronisationService getInstanceForMailingHistory(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForTemplate
public static SynchronisationService getInstanceForTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForMailingTemplate
public static SynchronisationService getInstanceForMailingTemplate(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
getInstanceForShareFiles
public static SynchronisationService getInstanceForShareFiles(URL serverURL, String proxyHost, int proxyPort, String synchroCode, String baseFolderFile)
Deprecated.
-
pushContext
public void pushContext(String context)
Deprecated.
-
syncroResource
public void syncroResource() throws IOException
Deprecated.- Throws:
IOException
-
syncroResource
public String syncroResource(String previousResult) throws IOException
Deprecated.- Throws:
IOException
-
-