| 
 | Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectbrooklyn.entity.basic.AbstractEntity
brooklyn.entity.basic.SoftwareProcessImpl
brooklyn.entity.webapp.JavaWebAppSoftwareProcessImpl
public abstract class JavaWebAppSoftwareProcessImpl extends SoftwareProcessImpl
| Field Summary | 
|---|
| Fields inherited from class SoftwareProcessImpl | |
|---|---|
| connectedSensors | 
| Fields inherited from class AbstractEntity | |
|---|---|
| EFFECTOR_ADDED, EFFECTOR_CHANGED, EFFECTOR_REMOVED, LOG, POLICY_ADDED, POLICY_REMOVED, SENSOR_ADDED, SENSOR_REMOVED, _subscriptionTracker, managementSupport, tempWorkings | 
| Constructor Summary | |
| JavaWebAppSoftwareProcessImpl() | |
| JavaWebAppSoftwareProcessImpl(Entity parent) | |
| JavaWebAppSoftwareProcessImpl(java.util.Map flags) | |
| JavaWebAppSoftwareProcessImpl(java.util.Map flags, Entity parent) | |
| Method Summary | |
|---|---|
| protected void | connectSensors() | 
| void | deploy(java.lang.String url, java.lang.String targetName)Deploys the given artifact, from a source URL, to a given deployment filename/context. | 
| void | deployInitialWars() | 
| protected void | doStop() | 
| JavaWebAppDriver | getDriver() | 
| void | undeploy(java.lang.String targetName)For the DEPLOYED_WARS to be updated, the input must match the result of the call to deploy | 
| Constructor Detail | 
|---|
public JavaWebAppSoftwareProcessImpl()
public JavaWebAppSoftwareProcessImpl(Entity parent)
public JavaWebAppSoftwareProcessImpl(java.util.Map flags)
public JavaWebAppSoftwareProcessImpl(java.util.Map flags, Entity parent)
| Method Detail | 
|---|
@Override protected void connectSensors()
@EffectorParam(name="url", description="URL of WAR file") String url,
public void deploy({ java.lang.String url, checkNotNull(url, "url"); java.lang.String targetName)
        either ROOT.WAR or / denotes root context
anything of form FOO.?AR (ending .?AR) is copied with that name (unless copying not necessary) and is expected to be served from /FOO
anything of form /FOO (with leading slash) is expected to be served from /FOO (and is copied as FOO.WAR)
anything of form FOO (without a dot) is expected to be served from /FOO (and is copied as FOO.WAR)
otherwise please note behaviour may vary on different appservers; e.g. FOO.FOO would probably be ignored on appservers which expect a file copied across (usually), but served as /FOO.FOO on systems that take a deployment context.
See FileNameToContextMappingTest for definitive examples!
url -   where to get the war, as a URL, either classpath://xxx or file:///home/xxx or http(s)...targetName -   where to tell the server to serve the WAR, see above
public void deployInitialWars()
// vs them just showing the last known value...) protected void doStop()
public JavaWebAppDriver getDriver()
try {
JavaWebAppDriver driver = getDriver();
public void undeploy( java.lang.String targetName)
        
Brooklyn Multi-Cloud Application Management Platform 
 brooklyncentral.github.com. Apache License. © 2012.