Searched defs:Deployer (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DDeployer.java59 public interface Deployer<T extends Container, U extends ApplicationContainer> { interface
62 * Returns the meta data assocated with this Deployer
64 * @return the meta data for this Deployer
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DDeployer.java50 * Deployer service for GlassFish. Using this service, one can deploy and undeploy applications.
59 public interface Deployer { interface
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DDeployer.java67 * A <b>Deployer</b> is a specialized Container into which web applications
76 /* public interface Deployer extends Container { */
77 public interface Deployer { interface
109 * Return the name of the Container with which this Deployer is associated.

Completed in 627 milliseconds