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