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 ServerSynchroServiceServerSynchroService. getInstance(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String dataFolder)static ServerSynchroServiceServerSynchroService. getInstanceForMailing(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String mailingFolder)static ServerSynchroServiceServerSynchroService. getInstanceForMailingHistory(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String mailingHistoryFolder)static ServerSynchroServiceServerSynchroService. getInstanceForShareFiles(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String shareFolder)static ServerSynchroServiceServerSynchroService. getInstanceForTemplate(String localName, String serverURL, String proxyHost, int proxyPort, String synchroCode, String templateFolder) 
 -