Klasse EdipMonitor.TransferSession

java.lang.Object
de.dlr.proseo.api.edipmon.EdipMonitor.TransferSession
Alle implementierten Schnittstellen:
TransferObject
Umschließende Klasse:
EdipMonitor

public static class EdipMonitor.TransferSession extends Object implements TransferObject
Class describing a download session
  • Konstruktordetails

    • TransferSession

      public TransferSession()
  • Methodendetails

    • getSessionIdentifier

      public String getSessionIdentifier()
      Gets the session identifier
      Gibt zurück:
      the session identifier
    • setSessionIdentifier

      public void setSessionIdentifier(String sessionIdentifier)
      Sets the session identifier
      Parameter:
      sessionIdentifier - the session identifier to set
    • getSessionPath

      public Path getSessionPath()
      Gets the path to the session data
      Gibt zurück:
      the session data path
    • setSessionPath

      public void setSessionPath(Path sessionPath)
      Sets the path to the session data
      Parameter:
      sessionPath - the session data path to set
    • getReferenceTime

      public Instant getReferenceTime()
      Gets the session reference time
      Angegeben von:
      getReferenceTime in Schnittstelle TransferObject
      Gibt zurück:
      the reference time
    • setReferenceTime

      public void setReferenceTime(Instant referenceTime)
      Sets the session reference time
      Parameter:
      referenceTime - the reference time to set
    • getIdentifier

      public String getIdentifier()
      Gets the combined transfer object identifier: satellite|station unit|session ID
      Angegeben von:
      getIdentifier in Schnittstelle TransferObject
      Siehe auch:
    • getDsibFileForChannel

      public Path getDsibFileForChannel(String channel)
      Gets the DSIB file for a given channel
      Parameter:
      channel - the channel identifier ("ch_x")
      Gibt zurück:
      the path to the DSIB file belonging to the given channel, or null, if no suitable file was found