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(java.util.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(java.lang.String password)
Set the password to connect with
|
ConnectionConfig |
ConnectionConfig.setUri(java.lang.String uri)
Set the uri to connect with.
|
ConnectionConfig |
ConnectionConfig.setUsername(java.lang.String username)
Set the username to connect with
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<ConnectionConfig> configs,
MultiConnectionListener listener)
Use this constructor if you need to configure the servers differently.
|