Uses of Class
com.streambase.liveview.client.ConnectionMode
-
Packages that use ConnectionMode Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of ConnectionMode in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return ConnectionMode Modifier and Type Method Description ConnectionMode
MultiConnectionConfig. getConnectionMode()
static ConnectionMode
ConnectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionMode[]
ConnectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type ConnectionMode Modifier and Type Method Description void
MultiConnectionConfig. setConnectionMode(ConnectionMode connectionMode)
-