com.lightstreamer.interfaces.metadata
Class Mode

java.lang.Object
  extended by com.lightstreamer.interfaces.metadata.Mode

public class Mode
extends java.lang.Object

Encapsulates 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
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
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RAW

public static final Mode RAW
The RAW Mode.


MERGE

public static final Mode MERGE
The MERGE Mode.


DISTINCT

public static final Mode DISTINCT
The DISTINCT Mode.


COMMAND

public static final Mode COMMAND
The COMMAND Mode.

Method Detail

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class java.lang.Object
Returns:
...