Interface ECpdsApplication.HostMixIn
- Enclosing class:
ECpdsApplication
public static interface ECpdsApplication.HostMixIn
The Interface HostMixIn.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAcquisitionFrequency(long param) Sets the acquisition frequency.voidsetActive(boolean param) Sets the active.voidsetAutomaticLocation(boolean param) Sets the automatic location.voidsetCheck(boolean param) Sets the check.voidsetCheckFrequency(long param) Sets the check frequency.voidsetMailOnError(boolean param) Sets the mail on error.voidsetMailOnSuccess(boolean param) Sets the mail on success.voidsetMaxConnections(int param) Sets the max connections.voidsetNotifyOnce(boolean param) Sets the notify once.voidsetRetryCount(int param) Sets the retry count.voidsetRetryFrequency(int param) Sets the retry frequency.voidsetUseSourcePath(boolean param) Sets the use source path.
-
Method Details
-
setActive
void setActive(boolean param) Sets the active.- Parameters:
param- the new active
-
setCheck
void setCheck(boolean param) Sets the check.- Parameters:
param- the new check
-
setMailOnError
void setMailOnError(boolean param) Sets the mail on error.- Parameters:
param- the new mail on error
-
setMailOnSuccess
void setMailOnSuccess(boolean param) Sets the mail on success.- Parameters:
param- the new mail on success
-
setNotifyOnce
void setNotifyOnce(boolean param) Sets the notify once.- Parameters:
param- the new notify once
-
setAutomaticLocation
void setAutomaticLocation(boolean param) Sets the automatic location.- Parameters:
param- the new automatic location
-
setUseSourcePath
void setUseSourcePath(boolean param) Sets the use source path.- Parameters:
param- the new use source path
-
setCheckFrequency
void setCheckFrequency(long param) Sets the check frequency.- Parameters:
param- the new check frequency
-
setAcquisitionFrequency
void setAcquisitionFrequency(long param) Sets the acquisition frequency.- Parameters:
param- the new acquisition frequency
-
setMaxConnections
void setMaxConnections(int param) Sets the max connections.- Parameters:
param- the new max connections
-
setRetryCount
void setRetryCount(int param) Sets the retry count.- Parameters:
param- the new retry count
-
setRetryFrequency
void setRetryFrequency(int param) Sets the retry frequency.- Parameters:
param- the new retry frequency
-