Class Mode
- java.lang.Object
-
- com.lightstreamer.adapters.remote.Mode
-
public class Mode extends java.lang.ObjectEncapsulates 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Method Equals.java.lang.StringtoString()Method ToString.
-
-
-
Method Detail
-
toString
@Nonnull public java.lang.String toString()
Method ToString.- Overrides:
toStringin classjava.lang.Object- Returns:
- ...
-
equals
public boolean equals(@Nonnull java.lang.Object other)Method Equals.- Overrides:
equalsin classjava.lang.Object- Parameters:
other- ...- Returns:
- ...
-
-