Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
Modifier and Type | Method and Description |
---|---|
static Constants.ContainerState |
Constants.ContainerState.decode(int value)
Decode an int value into the proper ContainerStatus
|
static Constants.ContainerState |
Constants.ContainerState.decode(java.lang.String value)
Decode a String value into the proper Container status
|
static Constants.ContainerState |
Constants.ContainerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ContainerState[] |
Constants.ContainerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|