org.jboss.deployment.spi.status.DeploymentStatusImpl $Id: DeploymentStatusImpl.java,v 1.1.1.1 2004/07/10 13:25:46 tdiesler Exp $ The DeploymentStatus interface provides information about the progress status of a deployment action. @author thomas.diesler@jboss.org @version $Revision: 1.1.1.1 $
org.jboss.deployment.spi.DeploymentManagerImpl The DeploymentManager object provides the core set of functions a J2EE platform must provide for J2EE application deployment. It provides server related information, such as, a list of deployment targets, and vendor unique runtime configuration information. @author thomas.diesler@jboss.org @versio ...