public static interface Operator.SharedObject
Modifier and Type | Interface and Description |
---|---|
static class |
Operator.SharedObject.State
The state of the SharedObject
|
Modifier and Type | Method and Description |
---|---|
void |
resumeObject()
Resume the SharedObject.
|
void |
shutdownObject()
Shutdown the SharedObject.
|
void |
startObject()
Start the SharedObject.
|
void |
suspendObject()
Suspend the SharedObject.
|
void startObject() throws StreamBaseException
StreamBaseException
- on errorvoid resumeObject() throws StreamBaseException
StreamBaseException
- on errorvoid suspendObject() throws StreamBaseException
StreamBaseException
- on errorvoid shutdownObject() throws StreamBaseException
StreamBaseException
- on error