Uses of Class
com.lightstreamer.adapters.remote.Mode
-
Uses of Mode in com.lightstreamer.adapters.remote
Modifier and TypeFieldDescriptionstatic final Mode
Mode.COMMAND
The COMMAND Mode.static final Mode
Mode.DISTINCT
The DISTINCT Mode.static final Mode
Mode.MERGE
The MERGE Mode.static final Mode
Mode.RAW
The RAW Mode.Modifier and TypeMethodDescriptionfinal Mode
TableInfo.getMode()
Gets the publishing Mode for the Items in the Table (i.e.: Subscription) (it must be the same across all the Table).Modifier and TypeMethodDescriptionboolean
MetadataProvider.isModeAllowed
(String user, String item, Mode mode) Called by Lightstreamer Kernel through the Remote Server to ask for the allowance of a publishing Mode for an Item.boolean
MetadataProviderAdapter.isModeAllowed
(String user, String item, Mode mode) Called by Lightstreamer Kernel through the Remote Server to ask for the allowance of a publishing Mode for an Item.boolean
MetadataProvider.modeMayBeAllowed
(String item, Mode mode) Called by Lightstreamer Kernel through the Remote Server to ask for the allowance of a publishing Mode for an Item (for at least one User).boolean
MetadataProviderAdapter.modeMayBeAllowed
(String item, Mode mode) Called by Lightstreamer Kernel through the Remote Server to ask for the allowance of a publishing Mode for an Item (for at least one User).ModifierConstructorDescriptionTableInfo
(int winIndex, Mode mode, String group, String dataAdapter, String schema, int min, int max, String selector, String[] itemNames, SubscriptionStatistics[] statistics) Used by Lightstreamer to create a TableInfo instance, collecting the various attributes of a Table (i.e.: Subscription).