Package | Description |
---|---|
com.streambase.sb.client |
Provides classes and interfaces used to communicate with a StreamBase server.
|
Modifier and Type | Method and Description |
---|---|
ConnectionStatus |
StreamBaseClient.getConnectionStatus()
Return the current connection status of this StreamBaseClient.
|
static ConnectionStatus |
ConnectionStatus.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StreamBaseClient.setConnectionStatus(ConnectionStatus status,
java.lang.String additionalInfo) |
void |
ConnectionStatusCallback.stateChanged(ConnectionStatus state,
StreamBaseClient streamBaseClient,
java.lang.String additionalInfo)
Called when the connection state changes
|