| Package | Description | 
|---|---|
| com.lightstreamer.adapters.remote | 
| Modifier and Type | Field and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Mode | 
TableInfo.getMode()
Gets the publishing Mode for the Items in the Table (i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MetadataProviderAdapter.isModeAllowed(String user,
             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.isModeAllowed(String user,
             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.modeMayBeAllowed(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 | 
MetadataProvider.modeMayBeAllowed(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). 
 | 
| Constructor and Description | 
|---|
TableInfo(int winIndex,
         Mode mode,
         String group,
         String schema,
         int min,
         int max,
         String selector)
Used by Lightstreamer to create a TableInfo instance,
 collecting the various attributes of a Table (i.e.: Subscription). 
 | 
Copyright © 2021. All rights reserved.