Interface ECpdsApplication.DestinationMixIn
- Enclosing class:
ECpdsApplication
public static interface ECpdsApplication.DestinationMixIn
The Interface DestinationMixIn.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAcquisition
(boolean param) Sets the acquisition.void
setActive
(boolean param) Sets the active.void
setBackup
(boolean param) Sets the backup.void
setGroupByDate
(boolean param) Sets the group by date.void
setIfTargetExist
(int param) Sets the if target exist.void
setKeepInSpool
(int param) Sets the keep in spool.void
setMailOnEnd
(boolean param) Sets the mail on end.void
setMailOnError
(boolean param) Sets the mail on error.void
setMailOnStart
(boolean param) Sets the mail on start.void
setMaxConnections
(int param) Sets the max connections.void
setMaxFileSize
(long param) Sets the max file size.void
setMaxInactivity
(int param) Sets the max inactivity.void
setMaxPending
(int param) Sets the max pending.void
setMaxRequeue
(int param) Sets the max requeue.void
setMaxStart
(int param) Sets the max start.void
setMonitor
(boolean param) Sets the monitor.void
setOnHostFailure
(int param) Sets the on host failure.void
setResetFrequency
(long param) Sets the reset frequency.void
setRetryCount
(int param) Sets the retry count.void
setRetryFrequency
(int param) Sets the retry frequency.void
setSchedulerValueId
(int param) Sets the scheduler value id.void
setStartFrequency
(int param) Sets the start frequency.void
setStopIfDirty
(boolean param) Sets the stop if dirty.void
setTransferRate
(long param) Sets the transfer rate.void
setType
(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
-