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
-
INPUT
public static final int INPUTThe Constant INPUT.- See Also:
-
OUTPUT
public static final int OUTPUTThe Constant OUTPUT.- See Also:
-
-
Constructor Details
-
ECaccessTicket
public ECaccessTicket(int mode) Instantiates a new ecaccess ticket.- Parameters:
mode
- the mode
-
ECaccessTicket
Instantiates a new ecaccess ticket.- Parameters:
proxy
- the proxymode
- the mode
-
-
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
-