Interface | Description |
---|---|
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 |
DataEntity |
An entity that supplies data as
AttributeSensor values. |
DelegateEntity |
A delegate entity for use as a
Group child proxy for members. |
Class | Description |
---|---|
BasicApplicationImpl | |
BasicEntityImpl | |
BasicStartableImpl | |
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 |