org.red5.server.plugin
Class PluginLauncher
java.lang.Object
org.red5.server.plugin.PluginLauncher
- All Implemented Interfaces:
- Aware, DisposableBean, InitializingBean, ApplicationContextAware
public class PluginLauncher
- extends Object
- implements ApplicationContextAware, InitializingBean, DisposableBean
Creates the plug-in environment and cleans up on shutdown.
- Author:
- Paul Gregoire ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Logger log
PluginLauncher
public PluginLauncher()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface DisposableBean
- Throws:
Exception
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
Copyright © 2006-2012 The Red5 Project