| Package | Description |
|---|---|
| com.wowza.wms.sharedobject |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SharedObject |
| Modifier and Type | Method | Description |
|---|---|---|
ISharedObject |
ISharedObjects.get(String name) |
Get shared object by name.
|
ISharedObject |
ISharedObjects.getOrCreate(String name) |
Get shared object by name if it does not exist create a new shared object with the given name.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ISharedObjects.exists(ISharedObject sharedObject) |
Is sharedObject in this list (by shared object reference).
|
void |
ISharedObjectNotify.onSharedObjectConnect(ISharedObject sharedObject,
IClient client) |
Triggered when client connects to sharedObject
|
void |
ISharedObjectNotify.onSharedObjectCreate(ISharedObject sharedObject) |
Triggered when sharedObject created
|
void |
ISharedObjectNotify.onSharedObjectDestroy(ISharedObject sharedObject) |
Triggered when sharedObject destroyed
|
void |
ISharedObjectNotify.onSharedObjectDisconnect(ISharedObject sharedObject,
IClient client) |
Triggered when client disconnects from sharedObject
|
void |
ISharedObjectSlotNotify.onSlotDelete(ISharedObject sharedObject,
ISharedObjectSlot slot) |
Triggered when sharedObject slot value deleted
|
void |
ISharedObjectSlotNotify.onSlotSetValue(ISharedObject sharedObject,
ISharedObjectSlot slot) |
Triggered when sharedObject slot value set
|
void |
ISharedObjects.put(String objectName,
ISharedObject sharedObject) |
Add or replace a shared object.
|