| Interface | Description |
|---|---|
| ConnectionListener |
Receives notifications of connection activity and errors.
|
| ConnectionProvider |
Used by LSClient to obtain Connection instances.
|
| ExtendedItemUpdate |
Carries any update pertaining to an item.
|
| ExtendedTableListener |
A fast, though basic, listener interface, which receives notification
of data updates and other messages related to a subscribed table.
|
| HandyTableListener |
A fully-featured listener interface, which receives notification of data
updates and other messages related to a subscribed table.
|
| SendMessageListener |
Receives notifications of server responses to sent messages.
|
| SimpleItemUpdate |
Carries any update pertaining to an item.
|
| SimpleTableListener |
A fast, though basic, listener interface, which receives notification
of data updates and other messages related to a subscribed table.
|
| UpdateInfo |
Implemented by Lightstreamer to provide information about an update
for a subscribed item.
|
| Class | Description |
|---|---|
| ConnectionInfo |
Collects the parameters related to a connection request to Lightstreamer Server.
|
| ConnectionPolicy |
Bean object that contains the configuration settings about connection constraints and fault recovery.
|
| ExtendedTableInfo |
Contains the specification of a table to be subscribed to Lightstreamer Server.
|
| LSClient |
Incapsulates a single connector to Lightstreamer Server.
|
| MessageInfo |
A Message object that will be sent to a Lightstreamer Server through a call to
LSClient.sendMessage(MessageInfo,SendMessageListener). |
| SimpleTableInfo |
Bean object that contains the specification of a table to be subscribed to.
|
| SubscribedTableKey |
Key object to be used to unsubscribe from tables.
|