Class FileDescriptorTicket
java.lang.Object
ecmwf.common.ecaccess.AbstractTicket
ecmwf.ecpds.mover.FileDescriptorTicket
- All Implemented Interfaces:
Closeable
,Serializable
,AutoCloseable
The Class FileDescriptorTicket.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ecmwf.common.ecaccess.AbstractTicket
AbstractTicket.CompleteTicket, AbstractTicket.TicketUser
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new file descriptor ticket. -
Method Summary
Modifier and TypeMethodDescriptionGets the file descriptor.Gets the status.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
-
FileDescriptorTicket
Instantiates a new file descriptor ticket.- Parameters:
file
- the file
-
-
Method Details
-
getFileDescriptor
Gets the file descriptor.- Returns:
- the file descriptor
-
getStatus
Gets the status. Gets the status.- Specified by:
getStatus
in classAbstractTicket
- Returns:
- the status
-