Uses of Interface
com.wowza.wms.sharedobject.ISharedObject
Packages that use ISharedObject
-
Uses of ISharedObject in com.wowza.wms.sharedobject
Classes in com.wowza.wms.sharedobject that implement ISharedObjectMethods in com.wowza.wms.sharedobject that return ISharedObjectModifier and TypeMethodDescriptionGet shared object by name.ISharedObjects.getOrCreate
(String name) Get shared object by name if it does not exist create a new shared object with the given name.Methods in com.wowza.wms.sharedobject with parameters of type ISharedObjectModifier and TypeMethodDescriptionboolean
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 sharedObjectvoid
ISharedObjectNotify.onSharedObjectCreate
(ISharedObject sharedObject) Triggered when sharedObject createdvoid
ISharedObjectNotify.onSharedObjectDestroy
(ISharedObject sharedObject) Triggered when sharedObject destroyedvoid
ISharedObjectNotify.onSharedObjectDisconnect
(ISharedObject sharedObject, IClient client) Triggered when client disconnects from sharedObjectvoid
ISharedObjectSlotNotify.onSlotDelete
(ISharedObject sharedObject, ISharedObjectSlot slot) Triggered when sharedObject slot value deletedvoid
ISharedObjectSlotNotify.onSlotSetValue
(ISharedObject sharedObject, ISharedObjectSlot slot) Triggered when sharedObject slot value setvoid
ISharedObjects.put
(String objectName, ISharedObject sharedObject) Add or replace a shared object.