public interface EntityAdjunct extends BrooklynObject
BrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupportConfigurable.ConfigurationSupport| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
A unique id for this adjunct, typically created by the system with no meaning
|
java.lang.String |
getUniqueTag()
An optional tag used to identify adjuncts with a specific purpose, typically created by the caller.
|
boolean |
isDestroyed()
Whether the adjunct is destroyed
|
boolean |
isRunning()
Whether the adjunct is available/active, ie started and not stopped or interrupted
|
getCatalogItemId, getDisplayName, relations, subscriptions, tagsconfig, getConfig, setConfigjava.lang.String getId()
getId in interface Identifiableboolean isDestroyed()
boolean isRunning()
@Nullable java.lang.String getUniqueTag()
This will be included in the call to #getTags().