Uses of Class
com.lightstreamer.interfaces.metadata.Mode
-
Packages that use Mode Package Description com.lightstreamer.adapters.metadata com.lightstreamer.interfaces.metadata -
-
Uses of Mode in com.lightstreamer.adapters.metadata
Methods in com.lightstreamer.adapters.metadata with parameters of type Mode Modifier and Type Method Description boolean
LiteralBasedProvider. modeMayBeAllowed(java.lang.String item, 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 Mode Modifier and Type Field Description static Mode
Mode. COMMAND
The COMMAND Mode.static Mode
Mode. DISTINCT
The DISTINCT Mode.static Mode
Mode. MERGE
The MERGE Mode.static Mode
Mode. RAW
The RAW Mode.Methods in com.lightstreamer.interfaces.metadata that return Mode Modifier and Type Method Description Mode
TableInfo. 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 Mode Modifier and Type Method Description boolean
MetadataProvider. isModeAllowed(java.lang.String user, java.lang.String item, Mode mode)
Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item.boolean
MetadataProviderAdapter. isModeAllowed(java.lang.String user, java.lang.String item, Mode mode)
Called by Lightstreamer Kernel to ask for the allowance of a publishing Mode for an Item.boolean
MetadataProvider. modeMayBeAllowed(java.lang.String item, 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(java.lang.String item, 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 Mode Constructor Description TableInfo(int winIndex, Mode mode, java.lang.String group, java.lang.String dataAdapter, java.lang.String schema, int min, int max, java.lang.String selector, java.lang.String[] itemNames, SubscriptionStatistics[] itemSubscrStats)
Used by Lightstreamer to create a TableInfo instance, collecting the various attributes of a Table (i.e.: Subscription).
-