|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.axis2.deploy.DeploymentPoller
public class DeploymentPoller
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 |
---|
public DeploymentPoller(java.io.File deployDir, ODEServer odeServer)
Method Detail |
---|
public void start()
public void stop()
public void hold()
public void release()
public void markAsDeployed(java.io.File file)
public void markAsUndeployed(java.io.File file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |