public class TableInfo extends Object
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).
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the name of the Item Group (or specification of the Item List)
to which the subscribed Items belong.
|
int |
getMax()
Gets the index of the last Item in the Group
to be considered in the Table (i.e.
|
int |
getMin()
Gets the index of the first Item in the Group
to be considered in the Table (i.e.
|
Mode |
getMode()
Gets the publishing Mode for the Items in the Table (i.e.
|
String |
getSchema()
Gets the name of the Field Schema (or specification of the Field List)
used for the subscribed Items.
|
String |
getSelector()
Gets the name of the optional Selector associated to the Table (i.e.
|
int |
getWinIndex()
Gets the unique identifier of the client subscription request within the session.
|
public TableInfo(int winIndex, @Nonnull Mode mode, @Nonnull String group, @Nonnull String schema, int min, int max, @Nullable String selector)
winIndex
- Unique identifier of the client subscription request within the session.mode
- Publishing Mode for the Items in the Table (i.e. Subscription)
(it must be the same across all the Table).group
- The name of the Item Group (or specification of the Item List)
to which the subscribed Items belong.schema
- The name of the Field Schema (or specification of the Field List)
used for the subscribed Items.min
- The 1-based index of the first Item in the Group to be considered in the
Table (i.e. Subscription).max
- The 1-based index of the last Item in the Group to be considered in the
Table (i.e. Subscription).selector
- The name of the optional Selector associated to the table (i.e. Subscription).public final int getWinIndex()
@Nonnull public final Mode getMode()
@Nonnull public final String getId()
@Nonnull public final String getSchema()
public final int getMin()
public final int getMax()
Copyright © 2021. All rights reserved.