Package | Description |
---|---|
com.streamscape.sdo.enums | |
com.streamscape.sdo.event |
Modifier and Type | Field and Description |
---|---|
static StreamState |
StreamState.ABORT |
static StreamState |
StreamState.CLOSE |
static StreamState |
StreamState.DATA |
static StreamState |
StreamState.OPEN |
static StreamState |
StreamState.REJECT |
static StreamState |
StreamState.SKIP |
Modifier and Type | Method and Description |
---|---|
static StreamState |
StreamState.valueOf(java.lang.String name) |
static StreamState[] |
StreamState.values() |
Modifier and Type | Method and Description |
---|---|
StreamState |
StreamStateEvent.getStreamState()
Returns the current state of the stream stored in this event.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamStateEvent.setStreamState(StreamState streamState)
Sets the state for the stream to be stored in this event.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.