org.apache.ode.axis2.deploy
Class DeploymentPoller

java.lang.Object
  extended by org.apache.ode.axis2.deploy.DeploymentPoller

public class DeploymentPoller
extends java.lang.Object

Polls a directory for the deployment of a new deployment unit.


Constructor Summary
DeploymentPoller(java.io.File deployDir, ODEServer odeServer)
           
 
Method Summary
 void hold()
           
 void markAsDeployed(java.io.File file)
           
 void markAsUndeployed(java.io.File file)
           
 void release()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentPoller

public DeploymentPoller(java.io.File deployDir,
                        ODEServer odeServer)
Method Detail

start

public void start()

stop

public void stop()

hold

public void hold()

release

public void release()

markAsDeployed

public void markAsDeployed(java.io.File file)

markAsUndeployed

public void markAsUndeployed(java.io.File file)