Uses of Interface
com.wowza.wms.application.IApplication

Packages that use IApplication
com.wowza.wms.application   
com.wowza.wms.client   
com.wowza.wms.logging   
com.wowza.wms.module   
com.wowza.wms.vhost   
 

Uses of IApplication in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return IApplication
 IApplication IApplicationInstance.getApplication()
          Get parent application
 

Methods in com.wowza.wms.application with parameters of type IApplication
 void IApplicationNotify.onApplicationCreate(IApplication application)
          Triggered when application created
 void IApplicationNotify.onApplicationDestroy(IApplication application)
          Triggered when application destroyed
 

Uses of IApplication in com.wowza.wms.client
 

Methods in com.wowza.wms.client that return IApplication
 IApplication IClient.getApplication()
          Get parent application.
 

Uses of IApplication in com.wowza.wms.logging
 

Methods in com.wowza.wms.logging with parameters of type IApplication
static WMSLogger WMSLoggerFactory.getLoggerObj(IApplication application)
           
static void WMSLoggerFactory.initContextLogging(IApplication application)
           
 

Uses of IApplication in com.wowza.wms.module
 

Methods in com.wowza.wms.module that return IApplication
protected static IApplication ModuleBase.getApplication(IClient client)
          Get application of a client.
 

Uses of IApplication in com.wowza.wms.vhost
 

Methods in com.wowza.wms.vhost that return IApplication
 IApplication IVHost.getApplication(String applicationName)
          Get application by name.