| 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 |
Operator.SharedObjectManager.getSharedObject(Object key)
get the SharedObject from this Container.
|
Operator.SharedObject |
Operator.SharedObjectManager.removeSharedObject(Object key)
Remove the SharedObject from this Container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.SharedObjectManager.registerSharedObject(Object key,
Operator.SharedObject value)
Add the given SharedObject to this Container.
|
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.