Interface | Description |
---|---|
BrooklynObjectInternal | |
BrooklynObjectInternal.ConfigurationSupportInternal |
Class | Description |
---|---|
AbstractBrooklynObject | |
AbstractEntityAdjunct |
Common functionality for policies and enrichers
|
AdjunctConfigMap | |
AdjunctType |
This is the actual type of a policy instance at runtime.
|
BasicConfigurableObject |
A parent class for ancilliary objects that do not require the full heavy lifting of
AbstractBrooklynObject
or similar, but wish to use ConfigKey and Configurable in their construction, via the
$brooklyn:object method of the CAMP DSL. |
BasicEntityTypeRegistry | |
BrooklynDynamicType<T extends BrooklynObject,AbstractT extends AbstractBrooklynObject> |
This is the actual type of a brooklyn object instance at runtime,
which can change from the static
BrooklynType , and can change over time;
for this reason it does *not* implement BrooklynType, but
callers can call BrooklynDynamicType.getSnapshot() to get a snapshot such instance. |
BrooklynTypes | |
BrooklynTypeSnapshot |