Class ECpdsStarted
java.lang.Object
ecmwf.ecpds.master.plugin.ecpds.request.ECpdsRequest
ecmwf.ecpds.master.plugin.ecpds.request.ECpdsStarted
- All Implemented Interfaces:
Serializable, Cloneable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ecpds started.ECpdsStarted(String line) Instantiates a new ecpds started. -
Method Summary
Modifier and TypeMethodDescriptionGets the metadata.longGets the timestamp.getTYPE()Gets the type.getUSER()Gets the user.Gets the version.voidprocess(long ratio) Process.voidsetMETADATA(String mETADATA) Sets the metadata.voidsetTIMESTAMP(long tIMESTAMP) Sets the timestamp.protected voidSets the type.voidSets the user.voidsetVERSION(String vERSION) Sets the version.Methods inherited from class ECpdsRequest
changeDate, changeDate, changeTimefile, clone, fromString, store, toString
-
Field Details
-
_VERSION
The version. -
_USER
The user. -
_METADATA
The metadata. -
_TIMESTAMP
The timestamp. -
_TYPE
The type.
-
-
Constructor Details
-
ECpdsStarted
public ECpdsStarted()Instantiates a new ecpds started. -
ECpdsStarted
Instantiates a new ecpds started.- Parameters:
line- the line- Throws:
IllegalAccessException- the illegal access exception
-
-
Method Details
-
process
Process. Process.- Specified by:
processin classECpdsRequest- Parameters:
ratio- the ratio- Throws:
IOException- Signals that an I/O exception has occurred.
-
getTIMESTAMP
public long getTIMESTAMP()Gets the timestamp. Gets the timestamp.- Specified by:
getTIMESTAMPin classECpdsRequest- Returns:
- the timestamp
-
setTIMESTAMP
public void setTIMESTAMP(long tIMESTAMP) Sets the timestamp. Sets the timestamp.- Specified by:
setTIMESTAMPin classECpdsRequest- Parameters:
tIMESTAMP- the new timestamp
-
getTYPE
Gets the type. Gets the type.- Specified by:
getTYPEin classECpdsRequest- Returns:
- the type
-
setTYPE
-
getVERSION
-
setVERSION
-
getUSER
-
setUSER
-
getMETADATA
-
setMETADATA
-