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 booleanLiteralBasedProvider. 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 ModeMode. COMMANDThe COMMAND Mode.static ModeMode. DISTINCTThe DISTINCT Mode.static ModeMode. MERGEThe MERGE Mode.static ModeMode. RAWThe RAW Mode.Methods in com.lightstreamer.interfaces.metadata that return Mode Modifier and Type Method Description ModeTableInfo. 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 booleanMetadataProvider. 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.booleanMetadataProviderAdapter. 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.booleanMetadataProvider. 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).booleanMetadataProviderAdapter. 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).
-