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.application
Methods in com.wowza.wms.application that return IApplication Modifier and Type Method Description IApplication
IApplicationInstance. getApplication()
Get parent applicationMethods in com.wowza.wms.application with parameters of type IApplication Modifier and Type Method Description void
IApplicationNotify. onApplicationCreate(IApplication application)
Triggered when application createdvoid
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 Modifier and Type Method Description 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 Modifier and Type Method Description static WMSLogger
WMSLoggerFactory. getLoggerObj(IApplication application)
static WMSLogger
WMSLoggerFactory. getLoggerObj(Class classObj, 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 Modifier and Type Method Description protected static IApplication
ModuleBase. getApplication(IClient client)
Get application of a client.Methods in com.wowza.wms.module with parameters of type IApplication Modifier and Type Method Description void
ServerListenerStreamDemoPublisher. onApplicationCreate(IApplication application)
void
ServerListenerStreamDemoPublisher. onApplicationDestroy(IApplication application)
-
Uses of IApplication in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IApplication Modifier and Type Method Description IApplication
IVHost. getApplication(String applicationName)
Get application by name.IApplication
IVHost. getApplication(String applicationName, boolean doLoad)
Get application by name.
-