Uses of Class
org.javlo.service.syncro.ServerSynchroService
-
Packages that use ServerSynchroService Package Description org.javlo.service.syncro -
-
Uses of ServerSynchroService in org.javlo.service.syncro
Methods in org.javlo.service.syncro that return ServerSynchroService Modifier and Type Method Description static ServerSynchroService
ServerSynchroService. getInstance(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String dataFolder)
static ServerSynchroService
ServerSynchroService. getInstanceForMailing(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String mailingFolder)
static ServerSynchroService
ServerSynchroService. getInstanceForMailingHistory(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String mailingHistoryFolder)
static ServerSynchroService
ServerSynchroService. getInstanceForShareFiles(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String shareFolder)
static ServerSynchroService
ServerSynchroService. getInstanceForTemplate(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String templateFolder)
-