Class DestinationBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.DestinationBean
- All Implemented Interfaces:
OjbImplementedBean,Destination,ecmwf.web.model.ModelBean
public class DestinationBean
extends ecmwf.web.dao.ModelBeanBase
implements Destination, OjbImplementedBean
The Class DestinationBean.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDestinationBean(Destination destination) Instantiates a new destination bean.protectedDestinationBean(Destination originalDestination, boolean aliasFrom, Destination destination) Instantiates a new destination bean. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the alias.voidAdds the associated ec user.voidAdds the host.voidAdds the incoming policy.voidclean(ecmwf.web.model.users.User u) Clean.voidcleanExpired(ecmwf.web.model.users.User u) Clean expired.voidDelete alias.voidDelete associated ec user.voiddeleteHost(Host h) Delete host.voidDelete incoming policy.voiddeleteMetadataFile(String fileName) Delete metadata file.booleanEquals.booleanEquals.booleanGets the acquisition.Collection<ecmwf.web.util.bean.Pair> Gets the acquisition hosts and priorities.booleanGets the active.protected Collection<Destination> Gets the added aliases.protected Collection<EcUser> Gets the added associated ec users.protected Collection<Host> Gets the added hosts.protected Collection<IncomingPolicy> Gets the added incoming policies.This destination is an alias for this ones.The Destinations that are aliases of this one.Gets the alias list.List<ecmwf.web.util.bean.StringPair> Gets the all types.Gets the associated ec users.Gets the associated incoming policies.booleanGets the backup.Gets the bad data transfers.intGets the bad data transfers size.longGets the band width.Gets the bean interface name.Gets the change log list.Gets the comment.Gets the completions.Gets the country.Gets the country iso.getData()Gets the data.Gets the data alias.getDataTransfersByProductAndTime(String product, String time) Gets the data transfers by product and time.getDataTransfersByProductAndTimeOnDate(String product, String time, Date d) Gets the data transfers by product and time on date.Gets the data transfers including retries on transmission date.Gets the data transfers on date.Gets the data transfers on transmission date.Gets the date format.protected Collection<Destination> Gets the deleted aliases.protected Collection<EcUser> Gets the deleted associated ec users.protected Collection<Host> Gets the deleted hosts.protected Collection<String> Gets the deleted metadata files.protected Collection<IncomingPolicy> Gets the deleted policy associations.Collection<ecmwf.web.util.bean.Pair> Gets the dissemination hosts and priorities.Gets the ec user.Gets the ec user name.Gets the filter name.Gets the formatted max inactivity.Gets the formatted reset frequency.Gets the formatted retry frequency.Gets the formatted start frequency.Gets the formatted status.booleanGets the group by date.Gets the host for source.Gets the host for source name.Collection<ecmwf.web.util.bean.Pair> Gets the hosts and priorities.getId()Gets the id.intGets the if target exist.Gets the if target exist text.Gets the javascript.intGets the keep in spool.Gets the keep in spool text.Gets the last error.Gets the last transfer.booleanGets the mail on end.booleanGets the mail on error.booleanGets the mail on start.intGets the max connections.longGets the max file size.intGets the max inactivity.intGets the max pending.intGets the max requeue.intGets the max start.Gets the meta data.Gets the monitoring status.getName()Gets the name.Gets the ojb implementation.intGets the on host failure.Gets the on host failure text.Gets the properties.Collection<ecmwf.web.util.bean.Pair> Gets the proxy hosts and priorities.intGets the queue size.longGets the reset frequency.intGets the retry count.intGets the retry frequency.booleanGets the show in monitors.intGets the start frequency.Gets the start time.Gets the status map for products.booleanGets the stop if dirty.Gets the traffic list.ecmwf.web.services.content.ContentgetTransferContent(DataTransfer t, ecmwf.web.model.users.User u) Gets the transfer content.Gets the transfer group.Gets the transfer group name.intgetType()Gets the type.Gets the type text.Gets the user mail.inthashCode()Hash code.booleanisDirty()Checks if is dirty.voidputOnHold(boolean graceful, ecmwf.web.model.users.User u) Put on hold.voidrestart(boolean graceful, ecmwf.web.model.users.User u) Restart.voidsetAcquisition(boolean param) Sets the acquisition.voidsetActive(boolean param) Sets the active.voidsetBackup(boolean param) Sets the backup.voidsetComment(String param) Sets the comment.voidsetCountryIso(String param) Sets the country iso.voidSets the data.voidsetDateFormat(String format) Sets the date format.voidsetEcUserName(String param) Sets the ec user name.voidsetFilterName(String param) Sets the filter name.voidsetGroupByDate(boolean b) Sets the group by date.voidsetHostForSourceName(String name) Sets the host for source name.voidsetIfTargetExist(int param) Sets the if target exist.voidsetKeepInSpool(int i) 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 i) Sets the max connections.voidsetMaxFileSize(long i) Sets the max file size.voidsetMaxInactivity(int i) Sets the max inactivity.voidsetMaxPending(int param) Sets the max pending.voidsetMaxRequeue(int i) Sets the max requeue.voidsetMaxStart(int i) Sets the max start.voidSets the name.voidsetOnHostFailure(int i) Sets the on host failure.voidsetResetFrequency(long i) Sets the reset frequency.voidsetRetryCount(int i) Sets the retry count.voidsetRetryFrequency(int i) Sets the retry frequency.voidsetShowInMonitors(boolean b) Sets the show in monitors.voidsetStartFrequency(int i) Sets the start frequency.voidsetStopIfDirty(boolean b) Sets the stop if dirty.voidSets the transfer group.voidSets the transfer group name.voidsetType(int i) Sets the type.protected voidSets the update.protected voidSets the updated now.voidsetUserMail(String param) Sets the user mail.toString()To string.Methods inherited from class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setId
-
Constructor Details
-
DestinationBean
protected DestinationBean(Destination originalDestination, boolean aliasFrom, Destination destination) Instantiates a new destination bean.- Parameters:
originalDestination- the original destinationaliasFrom- the alias fromdestination- the destination
-
DestinationBean
Instantiates a new destination bean.- Parameters:
destination- the destination
-
-
Method Details
-
getOjbImplementation
Gets the ojb implementation. Gets the ojb implementation.- Specified by:
getOjbImplementationin interfaceOjbImplementedBean- Returns:
- the ojb implementation
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean- Specified by:
getBeanInterfaceNamein classecmwf.web.dao.ModelBeanBase
-
getId
Gets the id.- Specified by:
getIdin interfaceecmwf.web.model.ModelBean- Overrides:
getIdin classecmwf.web.dao.ModelBeanBase
-
getName
Gets the name. Gets the name.- Specified by:
getNamein interfaceDestination- Returns:
- the name
-
getProperties
Gets the properties. Gets the properties.- Specified by:
getPropertiesin interfaceDestination- Returns:
- the properties
-
getJavascript
Gets the javascript. Gets the javascript.- Specified by:
getJavascriptin interfaceDestination- Returns:
- the javascript
-
getData
Gets the data. Gets the data.- Specified by:
getDatain interfaceDestination- Returns:
- the data
-
getDataAlias
Gets the data alias. Gets the data alias.- Specified by:
getDataAliasin interfaceDestination- Returns:
- the data alias
-
setData
Sets the data. Sets the data.- Specified by:
setDatain interfaceDestination- Parameters:
data- the new data
-
getActive
public boolean getActive()Gets the active. Gets the active.- Specified by:
getActivein interfaceDestination- Returns:
- the active
-
getBackup
public boolean getBackup()Gets the backup. Gets the backup.- Specified by:
getBackupin interfaceDestination- Returns:
- the backup
-
getAcquisition
public boolean getAcquisition()Gets the acquisition. Gets the acquisition.- Specified by:
getAcquisitionin interfaceDestination- Returns:
- the acquisition
-
getEcUser
Gets the ec user. Gets the ec user.- Specified by:
getEcUserin interfaceDestination- Returns:
- the ec user
- Throws:
TransferException- the transfer exception
-
getTransferGroup
Gets the transfer group. Gets the transfer group.- Specified by:
getTransferGroupin interfaceDestination- Returns:
- the transfer group
- Throws:
DataFileException- the data file exception
-
getTransferGroupName
Gets the transfer group name. Gets the transfer group name.- Specified by:
getTransferGroupNamein interfaceDestination- Returns:
- the transfer group name
-
setTransferGroup
Sets the transfer group. Sets the transfer group.- Specified by:
setTransferGroupin interfaceDestination- Parameters:
m- the new transfer group
-
setTransferGroupName
Sets the transfer group name. Sets the transfer group name.- Specified by:
setTransferGroupNamein interfaceDestination- Parameters:
s- the new transfer group name
-
getAssociatedEcUsers
Gets the associated ec users. Gets the associated ec users.- Specified by:
getAssociatedEcUsersin interfaceDestination- Returns:
- the associated ec users
- Throws:
TransferException- the transfer exception
-
getAssociatedIncomingPolicies
Gets the associated incoming policies. Gets the associated incoming policies.- Specified by:
getAssociatedIncomingPoliciesin interfaceDestination- Returns:
- the associated incoming policies
- Throws:
TransferException- the transfer exception
-
getEcUserName
Gets the ec user name. Gets the ec user name.- Specified by:
getEcUserNamein interfaceDestination- Returns:
- the ec user name
-
getCountry
Gets the country. Gets the country.- Specified by:
getCountryin interfaceDestination- Returns:
- the country
- Throws:
TransferException- the transfer exception
-
getCountryIso
Gets the country iso. Gets the country iso.- Specified by:
getCountryIsoin interfaceDestination- Returns:
- the country iso
-
getHostForSource
Gets the host for source. Gets the host for source.- Specified by:
getHostForSourcein interfaceDestination- Returns:
- the host for source
- Throws:
TransferException- the transfer exception
-
getHostForSourceName
Gets the host for source name. Gets the host for source name.- Specified by:
getHostForSourceNamein interfaceDestination- Returns:
- the host for source name
-
getIfTargetExist
public int getIfTargetExist()Gets the if target exist. Gets the if target exist.- Specified by:
getIfTargetExistin interfaceDestination- Returns:
- the if target exist
-
getOnHostFailure
public int getOnHostFailure()Gets the on host failure. Gets the on host failure.- Specified by:
getOnHostFailurein interfaceDestination- Returns:
- the on host failure
-
getKeepInSpool
public int getKeepInSpool()Gets the keep in spool. Gets the keep in spool.- Specified by:
getKeepInSpoolin interfaceDestination- Returns:
- the keep in spool
-
getIfTargetExistText
Gets the if target exist text. Gets the if target exist text.- Specified by:
getIfTargetExistTextin interfaceDestination- Returns:
- the if target exist text
-
getOnHostFailureText
Gets the on host failure text. Gets the on host failure text.- Specified by:
getOnHostFailureTextin interfaceDestination- Returns:
- the on host failure text
-
getKeepInSpoolText
Gets the keep in spool text. Gets the keep in spool text.- Specified by:
getKeepInSpoolTextin interfaceDestination- Returns:
- the keep in spool text
-
getMailOnEnd
public boolean getMailOnEnd()Gets the mail on end. Gets the mail on end.- Specified by:
getMailOnEndin interfaceDestination- Returns:
- the mail on end
-
getMailOnError
public boolean getMailOnError()Gets the mail on error. Gets the mail on error.- Specified by:
getMailOnErrorin interfaceDestination- Returns:
- the mail on error
-
getMailOnStart
public boolean getMailOnStart()Gets the mail on start. Gets the mail on start.- Specified by:
getMailOnStartin interfaceDestination- Returns:
- the mail on start
-
getUserMail
Gets the user mail. Gets the user mail.- Specified by:
getUserMailin interfaceDestination- Returns:
- the user mail
-
getMaxStart
public int getMaxStart()Gets the max start. Gets the max start.- Specified by:
getMaxStartin interfaceDestination- Returns:
- the max start
-
getStartFrequency
public int getStartFrequency()Gets the start frequency. Gets the start frequency.- Specified by:
getStartFrequencyin interfaceDestination- Returns:
- the start frequency
-
getFormattedStartFrequency
Gets the formatted start frequency. Gets the formatted start frequency.- Specified by:
getFormattedStartFrequencyin interfaceDestination- Returns:
- the formatted start frequency
-
getMaxInactivity
public int getMaxInactivity()Gets the max inactivity. Gets the max inactivity.- Specified by:
getMaxInactivityin interfaceDestination- Returns:
- the max inactivity
-
getFormattedMaxInactivity
Gets the formatted max inactivity. Gets the formatted max inactivity.- Specified by:
getFormattedMaxInactivityin interfaceDestination- Returns:
- the formatted max inactivity
-
setMaxInactivity
public void setMaxInactivity(int i) Sets the max inactivity. Sets the max inactivity.- Specified by:
setMaxInactivityin interfaceDestination- Parameters:
i- the new max inactivity
-
getResetFrequency
public long getResetFrequency()Gets the reset frequency. Gets the reset frequency.- Specified by:
getResetFrequencyin interfaceDestination- Returns:
- the reset frequency
-
setMaxFileSize
public void setMaxFileSize(long i) Sets the max file size. Sets the max file size.- Specified by:
setMaxFileSizein interfaceDestination- Parameters:
i- the new max file size
-
getFormattedResetFrequency
Gets the formatted reset frequency. Gets the formatted reset frequency.- Specified by:
getFormattedResetFrequencyin interfaceDestination- Returns:
- the formatted reset frequency
-
setMaxStart
public void setMaxStart(int i) Sets the max start. Sets the max start.- Specified by:
setMaxStartin interfaceDestination- Parameters:
i- the new max start
-
setMaxRequeue
public void setMaxRequeue(int i) Sets the max requeue. Sets the max requeue.- Specified by:
setMaxRequeuein interfaceDestination- Parameters:
i- the new max requeue
-
setStartFrequency
public void setStartFrequency(int i) Sets the start frequency. Sets the start frequency.- Specified by:
setStartFrequencyin interfaceDestination- Parameters:
i- the new start frequency
-
setResetFrequency
public void setResetFrequency(long i) Sets the reset frequency. Sets the reset frequency.- Specified by:
setResetFrequencyin interfaceDestination- Parameters:
i- the new reset frequency
-
getGroupByDate
public boolean getGroupByDate()Gets the group by date. Gets the group by date.- Specified by:
getGroupByDatein interfaceDestination- Returns:
- the group by date
-
setGroupByDate
public void setGroupByDate(boolean b) Sets the group by date. Sets the group by date.- Specified by:
setGroupByDatein interfaceDestination- Parameters:
b- the new group by date
-
getDateFormat
Gets the date format. Gets the date format.- Specified by:
getDateFormatin interfaceDestination- Returns:
- the date format
-
setDateFormat
Sets the date format. Sets the date format.- Specified by:
setDateFormatin interfaceDestination- Parameters:
format- the new date format
-
getDataTransfersOnDate
Gets the data transfers on date. Gets the data transfers on date.- Specified by:
getDataTransfersOnDatein interfaceDestination- Parameters:
d- the d- Returns:
- the data transfers on date
- Throws:
TransferException- the transfer exception
-
getDataTransfersOnTransmissionDate
Gets the data transfers on transmission date.- Parameters:
d- the d- Returns:
- the data transfers on transmission date
- Throws:
TransferException- the transfer exception
-
getDataTransfersIncludingRetriesOnTransmissionDate
public Collection<DataTransfer> getDataTransfersIncludingRetriesOnTransmissionDate(Date d) throws TransferException Gets the data transfers including retries on transmission date. Gets the data transfers including retries on transmission date.- Specified by:
getDataTransfersIncludingRetriesOnTransmissionDatein interfaceDestination- Parameters:
d- the d- Returns:
- the data transfers including retries on transmission date
- Throws:
TransferException- the transfer exception
-
getDataTransfersByProductAndTime
public Collection<DataTransfer> getDataTransfersByProductAndTime(String product, String time) throws TransferException Gets the data transfers by product and time. Gets the data transfers by product and time.- Specified by:
getDataTransfersByProductAndTimein interfaceDestination- Parameters:
product- the producttime- the time- Returns:
- the data transfers by product and time
- Throws:
TransferException- the transfer exception
-
getDataTransfersByProductAndTimeOnDate
public Collection<DataTransfer> getDataTransfersByProductAndTimeOnDate(String product, String time, Date d) throws TransferException Gets the data transfers by product and time on date. Gets the data transfers by product and time on date.- Specified by:
getDataTransfersByProductAndTimeOnDatein interfaceDestination- Parameters:
product- the producttime- the timed- the d- Returns:
- the data transfers by product and time on date
- Throws:
TransferException- the transfer exception
-
getHostsAndPriorities
Gets the hosts and priorities. Gets the hosts and priorities.- Specified by:
getHostsAndPrioritiesin interfaceDestination- Returns:
- the hosts and priorities
- Throws:
TransferException- the transfer exception
-
getDisseminationHostsAndPriorities
public Collection<ecmwf.web.util.bean.Pair> getDisseminationHostsAndPriorities() throws TransferExceptionGets the dissemination hosts and priorities. Gets the dissemination hosts and priorities.- Specified by:
getDisseminationHostsAndPrioritiesin interfaceDestination- Returns:
- the dissemination hosts and priorities
- Throws:
TransferException- the transfer exception
-
getAcquisitionHostsAndPriorities
public Collection<ecmwf.web.util.bean.Pair> getAcquisitionHostsAndPriorities() throws TransferExceptionGets the acquisition hosts and priorities. Gets the acquisition hosts and priorities.- Specified by:
getAcquisitionHostsAndPrioritiesin interfaceDestination- Returns:
- the acquisition hosts and priorities
- Throws:
TransferException- the transfer exception
-
getProxyHostsAndPriorities
Gets the proxy hosts and priorities.- Returns:
- the proxy hosts and priorities
- Throws:
TransferException- the transfer exception
-
getAliases
The Destinations that are aliases of this one. Gets the aliases.- Specified by:
getAliasesin interfaceDestination- Returns:
- the aliases
- Throws:
TransferException- the transfer exception
-
getAliasList
Gets the alias list. Gets the alias list.- Specified by:
getAliasListin interfaceDestination- Returns:
- the alias list
- Throws:
TransferException- the transfer exception
-
getTrafficList
Gets the traffic list. Gets the traffic list.- Specified by:
getTrafficListin interfaceDestination- Returns:
- the traffic list
- Throws:
TransferException- the transfer exception
-
getChangeLogList
Gets the change log list. Gets the change log list.- Specified by:
getChangeLogListin interfaceDestination- Returns:
- the change log list
- Throws:
TransferException- the transfer exception
-
getAliasedFrom
This destination is an alias for this ones. Gets the aliased from.- Specified by:
getAliasedFromin interfaceDestination- Returns:
- the aliased from
- Throws:
TransferException- the transfer exception
-
getMetaData
Gets the meta data. Gets the meta data.- Specified by:
getMetaDatain interfaceDestination- Returns:
- the meta data
- Throws:
TransferException- the transfer exception
-
setActive
public void setActive(boolean param) Sets the active. Sets the active.- Specified by:
setActivein interfaceDestination- Parameters:
param- the new active
-
setBackup
public void setBackup(boolean param) Sets the backup. Sets the backup.- Specified by:
setBackupin interfaceDestination- Parameters:
param- the new backup
-
setAcquisition
public void setAcquisition(boolean param) Sets the acquisition. Sets the acquisition.- Specified by:
setAcquisitionin interfaceDestination- Parameters:
param- the new acquisition
-
setCountryIso
Sets the country iso. Sets the country iso.- Specified by:
setCountryIsoin interfaceDestination- Parameters:
param- the new country iso
-
setHostForSourceName
Sets the host for source name. Sets the host for source name.- Specified by:
setHostForSourceNamein interfaceDestination- Parameters:
name- the new host for source name
-
setEcUserName
Sets the ec user name. Sets the ec user name.- Specified by:
setEcUserNamein interfaceDestination- Parameters:
param- the new ec user name
-
setIfTargetExist
public void setIfTargetExist(int param) Sets the if target exist. Sets the if target exist.- Specified by:
setIfTargetExistin interfaceDestination- Parameters:
param- the new if target exist
-
setOnHostFailure
public void setOnHostFailure(int i) Sets the on host failure. Sets the on host failure.- Specified by:
setOnHostFailurein interfaceDestination- Parameters:
i- the new on host failure
-
setKeepInSpool
public void setKeepInSpool(int i) Sets the keep in spool. Sets the keep in spool.- Specified by:
setKeepInSpoolin interfaceDestination- Parameters:
i- the new keep in spool
-
setMailOnEnd
public void setMailOnEnd(boolean param) Sets the mail on end. Sets the mail on end.- Specified by:
setMailOnEndin interfaceDestination- Parameters:
param- the new mail on end
-
setMailOnError
public void setMailOnError(boolean param) Sets the mail on error. Sets the mail on error.- Specified by:
setMailOnErrorin interfaceDestination- Parameters:
param- the new mail on error
-
setMailOnStart
public void setMailOnStart(boolean param) Sets the mail on start. Sets the mail on start.- Specified by:
setMailOnStartin interfaceDestination- Parameters:
param- the new mail on start
-
setName
Sets the name. Sets the name.- Specified by:
setNamein interfaceDestination- Parameters:
param- the new name
-
setUserMail
Sets the user mail. Sets the user mail.- Specified by:
setUserMailin interfaceDestination- Parameters:
param- the new user mail
-
addAssociatedEcUser
Adds the associated ec user. Adds the associated ec user.- Specified by:
addAssociatedEcUserin interfaceDestination- Parameters:
u- the u
-
deleteAssociatedEcUser
Delete associated ec user. Delete associated ec user.- Specified by:
deleteAssociatedEcUserin interfaceDestination- Parameters:
u- the u
-
addHost
Adds the host. Adds the host.- Specified by:
addHostin interfaceDestination- Parameters:
h- the h
-
addIncomingPolicy
Adds the incoming policy. Adds the incoming policy.- Specified by:
addIncomingPolicyin interfaceDestination- Parameters:
p- the h
-
deleteHost
Delete host. Delete host.- Specified by:
deleteHostin interfaceDestination- Parameters:
h- the p
-
deleteIncomingPolicy
Delete incoming policy. Delete incoming policy.- Specified by:
deleteIncomingPolicyin interfaceDestination- Parameters:
p- the p
-
addAlias
Adds the alias. Adds the alias.- Specified by:
addAliasin interfaceDestination- Parameters:
d- the d
-
deleteAlias
Delete alias. Delete alias.- Specified by:
deleteAliasin interfaceDestination- Parameters:
d- the d
-
deleteMetadataFile
Delete metadata file. Delete metadata file.- Specified by:
deleteMetadataFilein interfaceDestination- Parameters:
fileName- the file name
-
getFilterName
Gets the filter name. Gets the filter name.- Specified by:
getFilterNamein interfaceDestination- Returns:
- the filter name
-
setFilterName
Sets the filter name. Sets the filter name.- Specified by:
setFilterNamein interfaceDestination- Parameters:
param- the new filter name
-
getComment
Gets the comment. Gets the comment.- Specified by:
getCommentin interfaceDestination- Returns:
- the comment
-
setComment
Sets the comment. Sets the comment.- Specified by:
setCommentin interfaceDestination- Parameters:
param- the new comment
-
isDirty
public boolean isDirty()Checks if is dirty. Checks if is dirty.- Specified by:
isDirtyin interfaceDestination- Returns:
- True if some changes to data related to the destination need a restart to be applied.
-
getMaxConnections
public int getMaxConnections()Gets the max connections. Gets the max connections.- Specified by:
getMaxConnectionsin interfaceDestination- Returns:
- the max connections
-
getRetryCount
public int getRetryCount()Gets the retry count. Gets the retry count.- Specified by:
getRetryCountin interfaceDestination- Returns:
- the retry count
-
getRetryFrequency
public int getRetryFrequency()Gets the retry frequency. Gets the retry frequency.- Specified by:
getRetryFrequencyin interfaceDestination- Returns:
- the retry frequency
-
getFormattedRetryFrequency
Gets the formatted retry frequency. Gets the formatted retry frequency.- Specified by:
getFormattedRetryFrequencyin interfaceDestination- Returns:
- the formatted retry frequency
-
getFormattedStatus
Gets the formatted status. Gets the formatted status.- Specified by:
getFormattedStatusin interfaceDestination- Returns:
- the formatted status
-
getLastTransfer
Gets the last transfer. Gets the last transfer.- Specified by:
getLastTransferin interfaceDestination- Returns:
- the last transfer
-
getLastError
Gets the last error. Gets the last error.- Specified by:
getLastErrorin interfaceDestination- Returns:
- the last error
-
getQueueSize
public int getQueueSize()Gets the queue size. Gets the queue size.- Specified by:
getQueueSizein interfaceDestination- Returns:
- the queue size
-
restart
Restart. Restart.- Specified by:
restartin interfaceDestination- Parameters:
graceful- the gracefulu- the u- Throws:
TransferException- the transfer exception
-
putOnHold
Put on hold. Put on hold.- Specified by:
putOnHoldin interfaceDestination- Parameters:
graceful- the gracefulu- the u- Throws:
TransferException- the transfer exception
-
clean
Clean. Clean.- Specified by:
cleanin interfaceDestination- Parameters:
u- the u- Throws:
TransferException- the transfer exception
-
cleanExpired
Clean expired. Clean expired.- Specified by:
cleanExpiredin interfaceDestination- Parameters:
u- the u- Throws:
TransferException- the transfer exception
-
setMaxConnections
public void setMaxConnections(int i) Sets the max connections. Sets the max connections.- Specified by:
setMaxConnectionsin interfaceDestination- Parameters:
i- the new max connections
-
setRetryCount
public void setRetryCount(int i) Sets the retry count. Sets the retry count.- Specified by:
setRetryCountin interfaceDestination- Parameters:
i- the new retry count
-
setRetryFrequency
public void setRetryFrequency(int i) Sets the retry frequency. Sets the retry frequency.- Specified by:
setRetryFrequencyin interfaceDestination- Parameters:
i- the new retry frequency
-
setType
public void setType(int i) Sets the type. Sets the type.- Specified by:
setTypein interfaceDestination- Parameters:
i- the new type
-
getType
public int getType()Gets the type. Gets the type.- Specified by:
getTypein interfaceDestination- Returns:
- the type
-
getTypeText
Gets the type text. Gets the type text.- Specified by:
getTypeTextin interfaceDestination- Returns:
- the type text
-
getStatusMapForProducts
Gets the status map for products. Gets the status map for products.- Specified by:
getStatusMapForProductsin interfaceDestination- Returns:
- the status map for products
-
getMonitoringStatus
Gets the monitoring status. Gets the monitoring status.- Specified by:
getMonitoringStatusin interfaceDestination- Returns:
- the monitoring status
- Throws:
TransferException- the transfer exception
-
getBandWidth
Gets the band width. Gets the band width.- Specified by:
getBandWidthin interfaceDestination- Returns:
- the band width
- Throws:
TransferException- the transfer exception
-
getMaxRequeue
public int getMaxRequeue()Gets the max requeue. Gets the max requeue.- Specified by:
getMaxRequeuein interfaceDestination- Returns:
- the max requeue
-
getBadDataTransfers
Gets the bad data transfers. Gets the bad data transfers.- Specified by:
getBadDataTransfersin interfaceDestination- Returns:
- the bad data transfers
- Throws:
TransferException- the transfer exception
-
getBadDataTransfersSize
Gets the bad data transfers size. Gets the bad data transfers size.- Specified by:
getBadDataTransfersSizein interfaceDestination- Returns:
- the bad data transfers size
- Throws:
TransferException- the transfer exception
-
getStopIfDirty
public boolean getStopIfDirty()Gets the stop if dirty. Gets the stop if dirty.- Specified by:
getStopIfDirtyin interfaceDestination- Returns:
- the stop if dirty
-
setStopIfDirty
public void setStopIfDirty(boolean b) Sets the stop if dirty. Sets the stop if dirty.- Specified by:
setStopIfDirtyin interfaceDestination- Parameters:
b- the new stop if dirty
-
getMaxPending
public int getMaxPending()Gets the max pending. Gets the max pending.- Specified by:
getMaxPendingin interfaceDestination- Returns:
- the max pending
-
getMaxFileSize
public long getMaxFileSize()Gets the max file size. Gets the max file size.- Specified by:
getMaxFileSizein interfaceDestination- Returns:
- the max file size
-
setMaxPending
public void setMaxPending(int param) Sets the max pending. Sets the max pending.- Specified by:
setMaxPendingin interfaceDestination- Parameters:
param- the new max pending
-
getShowInMonitors
public boolean getShowInMonitors()Gets the show in monitors. Gets the show in monitors.- Specified by:
getShowInMonitorsin interfaceDestination- Returns:
- the show in monitors
-
setShowInMonitors
public void setShowInMonitors(boolean b) Sets the show in monitors. Sets the show in monitors.- Specified by:
setShowInMonitorsin interfaceDestination- Parameters:
b- the new show in monitors
-
getStartTime
Gets the start time. Gets the start time.- Specified by:
getStartTimein interfaceDestination- Returns:
- the start time
- Throws:
TransferException- the transfer exception
-
getTransferContent
public ecmwf.web.services.content.Content getTransferContent(DataTransfer t, ecmwf.web.model.users.User u) throws TransferException Gets the transfer content. Gets the transfer content.- Specified by:
getTransferContentin interfaceDestination- Parameters:
t- the tu- the u- Returns:
- the transfer content
- Throws:
TransferException- the transfer exception
-
getAllTypes
Gets the all types. Gets the all types.- Specified by:
getAllTypesin interfaceDestination- Returns:
- the all types
-
setUpdate
-
getAddedAssociatedEcUsers
Gets the added associated ec users.- Returns:
- the added associated ec users
-
getAddedHosts
-
getAddedIncomingPolicies
Gets the added incoming policies.- Returns:
- the added incoming policies
-
getDeletedPolicyAssociations
Gets the deleted policy associations.- Returns:
- the deleted policy associations
-
getDeletedAssociatedEcUsers
Gets the deleted associated ec users.- Returns:
- the deleted associated ec users
-
getDeletedHosts
-
setUpdatedNow
protected void setUpdatedNow()Sets the updated now. -
getAddedAliases
Gets the added aliases.- Returns:
- the added aliases
-
getDeletedAliases
Gets the deleted aliases.- Returns:
- the deleted aliases
-
getDeletedMetadataFiles
Gets the deleted metadata files.- Returns:
- the deleted metadata files
-
getCompletions
Gets the completions. Gets the completions.- Specified by:
getCompletionsin interfaceDestination- Returns:
- the completions
- Throws:
TransferException- the transfer exception
-
equals
-
equals
-
hashCode
-
toString
-