Class MoverAccessTicket
java.lang.Object
ecmwf.common.ecaccess.AbstractTicket
ecmwf.ecpds.master.MoverAccessTicket
- All Implemented Interfaces:
Closeable
,Serializable
,AutoCloseable
The Class MoverAccessTicket.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ecmwf.common.ecaccess.AbstractTicket
AbstractTicket.CompleteTicket, AbstractTicket.TicketUser
-
Constructor Summary
ConstructorsConstructorDescriptionMoverAccessTicket
(Destination destination, String target, long timeFile, long timeBase) Instantiates a new mover access ticket. -
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the dataFileId.Gets the destination.Gets the status.Gets the target.long
Gets the time base.long
Gets the time file.void
setDataFileId
(long dataFileId) sets the dataFileId.Methods inherited from class ecmwf.common.ecaccess.AbstractTicket
add, close, close, completed, expired, getCloseTime, getCompletionTime, getError, getId, getTime, getTimeOut, hasError, isClosed, isCompleted, notifyUsers, setError, setError, setStamp, setTimeOut, toClose, toClose
-
Constructor Details
-
MoverAccessTicket
Instantiates a new mover access ticket.- Parameters:
destination
- the destinationtarget
- the targettimeFile
- the time filetimeBase
- the time base
-
-
Method Details
-
setDataFileId
public void setDataFileId(long dataFileId) sets the dataFileId.- Parameters:
dataFileId
- the new data file id
-
getDestination
-
getTarget
-
getTimeFile
public long getTimeFile()Gets the time file.- Returns:
- the time file
-
getTimeBase
public long getTimeBase()Gets the time base.- Returns:
- the time base
-
getDataFileId
public long getDataFileId()Gets the dataFileId.- Returns:
- the time base
-
getStatus
Gets the status. Gets the status.- Specified by:
getStatus
in classAbstractTicket
- Returns:
- the status
-