|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Deployable in org.codehaus.cargo.container.configuration |
---|
Methods in org.codehaus.cargo.container.configuration with parameters of type Deployable | |
---|---|
void |
LocalConfiguration.addDeployable(Deployable deployable)
Deploy a Deployable in the container. |
Uses of Deployable in org.codehaus.cargo.container.deployable |
---|
Classes in org.codehaus.cargo.container.deployable that implement Deployable | |
---|---|
class |
EAR
Wraps an EAR file that will be deployed in the container. |
class |
EJB
Wraps an EJB JAR file that will be deployed in the container. |
class |
WAR
Wraps a WAR file that will be deployed in the container. |
Uses of Deployable in org.codehaus.cargo.container.deployer |
---|
Methods in org.codehaus.cargo.container.deployer with parameters of type Deployable | |
---|---|
void |
Deployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
Deployer.deploy(Deployable deployable,
DeployableMonitor monitor)
Deploy a Deployable to the running container and make it available for requests. |
void |
Deployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
Deployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
Deployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
Deployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
Uses of Deployable in org.codehaus.cargo.container.spi.configuration |
---|
Methods in org.codehaus.cargo.container.spi.configuration with parameters of type Deployable | |
---|---|
void |
AbstractLocalConfiguration.addDeployable(Deployable newDeployable)
Deploy a Deployable in the container. |
Uses of Deployable in org.codehaus.cargo.container.spi.deployable |
---|
Classes in org.codehaus.cargo.container.spi.deployable that implement Deployable | |
---|---|
class |
AbstractDeployable
Common class for easy Deployable implementations. |
Uses of Deployable in org.codehaus.cargo.container.spi.deployer |
---|
Methods in org.codehaus.cargo.container.spi.deployer with parameters of type Deployable | |
---|---|
protected boolean |
AbstractCopyingInstalledLocalDeployer.canBeDeployed(Deployable newDeployable)
Checks whether the given Deployable can actually be deployed and whether a deployable has a web context path that already exist in another previously deployed Deployable. |
void |
AbstractDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
AbstractCopyingInstalledLocalDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
AbstractDeployer.deploy(Deployable deployable,
DeployableMonitor monitor)
Deploy a Deployable to the running container and make it available for requests. |
void |
AbstractDeployer.redeploy(Deployable deployable)
Redeploy a |
void |
AbstractDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
AbstractDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
AbstractDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |