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 Details

    • log

      protected static org.slf4j.Logger log
      Constant log
  • Constructor Details

    • PluginLauncher

      public PluginLauncher()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception

      afterPropertiesSet.

      Specified by:
      afterPropertiesSet in interface org.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 interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException