Uses of Interface
com.wowza.wms.sharedobject.ISharedObjects
-
Packages that use ISharedObjects Package Description com.wowza.wms.application com.wowza.wms.sharedobject -
-
Uses of ISharedObjects in com.wowza.wms.application
Methods in com.wowza.wms.application that return ISharedObjects Modifier and Type Method Description ISharedObjects
IApplicationInstance. getSharedObjects()
Get non-peristent shared object collectionISharedObjects
IApplicationInstance. getSharedObjects(boolean isPersistent)
Get either persistent or non-persistent shared object collection -
Uses of ISharedObjects in com.wowza.wms.sharedobject
Methods in com.wowza.wms.sharedobject that return ISharedObjects Modifier and Type Method Description ISharedObjects
ISharedObject. getParent()
Get the shared object container to which this shared object belongs.ISharedObjects
SharedObject. getParent()
Methods in com.wowza.wms.sharedobject with parameters of type ISharedObjects Modifier and Type Method Description void
SharedObject. setParent(ISharedObjects parent)
-