Class HeaderServiceEnabled

java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.HeaderServiceEnabled
All Implemented Interfaces:
Serializable

public class HeaderServiceEnabled extends Object implements Serializable
This message is sent from the ocs-bridge when the enabled state of the header service changes. The intention is that the image-handler will not wait for the header service if it is known to be disabled.
Author:
tonyj
See Also:
  • Field Details

  • Constructor Details

    • HeaderServiceEnabled

      public HeaderServiceEnabled(boolean enabled)
  • Method Details

    • isEnabled

      public boolean isEnabled()