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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringConstant that can be used as the "ADD" value for the "command" fields of Items to be processed in COMMAND mode.static final StringConstant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.static final StringConstant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.static final StringConstant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.static final StringConstant that can be used as the "UPDATE" value for the "command" fields of Items to be processed in COMMAND mode.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
KEY_FIELDConstant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.- See Also:
 
- 
COMMAND_FIELDConstant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.- See Also:
 
- 
ADD_COMMANDConstant that can be used as the "ADD" value for the "command" fields of Items to be processed in COMMAND mode.- See Also:
 
- 
UPDATE_COMMANDConstant that can be used as the "UPDATE" value for the "command" fields of Items to be processed in COMMAND mode.- See Also:
 
- 
DELETE_COMMANDConstant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.- See Also:
 
 
- 
- 
Constructor Details- 
DataProviderConstantspublic DataProviderConstants()
 
-