Class WarDeployer

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    public final class WarDeployer
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    This service provides the means to auto-deploy a war.
    Author:
    Paul Gregoire (mondain@gmail.com)
    • Constructor Detail

      • WarDeployer

        public WarDeployer()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • destroy

        public void destroy()
                     throws java.lang.Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        java.lang.Exception
      • setCheckInterval

        public void setCheckInterval​(int checkInterval)
      • getCheckInterval

        public int getCheckInterval()
      • getWebappFolder

        public java.lang.String getWebappFolder()
      • setWebappFolder

        public void setWebappFolder​(java.lang.String webappFolder)
      • setExpandWars

        public void setExpandWars​(boolean expandWars)
        Whether or not to expand war files prior to start up.
        Parameters:
        expandWars - to expand or not
      • getLoader

        public org.red5.server.jmx.mxbeans.LoaderMXBean getLoader()
        Returns the LoaderMBean.
        Returns:
        LoadeerMBean