Contents
Class ECaccessTicket
java.lang.Object
ecmwf.common.ecaccess.AbstractTicket
ecmwf.ecpds.mover.ECaccessTicket
- All Implemented Interfaces:
Closeable
,Serializable
,AutoCloseable
The Class ECaccessTicket.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ecmwf.common.ecaccess.AbstractTicket
AbstractTicket.CompleteTicket, AbstractTicket.TicketUser
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionECaccessTicket
(int mode) Instantiates a new ecaccess ticket.ECaccessTicket
(ECpdsProxy proxy, int mode) Instantiates a new ecaccess ticket. -
Method Summary
Modifier and TypeMethodDescriptionGets the ecpds proxy.int
getMode()
Gets the mode.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
-
Field Details
-
Constructor Details
-
Method Details
-
getECpdsProxy
-
getMode
public int getMode()Gets the mode.- Returns:
- the mode
-
getStatus
Gets the status. Gets the status.- Specified by:
getStatus
in classAbstractTicket
- Returns:
- the status
-