Package org.javlo.service.syncro
Class SynchronisationThread
- java.lang.Object
-
- org.javlo.thread.AbstractThread
-
- org.javlo.service.syncro.SynchronisationThread
-
@Deprecated public class SynchronisationThread extends AbstractThread
Deprecated.
-
-
Field Summary
-
Fields inherited from class org.javlo.thread.AbstractThread
logger, needRunning, threadFileFilter
-
-
Constructor Summary
Constructors Constructor Description SynchronisationThread()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getContext()
Deprecated.String
getDataCtxFolder()
Deprecated.String
getMailingFolder()
Deprecated.String
getMailingHistoryFolder()
Deprecated.String
getMailingTemplateFolder()
Deprecated.String
getProxyHost()
Deprecated.int
getProxyPort()
Deprecated.String
getServerURL()
Deprecated.String
getShareFolder()
Deprecated.String
getSynchroCode()
Deprecated.String
getTemplateFolder()
Deprecated.void
initSynchronisationThread(StaticConfig staticConfig, GlobalContext globalContext)
Deprecated.void
initSynchronisationThreadForMailingHistory(StaticConfig staticConfig, GlobalContext globalContext)
Deprecated.void
run()
Deprecated.void
setContext(String context)
Deprecated.void
setDataCtxFolder(String dateContextFolder)
Deprecated.void
setMailingFolder(String mailingFolder)
Deprecated.void
setMailingHistoryFolder(String mailingFolder)
Deprecated.void
setMailingTemplateFolder(String templateFolder)
Deprecated.void
setProxyHost(String host)
Deprecated.void
setProxyPort(int port)
Deprecated.void
setServerURL(String serverURL)
Deprecated.void
setSynchroCode(String code)
Deprecated.void
setTemplateFolder(String templateFolder)
Deprecated.-
Methods inherited from class org.javlo.thread.AbstractThread
createInstance, destroy, getField, getFileName, getId, getInstance, getNotificationService, getTimeout, logInfo, needRunning, setField, setId, setNotificationService, store
-
-
-
-
Method Detail
-
initSynchronisationThread
public void initSynchronisationThread(StaticConfig staticConfig, GlobalContext globalContext)
Deprecated.
-
initSynchronisationThreadForMailingHistory
public void initSynchronisationThreadForMailingHistory(StaticConfig staticConfig, GlobalContext globalContext)
Deprecated.
-
getServerURL
public String getServerURL()
Deprecated.
-
setServerURL
public void setServerURL(String serverURL)
Deprecated.
-
getDataCtxFolder
public String getDataCtxFolder()
Deprecated.
-
setDataCtxFolder
public void setDataCtxFolder(String dateContextFolder)
Deprecated.
-
getMailingFolder
public String getMailingFolder()
Deprecated.
-
setMailingFolder
public void setMailingFolder(String mailingFolder)
Deprecated.
-
getMailingHistoryFolder
public String getMailingHistoryFolder()
Deprecated.
-
setMailingHistoryFolder
public void setMailingHistoryFolder(String mailingFolder)
Deprecated.
-
getTemplateFolder
public String getTemplateFolder()
Deprecated.
-
setTemplateFolder
public void setTemplateFolder(String templateFolder)
Deprecated.
-
getMailingTemplateFolder
public String getMailingTemplateFolder()
Deprecated.
-
setMailingTemplateFolder
public void setMailingTemplateFolder(String templateFolder)
Deprecated.
-
getShareFolder
public String getShareFolder()
Deprecated.
-
setContext
public void setContext(String context)
Deprecated.
-
getContext
public String getContext()
Deprecated.
-
setSynchroCode
public void setSynchroCode(String code)
Deprecated.
-
getSynchroCode
public String getSynchroCode()
Deprecated.
-
setProxyHost
public void setProxyHost(String host)
Deprecated.
-
getProxyHost
public String getProxyHost()
Deprecated.
-
setProxyPort
public void setProxyPort(int port)
Deprecated.
-
getProxyPort
public int getProxyPort()
Deprecated.
-
run
public void run()
Deprecated.- Specified by:
run
in classAbstractThread
-
-