org.mule.module.launcher
Class DeploymentService
java.lang.Object
org.mule.module.launcher.DeploymentService
public class DeploymentService
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APP_ANCHOR_SUFFIX
public static final java.lang.String APP_ANCHOR_SUFFIX
- See Also:
- Constant Field Values
DEFAULT_CHANGES_CHECK_INTERVAL_MS
protected static final int DEFAULT_CHANGES_CHECK_INTERVAL_MS
- See Also:
- Constant Field Values
appDirMonitorTimer
protected java.util.concurrent.ScheduledExecutorService appDirMonitorTimer
logger
protected final transient Log logger
deployer
protected MuleDeployer deployer
DeploymentService
public DeploymentService()
start
public void start()
scheduleChangeMonitor
protected void scheduleChangeMonitor(java.io.File appsDir)
stop
public void stop()
getApplications
public java.util.List<Application> getApplications()
- Returns:
- immutable applications list
getDeployer
public MuleDeployer getDeployer()
setDeployer
public void setDeployer(MuleDeployer deployer)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.