public interface BrooklynObjectInternal extends BrooklynObject, Rebindable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BrooklynObjectInternal.ConfigurationSupportInternal |
static interface |
BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject> |
static interface |
BrooklynObjectInternal.SubscriptionSupportInternal |
BrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupportConfigurable.ConfigurationSupport| Modifier and Type | Method and Description |
|---|---|
BrooklynObjectInternal.ConfigurationSupportInternal |
config() |
RebindSupport<?> |
getRebindSupport() |
BrooklynObjectInternal.RelationSupportInternal<?> |
relations()
Relations specify a typed, directed connection between two entities.
|
void |
setCatalogItemId(java.lang.String id) |
BrooklynObjectInternal.SubscriptionSupportInternal |
subscriptions()
Subscriptions are the mechanism for receiving notifications of sensor-events (e.g.
|
getCatalogItemId, getDisplayName, tagsgetIdgetConfig, setConfigvoid setCatalogItemId(java.lang.String id)
RebindSupport<?> getRebindSupport()
getRebindSupport in interface RebindableBrooklynObjectInternal.ConfigurationSupportInternal config()
config in interface ConfigurableBrooklynObjectInternal.SubscriptionSupportInternal subscriptions()
BrooklynObjectsubscriptions in interface BrooklynObjectBrooklynObjectInternal.RelationSupportInternal<?> relations()
BrooklynObjectrelations in interface BrooklynObject