Interface ECpdsApplication.DestinationMixIn
- Enclosing class:
ECpdsApplication
public static interface ECpdsApplication.DestinationMixIn
The Interface DestinationMixIn.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAcquisition(boolean param) Sets the acquisition.voidsetActive(boolean param) Sets the active.voidsetBackup(boolean param) Sets the backup.voidsetGroupByDate(boolean param) Sets the group by date.voidsetIfTargetExist(int param) Sets the if target exist.voidsetKeepInSpool(int param) Sets the keep in spool.voidsetMailOnEnd(boolean param) Sets the mail on end.voidsetMailOnError(boolean param) Sets the mail on error.voidsetMailOnStart(boolean param) Sets the mail on start.voidsetMaxConnections(int param) Sets the max connections.voidsetMaxFileSize(long param) Sets the max file size.voidsetMaxInactivity(int param) Sets the max inactivity.voidsetMaxPending(int param) Sets the max pending.voidsetMaxRequeue(int param) Sets the max requeue.voidsetMaxStart(int param) Sets the max start.voidsetMonitor(boolean param) Sets the monitor.voidsetOnHostFailure(int param) Sets the on host failure.voidsetResetFrequency(long param) Sets the reset frequency.voidsetRetryCount(int param) Sets the retry count.voidsetRetryFrequency(int param) Sets the retry frequency.voidsetSchedulerValueId(int param) Sets the scheduler value id.voidsetStartFrequency(int param) Sets the start frequency.voidsetStopIfDirty(boolean param) Sets the stop if dirty.voidsetTransferRate(long param) Sets the transfer rate.voidsetType(int param) Sets the type.
-
Method Details
-
setActive
void setActive(boolean param) Sets the active.- Parameters:
param- the new active
-
setBackup
void setBackup(boolean param) Sets the backup.- Parameters:
param- the new backup
-
setMailOnEnd
void setMailOnEnd(boolean param) Sets the mail on end.- Parameters:
param- the new mail on end
-
setMailOnError
void setMailOnError(boolean param) Sets the mail on error.- Parameters:
param- the new mail on error
-
setMailOnStart
void setMailOnStart(boolean param) Sets the mail on start.- Parameters:
param- the new mail on start
-
setMonitor
void setMonitor(boolean param) Sets the monitor.- Parameters:
param- the new monitor
-
setGroupByDate
void setGroupByDate(boolean param) Sets the group by date.- Parameters:
param- the new group by date
-
setStopIfDirty
void setStopIfDirty(boolean param) Sets the stop if dirty.- Parameters:
param- the new stop if dirty
-
setAcquisition
void setAcquisition(boolean param) Sets the acquisition.- Parameters:
param- the new acquisition
-
setResetFrequency
void setResetFrequency(long param) Sets the reset frequency.- Parameters:
param- the new reset frequency
-
setMaxFileSize
void setMaxFileSize(long param) Sets the max file size.- Parameters:
param- the new max file size
-
setTransferRate
void setTransferRate(long param) Sets the transfer rate.- Parameters:
param- the new transfer rate
-
setIfTargetExist
void setIfTargetExist(int param) Sets the if target exist.- Parameters:
param- the new if target exist
-
setKeepInSpool
void setKeepInSpool(int param) Sets the keep in spool.- Parameters:
param- the new keep in spool
-
setMaxConnections
void setMaxConnections(int param) Sets the max connections.- Parameters:
param- the new max connections
-
setMaxPending
void setMaxPending(int param) Sets the max pending.- Parameters:
param- the new max pending
-
setMaxRequeue
void setMaxRequeue(int param) Sets the max requeue.- Parameters:
param- the new max requeue
-
setMaxStart
void setMaxStart(int param) Sets the max start.- Parameters:
param- the new max start
-
setOnHostFailure
void setOnHostFailure(int param) Sets the on host failure.- Parameters:
param- the new on host failure
-
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
-
setStartFrequency
void setStartFrequency(int param) Sets the start frequency.- Parameters:
param- the new start frequency
-
setMaxInactivity
void setMaxInactivity(int param) Sets the max inactivity.- Parameters:
param- the new max inactivity
-
setType
void setType(int param) Sets the type.- Parameters:
param- the new type
-
setSchedulerValueId
void setSchedulerValueId(int param) Sets the scheduler value id.- Parameters:
param- the new scheduler value id
-