|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Deployer | |
---|---|
org.codehaus.cargo.container.spi.deployer |
Uses of Deployer in org.codehaus.cargo.container.spi.deployer |
---|
Classes in org.codehaus.cargo.container.spi.deployer that implement Deployer | |
---|---|
class |
AbstractCopyingInstalledLocalDeployer
Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the
given installed container. |
class |
AbstractDeployer
Base deployer for local and remote deployments. |
class |
AbstractEmbeddedLocalDeployer
Base deployer to deploy to embedded local containers. |
class |
AbstractInstalledLocalDeployer
Base deployer to deploy to installed local containers. |
class |
AbstractLocalDeployer
Base deployer to deploy to local containers (installed or embedded). |
class |
AbstractRemoteDeployer
Base deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one). |
class |
AbstractSwitchableLocalDeployer
Implementation decides how to deploy or undeploy based on the running state of the server. |
Methods in org.codehaus.cargo.container.spi.deployer that return Deployer | |
---|---|
protected abstract Deployer |
AbstractSwitchableLocalDeployer.getColdDeployer()
this deployer will be used when the server is not running. |
protected abstract Deployer |
AbstractSwitchableLocalDeployer.getHotDeployer()
this deployer will be used when the server is running. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |