Brooklyn

brooklyn.entity.webapp.jboss
[Java] Interface JBoss6Server

brooklyn.entity.Entity
  brooklyn.entity.webapp.WebAppService
      brooklyn.entity.webapp.WebAppServiceConstants
          brooklyn.entity.java.UsesJava
              brooklyn.entity.basic.SoftwareProcess
                  brooklyn.entity.webapp.jboss.JBoss6Server
                      brooklyn.entity.trait.Startable
                          brooklyn.entity.java.UsesJmx
                              brooklyn.entity.webapp.JavaWebAppService
                                  brooklyn.entity.rebind.Rebindable
                                      brooklyn.entity.webapp.JavaWebAppSoftwareProcess
All Superinterfaces:
Entity, WebAppService, WebAppServiceConstants, UsesJava, SoftwareProcess, Startable, UsesJmx, JavaWebAppService, Rebindable, JavaWebAppSoftwareProcess

@Catalog(name="JBoss Application Server 6", description="AS6: an open source Java application server from JBoss", iconUrl="classpath:///jboss-logo.png")
@ImplementedBy(JBoss6ServerImpl.class)
public interface JBoss6Server
extends JavaWebAppService, JavaWebAppSoftwareProcess, UsesJmx

Field Summary
BasicAttributeSensorAndConfigKey BIND_ADDRESS

BasicAttributeSensorAndConfigKey CLUSTER_NAME

BasicAttributeSensorAndConfigKey DOWNLOAD_URL

BasicAttributeSensorAndConfigKey PORT_INCREMENT

BasicConfigKey SUGGESTED_VERSION

 
Fields inherited from interface JavaWebAppService
NAMED_WARS, ROOT_WAR, WARS_BY_CONTEXT
 
Fields inherited from interface JavaWebAppSoftwareProcess
DEPLOY, DEPLOYED_WARS, UNDEPLOY
 
Fields inherited from interface UsesJmx
DEFAULT_JMX_PORT, JMX_CONTEXT, JMX_PORT, JMX_SSL_ACCESS_CERT, JMX_SSL_ACCESS_KEY, JMX_SSL_ENABLED, JMX_URL, RMI_PORT, RMI_REGISTRY_PORT, RMI_SERVER_PORT, USE_JMX
 
Method Summary
 
Methods inherited from interface JavaWebAppSoftwareProcess
deploy, undeploy
 
Methods inherited from interface Entity
addChild, addChild, addEnricher, addGroup, addOwnedChild, addPolicy, clearOwner, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getDisplayName, getEnrichers, getEntityType, getGroups, getId, getLocations, getOwnedChildren, getOwner, getParent, getPolicies, getRebindSupport, invoke, removeChild, removeEnricher, removeOwnedChild, removePolicy, setOwner, setParent
 
Methods inherited from interface Startable
restart, start, stop
 

Field Detail

BIND_ADDRESS

@SetFromFlag("bindAddress")
public BasicAttributeSensorAndConfigKey BIND_ADDRESS


CLUSTER_NAME

@SetFromFlag("clusterName")
public BasicAttributeSensorAndConfigKey CLUSTER_NAME


DOWNLOAD_URL

@SetFromFlag("downloadUrl")
public BasicAttributeSensorAndConfigKey DOWNLOAD_URL


PORT_INCREMENT

@SetFromFlag("portIncrement")
public BasicAttributeSensorAndConfigKey PORT_INCREMENT


SUGGESTED_VERSION

@SetFromFlag("version")
public BasicConfigKey SUGGESTED_VERSION


 

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