Uses of Class
com.streambase.sb.client.ConnectionStatus
-
Packages that use ConnectionStatus Package Description com.streambase.sb.client Provides classes and interfaces used to communicate with a StreamBase server. -
-
Uses of ConnectionStatus in com.streambase.sb.client
Methods in com.streambase.sb.client that return ConnectionStatus Modifier and Type Method Description ConnectionStatus
StreamBaseClient. getConnectionStatus()
Return the current connection status of this StreamBaseClient.ConnectionStatus
TupleConnection. getConnectionStatus()
Get connection statusstatic ConnectionStatus
ConnectionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionStatus[]
ConnectionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.sb.client with parameters of type ConnectionStatus Modifier and Type Method Description protected void
StreamBaseClient. setConnectionStatus(ConnectionStatus status, String additionalInfo)
Set connection statusvoid
ConnectionStatusCallback. stateChanged(ConnectionStatus state, StreamBaseClient streamBaseClient, String additionalInfo)
Called when the connection state changes
-