Class DataProviderConstants
java.lang.Object
com.lightstreamer.adapters.remote.DataProviderConstants
Contains constants for the special field names and field values recognized by the Server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
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
Constant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.- See Also:
-
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
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
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()
-