org.apache.openejb.config
Class AutoDeployer

java.lang.Object
  extended by org.apache.openejb.config.AutoDeployer

public class AutoDeployer
extends Object

Version:
$Rev$ $Date$

Constructor Summary
AutoDeployer(ConfigurationFactory factory, List<Deployments> deployments)
           
 
Method Summary
 boolean fileAdded(File file)
           
 boolean fileRemoved(File file)
           
 void fileUpdated(File file)
           
 void observe(ContainerSystemPostCreate postCreate)
           
 void observe(ContainerSystemPreDestroy preDestroy)
           
 void scan()
          Looks for changes to the immediate contents of the directory we're watching.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDeployer

public AutoDeployer(ConfigurationFactory factory,
                    List<Deployments> deployments)
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.