|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Deployable in org.codehaus.cargo.ant |
---|
Methods in org.codehaus.cargo.ant that return Deployable | |
---|---|
Deployable |
DeployableElement.createDeployable(String containerId)
|
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 |
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. |
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. |
void |
Deployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a Deployable to the running container. |
Uses of Deployable in org.codehaus.cargo.container.geronimo |
---|
Methods in org.codehaus.cargo.container.geronimo with parameters of type Deployable | |
---|---|
void |
Geronimo1xExistingLocalConfiguration.addDeployable(Deployable newDeployable)
Geronimo does not support static deployments, warn the user. |
void |
Geronimo1xStandaloneLocalConfiguration.addDeployable(Deployable newDeployable)
Geronimo does not support static deployments, warn the user. |
void |
GeronimoInstalledLocalDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
GeronimoInstalledLocalDeployer.distribute(Deployable deployable)
Distribute a deployable to a running or offline Geronimo server. |
void |
GeronimoInstalledLocalDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
GeronimoInstalledLocalDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
GeronimoInstalledLocalDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
GeronimoInstalledLocalDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
Uses of Deployable in org.codehaus.cargo.container.geronimo.deployable |
---|
Subinterfaces of Deployable in org.codehaus.cargo.container.geronimo.deployable | |
---|---|
interface |
GeronimoDeployable
Geronimo-specific deployable which adds supports for passing Geronimo deployment plans. |
Classes in org.codehaus.cargo.container.geronimo.deployable that implement Deployable | |
---|---|
class |
GeronimoEAR
Geronimo EAR deployable. |
class |
GeronimoEJB
Geronimo EJB deployable. |
class |
GeronimoWAR
Geronimo WAR deployable. |
Uses of Deployable in org.codehaus.cargo.container.jboss |
---|
Classes in org.codehaus.cargo.container.jboss that implement Deployable | |
---|---|
class |
JBossWAR
Extension that supports custom JBoss descriptor files such as the jboss-web.xml one. |
Methods in org.codehaus.cargo.container.jboss with parameters of type Deployable | |
---|---|
protected String |
JBossRemoteDeployer.createJBossRemoteURL(Deployable deployable,
String urlPrefix)
Compute the JBoss deploy/undeploy URL. |
void |
JBossRemoteDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
JBossRemoteDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
JBossInstalledLocalDeployer.redeploy(Deployable deployable)
Undeploys and then deploys artifact. |
void |
JBossRemoteDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
void |
JBossInstalledLocalDeployer.undeploy(Deployable deployable)
Removes previously deployed artifact. |
Uses of Deployable in org.codehaus.cargo.container.jetty |
---|
Methods in org.codehaus.cargo.container.jetty with parameters of type Deployable | |
---|---|
Object |
Jetty6xEmbeddedLocalContainer.createHandler(Deployable deployable)
Create a WebAppContext for the Deployable. |
Object |
Jetty7xEmbeddedLocalContainer.createHandler(Deployable deployable)
Create a WebAppContext for the Deployable. |
void |
JettyRemoteDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
Object |
Jetty4xEmbeddedLocalDeployer.deployWebApp(Deployable deployable)
Implement to perform the work of the deploy. |
Object |
Jetty7xEmbeddedLocalDeployer.deployWebApp(Deployable deployable)
Implement to perform the work of the deploy. |
Object |
Jetty6xEmbeddedLocalDeployer.deployWebApp(Deployable deployable)
Implement to perform the work of the deploy. |
Object |
Jetty5xEmbeddedLocalDeployer.deployWebApp(Deployable deployable)
Implement to perform the work of the deploy. |
void |
Jetty7xEmbeddedLocalDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
Jetty6xEmbeddedLocalDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
Jetty5xEmbeddedLocalDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
JettyRemoteDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
Jetty7xEmbeddedLocalDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
Jetty6xEmbeddedLocalDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
Jetty5xEmbeddedLocalDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
Jetty7xEmbeddedLocalDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
Jetty6xEmbeddedLocalDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
Jetty5xEmbeddedLocalDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
JettyRemoteDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
void |
Jetty4xEmbeddedLocalDeployer.undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. |
void |
Jetty7xEmbeddedLocalDeployer.undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. |
void |
Jetty6xEmbeddedLocalDeployer.undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. |
void |
Jetty5xEmbeddedLocalDeployer.undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. |
Uses of Deployable in org.codehaus.cargo.container.jetty.internal |
---|
Methods in org.codehaus.cargo.container.jetty.internal with parameters of type Deployable | |
---|---|
void |
AbstractJettyEmbeddedLocalDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
abstract Object |
AbstractJettyEmbeddedLocalDeployer.deployWebApp(Deployable deployable)
Implement to perform the work of the deploy. |
static String |
AbstractJettyEmbeddedLocalDeployer.getContext(Deployable deployable)
Get the context path for the webapp. |
protected static Object |
AbstractJettyEmbeddedLocalDeployer.getDeployedWebAppContext(Deployable deployable)
Get the deployable that matches the context path. |
void |
AbstractJettyEmbeddedLocalDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
abstract void |
AbstractJettyEmbeddedLocalDeployer.undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. |
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 |
AbstractSwitchableLocalDeployer.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 |
AbstractDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
void |
AbstractSwitchableLocalDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
void |
AbstractDeployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a Deployable to the running container. |
Uses of Deployable in org.codehaus.cargo.container.tomcat |
---|
Classes in org.codehaus.cargo.container.tomcat that implement Deployable | |
---|---|
class |
TomcatWAR
Extension that supports custom Tomcat context.xml files located
in the META-INF/ directory of your WAR. |
Methods in org.codehaus.cargo.container.tomcat with parameters of type Deployable | |
---|---|
void |
Tomcat5xEmbeddedLocalDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
protected void |
Tomcat5xRemoteDeployer.performUndeploy(Deployable deployable)
Performs undeployment of deployable. |
protected void |
Tomcat6xRemoteDeployer.performUndeploy(Deployable deployable)
Performs undeployment of deployable. |
protected void |
Tomcat4xRemoteDeployer.performUndeploy(Deployable deployable)
Performs undeployment of deployable. |
void |
Tomcat5xEmbeddedLocalDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
Tomcat5xEmbeddedLocalDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
Tomcat5xEmbeddedLocalDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
Tomcat5xEmbeddedLocalDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
Uses of Deployable in org.codehaus.cargo.container.tomcat.internal |
---|
Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type Deployable | |
---|---|
void |
AbstractTomcatManagerDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
protected String |
AbstractTomcatManagerDeployer.getPath(Deployable deployable)
Gets the webapp path for the specified deployable. |
protected void |
AbstractTomcatManagerInstalledLocalDeployer.performUndeploy(Deployable deployable)
Performs undeployment of deployable. |
protected abstract void |
AbstractTomcatManagerDeployer.performUndeploy(Deployable deployable)
Performs undeployment of deployable. |
void |
AbstractTomcatManagerDeployer.redeploy(Deployable deployable)
Redeploy a Deployable already deployed to the running container. |
void |
AbstractTomcatManagerDeployer.start(Deployable deployable)
Starts a Deployable that is already deployed in the running container but that is
not servicing requests. |
void |
AbstractTomcatManagerDeployer.stop(Deployable deployable)
Stop a Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
AbstractTomcatManagerDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
Uses of Deployable in org.codehaus.cargo.container.weblogic |
---|
Methods in org.codehaus.cargo.container.weblogic with parameters of type Deployable | |
---|---|
protected void |
WebLogic9xConfigXmlInstalledLocalDeployer.addDeployableToDomain(Deployable deployable,
org.dom4j.Element domain)
Create and insert an app-deployment element into the domain of the WebLogic server. |
protected org.dom4j.Element |
WebLogic9xConfigXmlInstalledLocalDeployer.createElementForDeployableInDomain(Deployable deployable,
org.dom4j.Element domain)
create the config.xml element representing the Deployable. |
protected String |
WebLogic9xConfigXmlInstalledLocalDeployer.createIdForDeployable(Deployable deployable)
Get a string name for the configuration of this deployable. |
protected String |
WebLogic9xConfigXmlInstalledLocalDeployer.createIdFromFileName(Deployable deployable)
Get a string name for the configuration of this deployable based on its filename. |
void |
WebLogic9xConfigXmlInstalledLocalDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
WebLogic8xConfigXmlInstalledLocalDeployer.deploy(Deployable deployable)
Deploy a Deployable to the running container and make it available for requests. |
void |
WebLogicCopyingInstalledLocalDeployer.redeploy(Deployable deployable)
Undeploys and then deploys artifact. |
protected void |
WebLogic9xConfigXmlInstalledLocalDeployer.removeDeployableFromDomain(Deployable deployable,
org.dom4j.Element domain)
Remove the corresponding app-deployment element from the domain of the WebLogic server. |
protected List |
WebLogic9xConfigXmlInstalledLocalDeployer.selectAppDeployments(Deployable deployable,
org.dom4j.Element domain)
this will select the node(s) that match the below deployment. |
void |
WebLogicCopyingInstalledLocalDeployer.undeploy(Deployable deployable)
Removes previously deployed artifact. |
void |
WebLogic9xConfigXmlInstalledLocalDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
void |
WebLogic8xConfigXmlInstalledLocalDeployer.undeploy(Deployable deployable)
Undeploy a Deployable from the running container. |
Uses of Deployable in org.codehaus.cargo.generic.deployable |
---|
Methods in org.codehaus.cargo.generic.deployable that return Deployable | |
---|---|
Deployable |
DeployableFactory.createDeployable(String containerId,
String deployableLocation,
DeployableType deployableType)
|
Deployable |
DefaultDeployableFactory.createDeployable(String containerId,
String deployableLocation,
DeployableType deployableType)
|
Uses of Deployable in org.codehaus.cargo.maven2 |
---|
Methods in org.codehaus.cargo.maven2 that return Deployable | |
---|---|
protected Deployable |
AbstractCargoMojo.createAutoDeployDeployable(Container container)
|
Methods in org.codehaus.cargo.maven2 with parameters of type Deployable | |
---|---|
protected void |
DeployerRedeployMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerDeployMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerUndeployMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerStopMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected abstract void |
AbstractDeployerMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
protected void |
DeployerStartMojo.performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
|
Constructors in org.codehaus.cargo.maven2 with parameters of type Deployable | |
---|---|
DeployerDeployMojo.DeployerListener(Deployable deployable)
|
Uses of Deployable in org.codehaus.cargo.maven2.configuration |
---|
Methods in org.codehaus.cargo.maven2.configuration that return Deployable | |
---|---|
Deployable |
Deployable.createDeployable(String containerId,
CargoProject project)
|
Methods in org.codehaus.cargo.maven2.configuration with parameters of type Deployable | |
---|---|
protected void |
Deployable.setPropertiesOnDeployable(Deployable deployable,
CargoProject project)
Set user-defined properties on the created deployable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |