Uses of Interface
org.codehaus.cargo.container.deployer.DeployableMonitor
-
-
Uses of DeployableMonitor in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return DeployableMonitor Modifier and Type Method Description DeployableMonitorDeployableElement. createDeployableMonitor() -
Uses of DeployableMonitor in org.codehaus.cargo.container.deployer
Classes in org.codehaus.cargo.container.deployer that implement DeployableMonitor Modifier and Type Class Description classAbstractDeployableMonitorCommon properties and configuration for deployable monitors.classURLDeployableMonitorMonitor that verifies if aDeployableis deployed by pinging a URL provided by the user.classUrlPathDeployableMonitorMonitor that verifies if aDeployableis deployed by pinging a URL constructed from URL path (provided by the user) and other parameters provided by container configuration.Methods in org.codehaus.cargo.container.deployer with parameters of type DeployableMonitor Modifier and Type Method Description voidDeployer. deploy(Deployable deployable, DeployableMonitor monitor)Deploy aDeployableto the running container and make it available for requests.voidDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidDeployer. start(Deployable deployable, DeployableMonitor monitor)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidDeployer. stop(Deployable deployable, DeployableMonitor monitor)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidDeployer. undeploy(Deployable deployable, DeployableMonitor monitor)Undeploy aDeployableto the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.container.geronimo
Methods in org.codehaus.cargo.container.geronimo with parameters of type DeployableMonitor Modifier and Type Method Description voidGeronimoInstalledLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal with parameters of type DeployableMonitor Modifier and Type Method Description voidAbstractGlassFishInstalledLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.container.jboss
Methods in org.codehaus.cargo.container.jboss with parameters of type DeployableMonitor Modifier and Type Method Description voidJBoss4xRemoteDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.container.jonas.internal
Methods in org.codehaus.cargo.container.jonas.internal with parameters of type DeployableMonitor Modifier and Type Method Description voidAbstractJonas5xRemoteDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.container.spi.deployer
Methods in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableMonitor Modifier and Type Method Description voidAbstractDeployer. deploy(Deployable deployable, DeployableMonitor monitor)Deploy aDeployableto the running container and make it available for requests.voidAbstractDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidAbstractDeployer. start(Deployable deployable, DeployableMonitor monitor)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidAbstractDeployer. stop(Deployable deployable, DeployableMonitor monitor)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidAbstractDeployer. undeploy(Deployable deployable, DeployableMonitor monitor)Undeploy aDeployableto the running container.Constructors in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableMonitor Constructor Description DeployerWatchdog(DeployableMonitor monitor) -
Uses of DeployableMonitor in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat with parameters of type DeployableMonitor Modifier and Type Method Description voidTomcatEmbeddedLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type DeployableMonitor Modifier and Type Method Description voidAbstractTomcatManagerDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container. -
Uses of DeployableMonitor in org.codehaus.cargo.maven3
Methods in org.codehaus.cargo.maven3 with parameters of type DeployableMonitor Modifier and Type Method Description protected abstract voidAbstractDeployerMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)Perform a deployer action on a single deployable.protected voidDeployerDeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerRedeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerStartMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerStopMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerUndeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)Constructors in org.codehaus.cargo.maven3 with parameters of type DeployableMonitor Constructor Description DeployerListener(DeployableMonitor monitor)Saves all attributes. -
Uses of DeployableMonitor in org.codehaus.cargo.maven3.deployer
Methods in org.codehaus.cargo.maven3.deployer that return DeployableMonitor Modifier and Type Method Description DeployableMonitorDefaultDeployableMonitorFactory. createDeployableMonitor(Container container, Deployable deployable)Create aDeployableMonitorinstance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.DeployableMonitorDeployableMonitorFactory. createDeployableMonitor(Container container, Deployable deployable)Create aDeployableMonitorinstance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.
-