|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ClientException in ru.mfd.api |
|---|
| Methods in ru.mfd.api that throw ClientException | |
|---|---|
int |
Table.addUpdateFilter(int parentFilterId,
Filter.ELogicalOperation operation,
int fieldId,
Filter.ECondition condition,
java.lang.String value)
Adds filter to this table to process online data. |
int |
Table.addUpdateFilter(int parentFilterId,
Filter.ELogicalOperation operation,
java.lang.String fieldAcronym,
Filter.ECondition condition,
java.lang.String value)
Adds filter to this table to process online data. |
void |
Table.addUpdateFilterView(int... fieldIds)
Makes server to send only given fields in online data. |
void |
Table.addUpdateFilterView(java.lang.String... fieldAcronyms)
Makes server to send only given fields in online data. |
void |
Table.clear()
Clears this table. |
void |
Table.clearUpdateFilterView()
Removes all online data fields filters. |
void |
SrvrSession.connect(java.lang.String hostAddr,
int hostPort,
java.lang.String name,
java.lang.String password,
SrvrSessionListener listener,
int connectionTimeout)
Connects client to server. |
void |
Table.delete(java.lang.Long recid)
Deletes row in table by I_RID. |
void |
Table.deleteUpdateFilter(int filterId)
Removes online data filter with given filterId from table filters set. |
void |
Transaction.execute(Row row)
Sends transaction row to server. |
long |
Table.getData(java.util.List<java.lang.Integer> fieldIds,
java.util.List<Filter> filters)
Sends command to retrieve data. |
long |
Table.getSlice(java.util.List<java.lang.Integer> fieldIds,
java.util.List<Filter> filters)
Sends command to retrieve last data by each ticker. |
void |
Table.insert(Row row)
Inserts new row to this table. |
void |
Table.modify(Row row)
Updates row of this table. |
void |
Table.setOnlineUpdates(boolean onlineUpdates)
Subscribes or unsubscribes table from online data. |
| Constructors in ru.mfd.api that throw ClientException | |
|---|---|
Table(SrvrSession srvrSession,
java.lang.String tableName,
TableListener tableListener)
Initializes a new instance of table representation. |
|
Transaction(SrvrSession srvrSession,
java.lang.String transactionName)
Initializes a new transaction instance. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||