public class SimulatedTheeTierApp extends AbstractApplication
AbstractEntity.BasicConfigurationSupport, AbstractEntity.BasicEnricherSupport, AbstractEntity.BasicGroupSupport, AbstractEntity.BasicPolicySupport, AbstractEntity.BasicSensorSupport, AbstractEntity.BasicSubscriptionSupportEntity.AdjunctSupport<T extends EntityAdjunct>, Entity.EnricherSupport, Entity.GroupSupport, Entity.PolicySupport, Entity.SensorSupportBrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupportConfigurable.ConfigurationSupportStartable.RestartEffectorBody, Startable.StartEffectorBody, Startable.StopEffectorBodyEntityInternal.EnricherSupportInternal, EntityInternal.EntitySubscriptionSupportInternal, EntityInternal.FeedSupport, EntityInternal.GroupSupportInternal, EntityInternal.PolicySupportInternal, EntityInternal.SensorSupportInternalBrooklynObjectInternal.ConfigurationSupportInternal, BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject>, BrooklynObjectInternal.SubscriptionSupportInternal| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
DB_PASSWORD  | 
static java.lang.String | 
DB_TABLE  | 
static java.lang.String | 
DB_USERNAME  | 
static ConfigKey<java.lang.Boolean> | 
SIMULATE_ENTITY  | 
static ConfigKey<java.lang.Boolean> | 
SIMULATE_EXTERNAL_MONITORING  | 
static ConfigKey<java.lang.Boolean> | 
SKIP_SSH_ON_START  | 
static boolean | 
USE_HTTPS  | 
static java.lang.String | 
WAR_PATH  | 
APPLICATION_ID, CATALOG_ID, CHILD_ADDED, CHILD_REMOVED, CONFIG_KEY_ADDED, CONFIG_KEY_REMOVED, DEFAULT_DISPLAY_NAME, EFFECTOR_ADDED, EFFECTOR_CHANGED, EFFECTOR_REMOVED, ENTITY_ID, GROUP_ADDED, GROUP_REMOVED, LOCATION_ADDED, LOCATION_REMOVED, POLICY_ADDED, POLICY_REMOVED, SENSOR_ADDED, SENSOR_REMOVEDDESTROY_ON_STOP, RUNNING_QUORUM_CHECK, START_LATCH, UP_QUORUM_CHECKRESTART, SERVICE_UP, START, STOP| Constructor and Description | 
|---|
SimulatedTheeTierApp()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
init()
Default entity initialization sets ID sensors and calls  
AbstractEntity.initEnrichers(). | 
static void | 
main(java.lang.String[] argv)  | 
getApplication, onManagementStarted, onManagementStopped, postStart, preStart, restart, setParent, start, stopaddChild, addChild, addFeed, addLocations, addLocationsWithoutPublishing, clearLocations, clearParent, config, configure, configure, destroy, enrichers, equals, feeds, firstLocation, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getCreationTime, getDisplayName, getEffector, getEntityType, getExecutionContext, getIconUrl, getLocations, getManagementContext, getManagementSupport, getMutableEntityType, getParent, getProxy, getProxyIfAvailable, getRebindSupport, groups, hashCode, invalidateReferences, invoke, invoke, invoke, onManagementBecomingMaster, onManagementNoLongerMaster, onManagementStarting, policies, relations, removeChild, removeLocations, requestPersist, resetProxy, sensors, setConfigEvenIfOwned, setConfigEvenIfOwned, setDisplayName, setManagementContext, setProxy, subscriptions, toMetadataRecord, toStringaddSearchPath, getCatalogItemId, getCatalogItemIdSearchPath, getId, rebind, setCatalogItemId, setCatalogItemIdAndSearchPath, stackCatalogItemId, tagsgetManagementContextaddChild, addChild, addFeed, clearParent, enrichers, getApplicationId, getAttribute, getChildren, getConfig, getCreationTime, getDisplayName, getEntityType, getIconUrl, getId, getLocations, getParent, groups, invoke, policies, relations, removeChild, sensors, setDisplayNamegetCatalogItemId, getCatalogItemIdSearchPath, subscriptions, tagsconfig, getConfigaddSearchPath, setCatalogItemId, setCatalogItemIdAndSearchPath, stackCatalogItemIdpublic static final ConfigKey<java.lang.Boolean> SIMULATE_ENTITY
public static final ConfigKey<java.lang.Boolean> SIMULATE_EXTERNAL_MONITORING
public static final ConfigKey<java.lang.Boolean> SKIP_SSH_ON_START
public static final java.lang.String WAR_PATH
public static final java.lang.String DB_TABLE
public static final java.lang.String DB_USERNAME
public static final java.lang.String DB_PASSWORD
public static final boolean USE_HTTPS
public void init()
AbstractEntityAbstractEntity.initEnrichers().init in class AbstractApplicationpublic static void main(java.lang.String[] argv)