Uses of Class
com.lightstreamer.adapters.remote.Mode
-
Packages that use Mode Package Description com.lightstreamer.adapters.remote -
-
Uses of Mode in com.lightstreamer.adapters.remote
Fields in com.lightstreamer.adapters.remote 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.adapters.remote that return Mode Modifier and Type Method Description ModeTableInfo. getMode()Gets the publishing Mode for the Items in the Table (i.e.Methods in com.lightstreamer.adapters.remote 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 through the Remote Server 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 through the Remote Server to ask for the allowance of a publishing Mode for an Item.booleanMetadataProvider. modeMayBeAllowed(java.lang.String item, Mode mode)Called by Lightstreamer Kernel through the Remote Server 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 through the Remote Server to ask for the allowance of a publishing Mode for an Item (for at least one User).Constructors in com.lightstreamer.adapters.remote with parameters of type Mode Constructor Description TableInfo(int winIndex, Mode mode, java.lang.String group, java.lang.String schema, int min, int max, java.lang.String selector)Used by Lightstreamer to create a TableInfo instance, collecting the various attributes of a Table (i.e.: Subscription).
-