public interface EntityAdjunct extends BrooklynObject
BrooklynObject.TagSupport
Configurable.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 |
getName()
Deprecated.
since 0.7; use
BrooklynObject.getDisplayName() |
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, getTagSupport, tags
config, setConfig
java.lang.String getId()
getId
in interface Identifiable
@Deprecated java.lang.String getName()
BrooklynObject.getDisplayName()
boolean isDestroyed()
boolean isRunning()
@Nullable java.lang.String getUniqueTag()
This will be included in the call to #getTags()
.