Uses of Interface
com.wowza.wms.application.IApplication
- 
Packages that use IApplication Package Description 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.applicationMethods in com.wowza.wms.application that return IApplication Modifier and Type Method Description IApplicationIApplicationInstance. getApplication()Get parent applicationMethods in com.wowza.wms.application with parameters of type IApplication Modifier and Type Method Description voidIApplicationNotify. onApplicationCreate(IApplication application)Triggered when application createdvoidIApplicationNotify. onApplicationDestroy(IApplication application)Triggered when application destroyed
- 
Uses of IApplication in com.wowza.wms.clientMethods in com.wowza.wms.client that return IApplication Modifier and Type Method Description IApplicationIClient. getApplication()Get parent application.
- 
Uses of IApplication in com.wowza.wms.loggingMethods in com.wowza.wms.logging with parameters of type IApplication Modifier and Type Method Description static WMSLoggerWMSLoggerFactory. getLoggerObj(IApplication application)static WMSLoggerWMSLoggerFactory. getLoggerObj(Class classObj, IApplication application)static voidWMSLoggerFactory. initContextLogging(IApplication application)
- 
Uses of IApplication in com.wowza.wms.moduleMethods in com.wowza.wms.module that return IApplication Modifier and Type Method Description protected static IApplicationModuleBase. getApplication(IClient client)Get application of a client.Methods in com.wowza.wms.module with parameters of type IApplication Modifier and Type Method Description voidServerListenerStreamDemoPublisher. onApplicationCreate(IApplication application)voidServerListenerStreamDemoPublisher. onApplicationDestroy(IApplication application)
- 
Uses of IApplication in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return IApplication Modifier and Type Method Description IApplicationIVHost. getApplication(String applicationName)Get application by name.IApplicationIVHost. getApplication(String applicationName, boolean doLoad)Get application by name.
 
-