Brooklyn

brooklyn.entity.webapp.jetty
[Java] Interface Jetty6Server

brooklyn.entity.basic.SoftwareProcess
  brooklyn.entity.Entity
      brooklyn.entity.webapp.WebAppServiceConstants
          brooklyn.entity.trait.HasShortName
              brooklyn.entity.webapp.JavaWebAppService
                  brooklyn.entity.webapp.jetty.Jetty6Server
                      brooklyn.entity.java.UsesJava
                          brooklyn.entity.trait.Startable
                              brooklyn.entity.webapp.WebAppService
                                  brooklyn.entity.rebind.Rebindable
                                      brooklyn.entity.webapp.JavaWebAppSoftwareProcess
                                          brooklyn.entity.java.UsesJmx
                                              brooklyn.entity.trait.Identifiable
All Superinterfaces:
SoftwareProcess, Entity, WebAppServiceConstants, HasShortName, JavaWebAppService, UsesJava, Startable, WebAppService, Rebindable, JavaWebAppSoftwareProcess, UsesJmx, Identifiable

@Catalog(name="Jetty6 Server", description="Old version (v6 @ Mortbay) of the popular Jetty webapp container", iconUrl="classpath:///jetty-logo.png")
@ImplementedBy(Jetty6ServerImpl.class)
public interface Jetty6Server
extends HasShortName, JavaWebAppSoftwareProcess, UsesJmx

An Entity that represents a single Jetty instance.


Field Summary
BasicAttributeSensorAndConfigKey DOWNLOAD_URL

BasicAttributeSensor JMX_SERVICE_URL

static AttributeSensor RESPONSES_4XX_COUNT

static AttributeSensor RESPONSES_5XX_COUNT

ConfigKey START_TIMEOUT

ConfigKey SUGGESTED_VERSION

 
Fields inherited from interface JavaWebAppSoftwareProcess
DEPLOY, DEPLOYED_WARS, UNDEPLOY
 
Fields inherited from interface UsesJmx
DEFAULT_JMX_PORT, JMX_AGENT_MODE, JMX_CONTEXT, JMX_PASSWORD, JMX_PORT, JMX_SSL_ACCESS_CERT, JMX_SSL_ACCESS_KEY, JMX_SSL_ENABLED, JMX_URL, JMX_USER, RMI_REGISTRY_PORT, RMI_SERVER_PORT, USE_JMX
 
Fields inherited from interface UsesJava
CHECK_JAVA_HOSTNAME_BUG, JAVA_OPTS, JAVA_SYSPROPS
 
Method Summary
 
Methods inherited from interface JavaWebAppSoftwareProcess
deploy, undeploy
 
Methods inherited from interface HasShortName
getShortName
 

Field Detail

DOWNLOAD_URL

@SetFromFlag("downloadUrl")
public BasicAttributeSensorAndConfigKey DOWNLOAD_URL


JMX_SERVICE_URL

public BasicAttributeSensor JMX_SERVICE_URL


RESPONSES_4XX_COUNT

public static final AttributeSensor RESPONSES_4XX_COUNT


RESPONSES_5XX_COUNT

public static final AttributeSensor RESPONSES_5XX_COUNT


START_TIMEOUT

public ConfigKey START_TIMEOUT


SUGGESTED_VERSION

@SetFromFlag("version")
public ConfigKey SUGGESTED_VERSION


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.