Package org.red5.server.tomcat
Class WarDeployer
- java.lang.Object
-
- org.red5.server.tomcat.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.DisposableBeanThis service provides the means to auto-deploy a war.- Author:
- Paul Gregoire (mondain@gmail.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classWarDeployer.DirectoryFilterFilters directory content
-
Constructor Summary
Constructors Constructor Description WarDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddestroy()intgetCheckInterval()org.red5.server.jmx.mxbeans.LoaderMXBeangetLoader()Returns the LoaderMBean.java.lang.StringgetWebappFolder()voidsetCheckInterval(int checkInterval)voidsetExpandWars(boolean expandWars)Whether or not to expand war files prior to start up.voidsetWebappFolder(java.lang.String webappFolder)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroyin interfaceorg.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
-
-