Class Mode


  • public class Mode
    extends java.lang.Object
    Used by Lightstreamer to identify a publishing Mode. The different Modes handled by Lightstreamer Kernel can be uniquely identified by the static constants defined in this class. See the technical documents for a detailed description of Modes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Mode COMMAND
      The COMMAND Mode.
      static Mode DISTINCT
      The DISTINCT Mode.
      static Mode MERGE
      The MERGE Mode.
      static Mode RAW
      The RAW Mode.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Gets the internal name of the publishing Mode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • RAW

        @Nonnull
        public static final Mode RAW
        The RAW Mode.
      • MERGE

        @Nonnull
        public static final Mode MERGE
        The MERGE Mode.
      • DISTINCT

        @Nonnull
        public static final Mode DISTINCT
        The DISTINCT Mode.
      • COMMAND

        @Nonnull
        public static final Mode COMMAND
        The COMMAND Mode.
    • Method Detail

      • toString

        @Nonnull
        public java.lang.String toString()
        Gets the internal name of the publishing Mode.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the Mode name.