| Package | Description |
|---|---|
| com.wowza.wms.sharedobject |
| Modifier and Type | Method | Description |
|---|---|---|
ISharedObjectSlot |
ISharedObject.getSlot(String name) |
Get ISharedObjectSlot interface to a slot (property) by name
|
ISharedObjectSlot |
SharedObject.getSlot(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ISharedObjectSlot> |
ISharedObject.getSlots() |
Get a list of active slots
|
java.util.List<ISharedObjectSlot> |
SharedObject.getSlots() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SharedObject.notifySlotDelete(ISharedObjectSlot slot) |
|
void |
SharedObject.notifySlotSetValue(ISharedObjectSlot slot) |
|
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 |
ISharedObject.putSlot(String name,
ISharedObjectSlot slot) |
Add a new slot (property) to a shared object.
|
void |
SharedObject.putSlot(String name,
ISharedObjectSlot slot) |