Class EventStreamDesc

java.lang.Object
org.epics.archiverappliance.EventStreamDesc
Direct Known Subclasses:
RemotableEventStreamDesc

public class EventStreamDesc extends Object
An event stream should also support this additional information about the stream. In addition, event streams that are to be sent across the wire should implement the RemotableOverRaw extension. The source is a string used to describe the source of the stream and is meant for logging/debugging purposes.
Author:
mshankar
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getArchDBRType

      public ArchDBRTypes getArchDBRType()
    • setArchDBRType

      public void setArchDBRType(ArchDBRTypes archDBRType)
    • getPvName

      public String getPvName()
    • setPvName

      public void setPvName(String pvName)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • toString

      public String toString()
      Overrides:
      toString in class Object