| Package | Description | 
|---|---|
| com.streambase.liveview.client | 
 Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionConfig | 
ConnectionConfig.clone()  | 
ConnectionConfig | 
LiveViewConnectionControl.getConnectionConfig()  | 
ConnectionConfig | 
ConnectionConfig.setCapabilities(EnumSet<LiveViewClientCapability> capabilities)
Set the ClientCapabilities that are supported by this client. 
 | 
ConnectionConfig | 
ConnectionConfig.setCompress(boolean compress)
Enable or disable compression on this connection 
 | 
ConnectionConfig | 
ConnectionConfig.setConnectionMonitor(ProgressMonitor monitor)
Sets the monitor to use by the api 
 | 
ConnectionConfig | 
ConnectionConfig.setListener(ConnectionListener listener)
Set the connection listener 
 | 
ConnectionConfig | 
ConnectionConfig.setPassword(String password)
Set the password to connect with 
 | 
ConnectionConfig | 
ConnectionConfig.setUri(String uri)
Set the uri to connect with. 
 | 
ConnectionConfig | 
ConnectionConfig.setUsername(String username)
Set the username to connect with 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ConnectionConfig> | 
MultiConnectionConfig.getConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
static LiveViewConnection | 
LiveViewConnectionFactory.getConnection(ConnectionConfig config)
Retrieves a  
LiveViewConnection based on the ConnectionConfig | 
| Constructor and Description | 
|---|
MultiConnectionConfig(List<ConnectionConfig> configs,
                     MultiConnectionListener listener)
Use this constructor if you need to configure the servers differently. 
 | 
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.