| 
 | Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectbrooklyn.entity.basic.AbstractSoftwareProcessDriver
brooklyn.entity.basic.AbstractSoftwareProcessSshDriver
brooklyn.entity.java.JavaSoftwareProcessSshDriver
brooklyn.entity.webapp.JavaWebAppSshDriver
brooklyn.entity.webapp.jetty.Jetty6SshDriver
public class Jetty6SshDriver extends JavaWebAppSshDriver
| Field Summary | 
|---|
| Fields inherited from class JavaSoftwareProcessSshDriver | |
|---|---|
| KEY_VAL_OPT_PREFIXES, MUTUALLY_EXCLUSIVE_OPTS, log | 
| Fields inherited from class AbstractSoftwareProcessSshDriver | |
|---|---|
| BROOKLYN_HOME_DIR, CHECK_RUNNING, CUSTOMIZING, DEFAULT_INSTALL_BASEDIR, DEFAULT_RUN_BASEDIR, IGNORE_ENTITY_SSH_FLAGS, INSTALLING, KILLING, LAUNCHING, NO_VERSION_INFO, PID_FILENAME, RESTARTING, STOPPING, USE_PID_FILE, log, logSsh | 
| Fields inherited from class AbstractSoftwareProcessDriver | |
|---|---|
| entity, location, resource | 
| Constructor Summary | |
| Jetty6SshDriver(Jetty6ServerImpl entity, SshMachineLocation machine) | |
| Method Summary | |
|---|---|
| void | customize() | 
| protected java.util.List | getCustomJavaConfigOptions() | 
| protected java.lang.String | getDeploySubdir() | 
| protected java.lang.String | getLogFileLocation() | 
| java.util.Map | getShellEnvironment() | 
| void | install() | 
| boolean | isRunning() | 
| void | kill() | 
| void | kill1() | 
| void | kill9() | 
| void | launch() | 
| void | stop() | 
| Methods inherited from class JavaWebAppSshDriver | |
|---|---|
| deploy, deploy, deploy, getDeployDir, getDeploySubdir, getEnabledProtocols, getEntity, getFilenameContextMapper, getHttpPort, getHttpsPort, getHttpsSslConfig, getSslKeyAlias, getSslKeystorePassword, getSslKeystoreUrl, inferRootUrl, isProtocolEnabled, postLaunch, undeploy | 
| Methods inherited from class AbstractSoftwareProcessDriver | |
|---|---|
| customize, doFullStartOnRestart, getEntity, getLocation, getResource, getResourceAsString, install, kill, launch, postLaunch, processTemplate, processTemplate, processTemplate, processTemplate, processTemplateContents, processTemplateContents, rebind, restart, start, stop, waitForConfigKey | 
| Constructor Detail | 
|---|
public Jetty6SshDriver(Jetty6ServerImpl entity, SshMachineLocation machine)
| Method Detail | 
|---|
newScript(CUSTOMIZING). public void customize()
} protected java.util.List getCustomJavaConfigOptions()
protected java.lang.String getDeploySubdir()
protected java.lang.String getLogFileLocation()
public java.util.Map getShellEnvironment()
DownloadResolver resolver = entity.getManagementContext().getEntityDownloadsManager().newDownloader(this); public void install()
Map flags = MutableMap.of("usePidFile", false);
public boolean isRunning()
        
options.addAll(super.getCustomJavaConfigOptions()); public void kill()
public void kill1()
public void kill9()
newScript(flags, LAUNCHING). public void launch()
public void stop()
Brooklyn Multi-Cloud Application Management Platform 
 brooklyncentral.github.com. Apache License. © 2012.