Interface | Description |
---|---|
AsyncApplication |
An app that starts up asynchronously.
|
BasicApplication |
The most basic implementation of an application possible.
|
BasicEntity |
This is the most basic entity possible - does nothing beyond AbstractEntity.
|
BasicStartable |
Provides a pass-through Startable entity used for keeping hierarchies tidy.
|
BasicStartable.LocationsFilter | Deprecated
since 0.7.0; use
Locations#LocationFilter |
ConditionalEntity |
An entity that creates an optional child, based on a configuration key value.
|
DataEntity |
An entity that supplies data as
AttributeSensor values. |
DelegateEntity |
A delegate entity for use as a
Group child proxy for members. |
LocationEntity |
An entity that creates an optional child, based on the provisioning location properties.
|
SequenceEntity |
An entity that supplies a sequence of values through an effector.
|
Class | Description |
---|---|
AsyncApplicationImpl | |
AsyncApplicationImpl.ServiceStateComputer |
Calculates the "service.state" and "service.isUp", based on the state of the children.
|
BasicApplicationImpl | |
BasicEntityImpl | |
BasicStartableImpl | |
ConditionalEntityImpl | |
DataEntityImpl | |
DelegateEntity.EntityUrl |
Hints for rendering the delegate entity as a link in the Brooklyn console UI.
|
DelegateEntityImpl | |
EffectorStartableImpl |
implementation of
Startable which calls to tasks registered against effectors
if the methods are invoked directly; note this will loop indefinetly if no method impl
is supplied and no task is specified on an (overriding) effector |
EffectorStartableImpl.StartParameters | |
LocationEntityImpl | |
SequenceEntityImpl |