| Modifier and Type | Method and Description |
|---|---|
List<Deployable> |
LocalConfiguration.getDeployables() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalConfiguration.addDeployable(Deployable deployable)
Deploy a
Deployable in the container. |
| Modifier and Type | Class and Description |
|---|---|
class |
AOP
Wraps a AOP (JBoss AOP Archive) file that will be deployed in the container.
|
class |
Bundle
Wraps an OSGi Bundle file that will be deployed in the container.
|
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 |
HAR
Wraps a HAR (Hibernate Archive) file that will be deployed in the container.
|
class |
RAR
Wraps a RAR file that will be deployed in the container.
|
class |
SAR
Wraps a 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.redeploy(Deployable deployable,
DeployableMonitor monitor)
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.start(Deployable deployable,
DeployableMonitor monitor)
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.stop(Deployable deployable,
DeployableMonitor monitor)
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 |
|---|---|
List<Deployable> |
AbstractLocalConfiguration.getDeployables() |
| 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 |
AbstractJsr88Deployer.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. |
protected void |
AbstractCopyingInstalledLocalDeployer.doDeploy(String deployableDir,
Deployable deployable)
Do the actual deployment.
|
protected String |
AbstractCopyingInstalledLocalDeployer.getDeployableName(Deployable deployable)
Gets the deployable name for the given
deployable. |
void |
AbstractJsr88Deployer.redeploy(Deployable deployable)
Redeploy a
Deployable already deployed to the running container. |
void |
AbstractDeployer.redeploy(Deployable deployable)
Redeploy a
Deployable already deployed to the running container. |
void |
AbstractDeployer.redeploy(Deployable deployable,
DeployableMonitor monitor)
Redeploy a
Deployable already deployed to the running container. |
void |
AbstractJsr88Deployer.start(Deployable deployable)
Starts a
Deployable that is already deployed in the running container but that is not
servicing requests. |
void |
AbstractDeployer.start(Deployable deployable)
Starts a
Deployable that is already deployed in the running container but that is not
servicing requests. |
void |
AbstractDeployer.start(Deployable deployable,
DeployableMonitor monitor)
Starts a
Deployable that is already deployed in the running container but that is not
servicing requests. |
void |
AbstractJsr88Deployer.stop(Deployable deployable)
Stop a
Deployable that is already deployed in the running container in order to
prevent it from 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.stop(Deployable deployable,
DeployableMonitor monitor)
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 |
AbstractJsr88Deployer.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. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDeployer.deploy(List<Deployable> deployables) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.