public class ExtendedTableInfo extends SimpleTableInfo
COMMAND, DISTINCT, MERGE, RAW| Constructor and Description |
|---|
ExtendedTableInfo(java.lang.String[] items,
java.lang.String[] fields,
java.lang.String mode)
Constructs a table specification with basic table attributes.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFields()
Recalls the fields contained in this table.
|
java.lang.String |
getGroup()
Gets the name of the Group of items contained in this table,
as specified to the Server.
|
java.lang.String[] |
getItems()
Recalls the items contained in this table.
|
java.lang.String |
getSchema()
Gets the name of the Schema of fields used in this table,
as specified to the Server.
|
void |
setRange(int start,
int end)
Inherited from SimpleTableInfo, but ignored in this case.
|
getBuffSize, getDataAdapter, getDistinctSnapshotLength, getEndRange, getMode, getRequestedMaxFrequency, getSelector, getStartRange, isSnapshotRequired, isUnfilteredMaxFreq, isUnlimitedBufferSize, isUnlimitedMaxFreq, setDataAdapter, setDistinctSnapshotLength, setItemsRange, setRequestedBufferSize, setRequestedMaxFrequency, setSelector, setSnaspshotRequired, setUnfilteredMaxFrequency, setUnlimitedBufferSize, setUnlimitedMaxFrequency, toStringpublic ExtendedTableInfo(java.lang.String[] items,
java.lang.String[] fields,
java.lang.String mode)
items - Array of names of the items in the table.
A copy of the array is stored internally.fields - Array of names of the fields for all items in the table.
A copy of the array is stored internally.mode - Subscription mode for all items in the table. Can be one of the following:java.lang.IllegalArgumentException - Thrown if any of the item or field names
in the given arrays contains a space or it is empty or null.public java.lang.String[] getItems()
public java.lang.String[] getFields()
public java.lang.String getGroup()
getGroup in class SimpleTableInfopublic java.lang.String getSchema()
getSchema in class SimpleTableInfopublic void setRange(int start,
int end)
start - ignored.end - ignored.