org.apache.geronimo.kernel.config
Interface DeploymentWatcher

All Known Implementing Classes:
DirectoryHotDeployer

public interface DeploymentWatcher

Interface for receiving deployment notifications


Method Summary
 void deployed(Artifact id)
           
 void undeployed(Artifact id)
           
 

Method Detail

deployed

void deployed(Artifact id)

undeployed

void undeployed(Artifact id)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.