|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
brooklyn.entity.basic.AbstractEntity
brooklyn.entity.basic.SoftwareProcessEntity
brooklyn.entity.webapp.JavaWebAppSoftwareProcess
brooklyn.entity.webapp.tomcat.TomcatServer
public class TomcatServer extends JavaWebAppSoftwareProcess
An Entity that represents a single Tomcat instance.
| Field Summary | |
|---|---|
static BasicAttributeSensor |
CONNECTOR_STATUS
|
static BasicAttributeSensor |
JMX_SERVICE_URL
|
static PortAttributeSensorAndConfigKey |
SHUTDOWN_PORT
Tomcat insists on having a port you can connect to for the sole purpose of shutting it down. |
static BasicConfigKey |
SUGGESTED_VERSION
|
| Fields inherited from class JavaWebAppSoftwareProcess | |
|---|---|
| DEPLOYED_WARS |
| Fields inherited from class SoftwareProcessEntity | |
|---|---|
| ADDRESS, CUSTOMIZE_LATCH, HOSTNAME, INSTALL_LATCH, LAUNCH_LATCH, PROVISIONING_PROPERTIES, SERVICE_STATE, SHELL_ENVIRONMENT, START_LATCH, SUGGESTED_INSTALL_DIR, SUGGESTED_RUN_DIR, SUGGESTED_VERSION, sensorRegistry |
| Fields inherited from class AbstractEntity | |
|---|---|
| LOG, SENSOR_ADDED, SENSOR_REMOVED, _subscriptionTracker, application, attributesInternal, configsInternal, execution, managementContext, managementData, subscription, tempWorkings |
| Constructor Summary | |
TomcatServer(java.util.Map flags)
|
|
TomcatServer(Entity owner)
|
|
TomcatServer(java.util.Map flags, Entity owner)
|
|
| Method Summary | |
|---|---|
void
|
connectSensors()
|
java.lang.Class
|
getDriverInterface()
|
protected void
|
postActivation()
|
| Methods inherited from class JavaWebAppSoftwareProcess | |
|---|---|
| connectSensors, deploy, deployInitialWars, getDriver, stop, undeploy |
| Methods inherited from class groovy.lang.GroovyObjectSupport | |
|---|---|
| groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
| Field Detail |
|---|
public static final BasicAttributeSensor CONNECTOR_STATUS
public static final BasicAttributeSensor JMX_SERVICE_URL
@SetFromFlag("shutdownPort")
public static final PortAttributeSensorAndConfigKey SHUTDOWN_PORT
@SetFromFlag("version")
public static final BasicConfigKey SUGGESTED_VERSION
| Constructor Detail |
|---|
public TomcatServer(java.util.Map flags)
public TomcatServer(Entity owner)
public TomcatServer(java.util.Map flags, Entity owner)
| Method Detail |
|---|
@Override public void connectSensors()
@Override public java.lang.Class getDriverInterface()
@Override protected void postActivation()
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.