org.apache.openejb.config
Class AutoDeployer
java.lang.Object
org.apache.openejb.config.AutoDeployer
public class AutoDeployer
- extends Object
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoDeployer
public AutoDeployer(ConfigurationFactory factory,
List<Deployments> deployments)
fileAdded
public boolean fileAdded(File file)
fileRemoved
public boolean fileRemoved(File file)
fileUpdated
public void fileUpdated(File file)
observe
public void observe(@Observes
ContainerSystemPostCreate postCreate)
observe
public void observe(@Observes
ContainerSystemPreDestroy preDestroy)
stop
public void stop()
start
public void start()
scan
public void scan()
- Looks for changes to the immediate contents of the directory we're watching.
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.