| Interface | Description |
|---|---|
| AccessManager | |
| BrooklynObjectManagerInternal<T extends BrooklynObject> | |
| CollectionChangeListener<Item> | |
| EntityChangeListener | |
| EntityManagerInternal | |
| LocationManagerInternal | |
| ManagementContextInternal | |
| UsageListener | |
| UsageListener.ApplicationMetadata |
Users should never implement this interface directly; methods may be added in future releases
without notice.
|
| UsageListener.LocationMetadata |
Users should never implement this interface directly; methods may be added in future releases
without notice.
|
| UsageManager | |
| UsageManager.UsageListener | Deprecated
since 0.7.0; use
UsageListener; see UsageManager.UsageListener.UsageListenerAdapter |
| Class | Description |
|---|---|
| AbstractManagementContext | |
| AbstractSubscriptionManager | |
| AbstractSubscriptionManager.EntitySensorToken | |
| AsyncCollectionChangeAdapter<Item> | |
| BasicSubscriptionContext |
A
SubscriptionContext for an entity or other user of a SubscriptionManager. |
| BrooklynGarbageCollector |
Deletes record of old tasks, to prevent space leaks and the eating up of more and more memory.
|
| EffectorUtils |
Utility methods for invoking effectors.
|
| EntityManagementSupport |
Encapsulates management activities at an entity.
|
| EntityManagementUtils |
Utility methods for working with entities and applications
|
| EntityManagementUtils.CreationResult<T,U> |
container for operation which creates something and which wants to return both
the items created and any pending create/start task
|
| GroovyObservablesPropertyChangeToCollectionChangeAdapter | |
| LocalAccessManager | |
| LocalEntityManager | |
| LocalLocationManager | |
| LocalManagementContext |
A local (single node) implementation of the
ManagementContext API. |
| LocalSubscriptionManager |
A
SubscriptionManager that stores subscription details locally. |
| LocalUsageManager | |
| ManagementTransitionInfo |
Stores a management transition mode, and the management context.
|
| ManagementTransitionMode |
Records details of a management transition, specifically the
BrooklynObjectManagementMode before and after,
and allows easy checking of various aspects of that. |
| NonDeploymentAccessManager | |
| NonDeploymentEntityManager | |
| NonDeploymentLocationManager | |
| NonDeploymentManagementContext | |
| NonDeploymentUsageManager | |
| QueueingSubscriptionManager | |
| SubscriptionTracker |
Tracks subscriptions associated that are registered with particular entities.
|
| UsageListener.BasicUsageListener |
A no-op implementation of
UsageListener, for users to extend. |
| UsageManager.UsageListener.UsageListenerAdapter |
| Enum | Description |
|---|---|
| BrooklynObjectManagementMode |
Indicates how an entity/location/adjunct is treated at a given
ManagementContext |
| NonDeploymentManagementContext.NonDeploymentManagementContextMode |