Uses of Interface
com.streambase.liveview.client.LiveViewConnection
-
Packages that use LiveViewConnection Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewConnection in com.streambase.liveview.client
Subinterfaces of LiveViewConnection in com.streambase.liveview.client Modifier and Type Interface Description interface
LiveViewMultiConnection
Interface representing a connection to a pool of servers (retrieved viaLiveViewConnectionFactory.getConnection(MultiConnectionConfig, boolean)
.) Note that while this is aLiveViewConnection
, some operations of that interface will fail with an appropriate error codeLiveViewExceptionType.NOT_SUPPORTED_IN_MULTISERVER
.Methods in com.streambase.liveview.client that return LiveViewConnection Modifier and Type Method Description LiveViewConnection
ConnectionClosedEvent. getConnection()
Get the connection that was closedstatic LiveViewConnection
LiveViewConnectionFactory. getConnection(ConnectionConfig config)
Retrieves aLiveViewConnection
based on theConnectionConfig
static LiveViewConnection
LiveViewConnectionFactory. getConnection(String uri)
Retrieves aLiveViewConnection
based on a valid URI.Constructors in com.streambase.liveview.client with parameters of type LiveViewConnection Constructor Description ConnectionClosedEvent(Object source, LiveViewConnection connection)
-