Uses of Interface
com.wowza.wms.sharedobject.ISharedObjects

Packages that use ISharedObjects
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
 ISharedObjects IApplicationInstance.getSharedObjects()
          Get non-peristent shared object collection
 ISharedObjects 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
 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
 void SharedObject.setParent(ISharedObjects parent)