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