| Package | Description |
|---|---|
| com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiConnectionListener.MultiConnectionListenerBase
When implmenting MultiConnectionListener, if you extend this base class you'll have version protection.
|
| Modifier and Type | Method and Description |
|---|---|
MultiConnectionListener |
MultiConnectionConfig.getListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiConnectionConfig.setListener(MultiConnectionListener listener) |
| Constructor and Description |
|---|
MultiConnectionConfig(List<ConnectionConfig> configs,
MultiConnectionListener listener)
Use this constructor if you need to configure the servers differently.
|
MultiConnectionConfig(List<String> uris,
String username,
String password,
MultiConnectionListener listener)
Use this constructor if the servers all use the same username and password (which can be null)
|
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.