Package eu.europa.esig.dss.tsl.dto
Class DownloadCacheDTO
java.lang.Object
eu.europa.esig.dss.tsl.dto.AbstractCacheDTO
eu.europa.esig.dss.tsl.dto.DownloadCacheDTO
- All Implemented Interfaces:
DownloadInfoRecord
,InfoRecord
,Serializable
public class DownloadCacheDTO extends AbstractCacheDTO implements DownloadInfoRecord
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DownloadCacheDTO()
DownloadCacheDTO(AbstractCacheDTO cacheDTO)
-
Method Summary
Modifier and Type Method Description Date
getLastDownloadAttemptTime()
Methods inherited from class eu.europa.esig.dss.tsl.dto.AbstractCacheDTO
getCacheState, getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted, setCacheState, setExceptionFirstOccurrenceTime, setExceptionLastOccurrenceTime, setExceptionMessage, setExceptionStackTrace, setLastStateTransitionTime, setLastSuccessSynchronizationTime, setResultExist
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.europa.esig.dss.spi.tsl.InfoRecord
getExceptionFirstOccurrenceTime, getExceptionLastOccurrenceTime, getExceptionMessage, getExceptionStackTrace, getLastStateTransitionTime, getLastSuccessSynchronizationTime, getStatusName, isDesynchronized, isError, isRefreshNeeded, isResultExist, isSynchronized, isToBeDeleted
-
Constructor Details
-
DownloadCacheDTO
public DownloadCacheDTO() -
DownloadCacheDTO
-
-
Method Details
-
getLastDownloadAttemptTime
- Specified by:
getLastDownloadAttemptTime
in interfaceDownloadInfoRecord
-