public class SimulatedTheeTierApp extends AbstractApplication
BrooklynObject.TagSupport
Configurable.ConfigurationSupport
Startable.RestartEffectorBody, Startable.StartEffectorBody, Startable.StopEffectorBody
EntityInternal.FeedSupport
BrooklynObjectInternal.ConfigurationSupportInternal
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 |
log
CHILD_ADDED, CHILD_REMOVED, EFFECTOR_ADDED, EFFECTOR_CHANGED, EFFECTOR_REMOVED, LOCATION_ADDED, LOCATION_REMOVED, POLICY_ADDED, POLICY_REMOVED, SENSOR_ADDED, SENSOR_REMOVED
RESTART, SERVICE_UP, START, STOP
Constructor and Description |
---|
SimulatedTheeTierApp() |
Modifier and Type | Method and Description |
---|---|
void |
init()
Default entity initialization, just calls
AbstractEntity.initEnrichers() . |
static void |
main(java.lang.String[] argv) |
getApplication, onManagementStopped, postStart, preStart, restart, setParent, start, stop
addChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addLocations, addPolicy, addPolicy, addTag, clearLocations, clearParent, config, configure, configure, configure, configure, configure, containsTag, destroy, emit, emitInternal, equals, feeds, firstLocation, getAllAttributes, getAllConfig, getAllConfigBag, getApplicationId, getAttribute, getAttributeByNameParts, getChildren, getConfig, getConfig, getConfig, getConfig, getConfigMap, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEffector, getEnrichers, getEntityType, getExecutionContext, getFeedSupport, getGroups, getIconUrl, getLocalConfigBag, getLocations, getManagementContext, getManagementSupport, getMutableEntityType, getParent, getPolicies, getProxy, getProxyIfAvailable, getRebindSupport, getSubscriptionContext, getTags, hashCode, invalidateReferences, invoke, invoke, invoke, modifyAttribute, onManagementBecomingMaster, onManagementNoLongerMaster, onManagementStarted, onManagementStarting, refreshInheritedConfig, removeAllEnrichers, removeAllPolicies, removeAttribute, removeChild, removeEnricher, removeGroup, removeLocations, removePolicy, removeTag, requestPersist, resetProxy, setAttribute, setAttribute, setAttributeWithoutPublishing, setConfig, setConfig, setConfig, setConfig, setConfig, setConfig, setConfigEvenIfOwned, setConfigEvenIfOwned, setDisplayName, setManagementContext, setProxy, subscribe, subscribeToChildren, subscribeToMembers, toMetadataRecord, toString, unsubscribe, unsubscribe
getCatalogItemId, getId, getTagSupport, rebind, setCatalogItemId, tags
getManagementContext
addChild, addChild, addEnricher, addEnricher, addFeed, addGroup, addPolicy, addPolicy, addTag, clearParent, containsTag, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getConfigRaw, getConfigRaw, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getTags, invoke, removeChild, removeEnricher, removeGroup, removePolicy, removeTag
getCatalogItemId, getTagSupport, tags
config, setConfig
setCatalogItemId
public 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()
AbstractEntity
AbstractEntity.initEnrichers()
.init
in class AbstractApplication
public static void main(java.lang.String[] argv)