public final class WarDeployer extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
WarDeployer.DirectoryFilter
Filters directory content
|
Constructor and Description |
---|
WarDeployer() |
Modifier and Type | Method and Description |
---|---|
int |
getCheckInterval() |
String |
getDeploymentDirectory() |
LoaderMXBean |
getLoader()
Returns the LoaderMBean.
|
ISchedulingService |
getScheduler() |
void |
init() |
void |
setCheckInterval(int checkInterval) |
void |
setDeploymentDirectory(String deploymentDirectory) |
void |
setScheduler(ISchedulingService scheduler) |
void |
shutdown() |
public void setCheckInterval(int checkInterval)
public int getCheckInterval()
public ISchedulingService getScheduler()
public void setScheduler(ISchedulingService scheduler)
public String getDeploymentDirectory()
public void setDeploymentDirectory(String deploymentDirectory)
public void init()
public void shutdown()
public LoaderMXBean getLoader()
Copyright © 2006-2012 The Red5 Project