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 ...
org.jboss.deployment.spi.JMXTarget A Target that deploys using the JMX adaptor to communicate with the MainDeployer using file URLs to the deployments. @author thomas.diesler@jboss.org @author Scott.Stark@jboss.com @version $Revision: 1.1.1.1.4.3 $
org.jboss.deployment.spi.LocalhostTarget A Target interface represents a single logical core server of one instance of a J2EE platform product. It is a designator for a server and the implied location to copy a configured application for the server to access. @author thomas.diesler@jboss.org @version $Revision: 1.1.1.1.4.1 $
org.jboss.deployment.spi.DeploymentWorker $Id: DeploymentWorker.java,v 1.1.1.1 2004/07/10 13:25:45 tdiesler Exp $ A thread that deployes the given deployment on all targets contained in the progress object. It sends events to the progress object. @author thomas.diesler@jboss.org