Uses of Class
com.lightstreamer.interfaces.metadata.Mode
-
Uses of Mode in com.lightstreamer.adapters.metadata
Modifier and TypeMethodDescriptionboolean
LiteralBasedProvider.modeMayBeAllowed
(String item, Mode mode) Reduced, backward-compatibility version of the publishing mode allowance method.boolean
LiteralBasedProvider.modeMayBeAllowed
(String item, String dataAdapter, Mode mode) Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item. -
Uses of Mode in com.lightstreamer.interfaces.metadata
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 TypeMethodDescriptionTableInfo.getMode()
Returns 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, String dataAdapter, Mode mode) Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item.boolean
MetadataProviderAdapter.isModeAllowed
(String user, String item, Mode mode) Reduced, backward-compatibility version of the publishing Mode authorization method.boolean
MetadataProviderAdapter.isModeAllowed
(String user, String item, String dataAdapter, Mode mode) Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item.boolean
MetadataProvider.modeMayBeAllowed
(String item, String dataAdapter, Mode mode) Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item (for at least one User).boolean
MetadataProviderAdapter.modeMayBeAllowed
(String item, Mode mode) Reduced, backward-compatibility version of the publishing Mode allowance method.boolean
MetadataProviderAdapter.modeMayBeAllowed
(String item, String dataAdapter, Mode mode) Called by Lightstreamer Kernel 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[] itemSubscrStats) Used by Lightstreamer to create a TableInfo instance, collecting the various attributes of a Table (i.e.: Subscription).