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 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.adapters.remote that return Mode Modifier and Type Method Description Mode
TableInfo. 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 boolean
MetadataProvider. 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.boolean
MetadataProviderAdapter. 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.boolean
MetadataProvider. 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).boolean
MetadataProviderAdapter. 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).
-