| Package | Description |
|---|---|
| com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
| Modifier and Type | Method and Description |
|---|---|
Operator.SharedObject.State |
Operator.SharedObjectManager.getSharedObjectState(java.lang.Object key)
Return the
Operator.SharedObject.State of SharedObject on this Container associated with
the given key or null if there was no mapping |
static Operator.SharedObject.State |
Operator.SharedObject.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operator.SharedObject.State[] |
Operator.SharedObject.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|