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.applicationMethods in com.wowza.wms.application that return ISharedObjects Modifier and Type Method Description ISharedObjectsIApplicationInstance. getSharedObjects()Get non-peristent shared object collectionISharedObjectsIApplicationInstance. getSharedObjects(boolean isPersistent)Get either persistent or non-persistent shared object collection
- 
Uses of ISharedObjects in com.wowza.wms.sharedobjectMethods in com.wowza.wms.sharedobject that return ISharedObjects Modifier and Type Method Description ISharedObjectsISharedObject. getParent()Get the shared object container to which this shared object belongs.ISharedObjectsSharedObject. getParent()Methods in com.wowza.wms.sharedobject with parameters of type ISharedObjects Modifier and Type Method Description voidSharedObject. setParent(ISharedObjects parent)
 
-