Uses of Class
com.lightstreamer.interfaces.metadata.Mode
Packages that use Mode
-
Uses of Mode in com.lightstreamer.adapters.metadata
Methods in com.lightstreamer.adapters.metadata with parameters of type ModeModifier 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
Fields in com.lightstreamer.interfaces.metadata declared as ModeModifier 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.Methods in com.lightstreamer.interfaces.metadata that return ModeModifier 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).Methods in com.lightstreamer.interfaces.metadata with parameters of type ModeModifier 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).Constructors in com.lightstreamer.interfaces.metadata with parameters of type ModeModifierConstructorDescriptionTableInfo
(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).