Modifier and Type | Method and Description |
---|---|
void |
LocalConfiguration.addDeployable(Deployable deployable)
Deploy a
Deployable in the container. |
Modifier and Type | Class and Description |
---|---|
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 |
File
Wraps a file that will be deployed into the container.
|
class |
RAR
Wraps an RAR file that will be deployed in the container.
|
class |
SAR
Wraps an SAR file that will be deployed in the container.
|
class |
WAR
Wraps a WAR file that will be deployed in the container.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
Deployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a
Deployable to the running container. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocalConfiguration.addDeployable(Deployable newDeployable)
Deploy a
Deployable in the container. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployable
Common class for easy Deployable implementations.
|
Modifier and Type | Method and Description |
---|---|
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 |
AbstractSwitchableLocalDeployer.deploy(Deployable deployable)
Deploy a
Deployable to the running container and make it available for requests. |
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
Deployable already deployed to the running container. |
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 |
AbstractSwitchableLocalDeployer.undeploy(Deployable deployable)
Undeploy a
Deployable from the running container. |
void |
AbstractDeployer.undeploy(Deployable deployable)
Undeploy a
Deployable from the running container. |
void |
AbstractDeployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a
Deployable to the running container. |
Copyright © 2004-2013 Codehaus. All Rights Reserved.