| Package | Description |
|---|---|
| info.michaelwittig.javaq.connector | |
| info.michaelwittig.javaq.connector.impl | |
| info.michaelwittig.javaq.connector.impl.cmd |
| Modifier and Type | Method and Description |
|---|---|
void |
QConnectorListener.exception(QConnectorException e)
QConnectorException occurred.
|
void |
QConnectorDataListener.exception(QConnectorException e)
QConnectorException occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QConnectorSync.call(Function function)
Synchronous call.
|
void |
QConnector.connect()
Connect.
|
Result |
QConnectorSync.execute(String q)
Synchronous execute.
|
Result |
QConnectorSync.select(Select select)
Synchronous select.
|
void |
QConnectorAsync.subscribe(QConnectorDataListener listener,
String[] tables,
String[] symbols)
Subscribe and receive data via local QConnectorDataListener.
|
void |
QConnectorAsync.subscribe(String handle,
String[] tables,
String[] symbols)
Subscribe and receive data via global QConnectorListener.
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
CResultHelper.convert(Object res)
Converts an result from the kx c library to a QConnector Result.
|
static QConnectorAsync |
QConnectorFactory.create(QConnectorListener listener,
String host,
int port,
boolean reconnectOnError,
boolean connect) |
static QConnectorSync |
QConnectorFactory.create(String host,
int port,
boolean reconnectOnError,
boolean threadsafe,
boolean connect) |
| Modifier and Type | Method and Description |
|---|---|
Result |
ConnectorSyncCommandSelect.execute(c c) |
Result |
ConnectorSyncCommandQ.execute(c c) |
Result |
ConnectorSyncCommandFunction.execute(c c) |
Result |
ConnectorSyncCommand.execute(c c)
Execute the command via c.
|
void |
ConnectorAsyncCommand.execute(c c)
Execute the command via c.
|
protected Result |
AConnectorSyncCommand.execute(c c,
String q) |
Copyright © 2012-2014. All Rights Reserved.