Package org.red5.server.plugin
Class PluginLauncher
java.lang.Object
org.red5.server.plugin.PluginLauncher
- All Implemented Interfaces:
Aware,InitializingBean,ApplicationContextAware
Creates the plug-in environment and cleans up on shutdown.
- Author:
- Paul Gregoire ([email protected])
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ApplicationContextSpring application contextprotected static org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetApplicationContext(ApplicationContext applicationContext)
-
Field Details
-
log
protected static org.slf4j.Logger log -
applicationContext
Spring application context
-
-
Constructor Details
-
PluginLauncher
public PluginLauncher()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceInitializingBean- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-