Package org.red5.server.plugin
Class PluginLauncher
java.lang.Object
org.red5.server.plugin.PluginLauncher
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public class PluginLauncher
extends Object
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Creates the plug-in environment and cleans up on shutdown.
- Author:
- Paul Gregoire (mondain@gmail.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterPropertiesSet.void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
log
protected static org.slf4j.Logger logConstantlog
-
-
Constructor Details
-
PluginLauncher
public PluginLauncher()
-
-
Method Details
-
afterPropertiesSet
afterPropertiesSet.
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
- if any.
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-