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 TypeMethodDescriptionbooleanLiteralBasedProvider.modeMayBeAllowed(String item, Mode mode) Reduced, backward-compatibility version of the publishing mode allowance method.booleanLiteralBasedProvider.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 ModeMode.COMMANDThe COMMAND Mode.static final ModeMode.DISTINCTThe DISTINCT Mode.static final ModeMode.MERGEThe MERGE Mode.static final ModeMode.RAWThe 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 TypeMethodDescriptionbooleanMetadataProvider.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.booleanMetadataProviderAdapter.isModeAllowed(String user, String item, Mode mode) Reduced, backward-compatibility version of the publishing Mode authorization method.booleanMetadataProviderAdapter.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.booleanMetadataProvider.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).booleanMetadataProviderAdapter.modeMayBeAllowed(String item, Mode mode) Reduced, backward-compatibility version of the publishing Mode allowance method.booleanMetadataProviderAdapter.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).