Class DataProviderConstants

java.lang.Object
com.lightstreamer.adapters.remote.DataProviderConstants

public class DataProviderConstants extends Object
Contains constants for the special field names and field values recognized by the Server.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant that can be used as the "ADD" value for the "command" fields of Items to be processed in COMMAND mode.
    static final String
    Constant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.
    static final String
    Constant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.
    static final String
    Constant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.
    static final String
    Constant that can be used as the "UPDATE" value for the "command" fields of Items to be processed in COMMAND mode.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • KEY_FIELD

      @Nullable public static final String KEY_FIELD
      Constant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.
      See Also:
    • COMMAND_FIELD

      @Nullable public static final String COMMAND_FIELD
      Constant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.
      See Also:
    • ADD_COMMAND

      @Nullable public static final String ADD_COMMAND
      Constant that can be used as the "ADD" value for the "command" fields of Items to be processed in COMMAND mode.
      See Also:
    • UPDATE_COMMAND

      @Nullable public static final String UPDATE_COMMAND
      Constant that can be used as the "UPDATE" value for the "command" fields of Items to be processed in COMMAND mode.
      See Also:
    • DELETE_COMMAND

      @Nullable public static final String DELETE_COMMAND
      Constant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.
      See Also:
  • Constructor Details

    • DataProviderConstants

      public DataProviderConstants()