public class BasicEntityRebindSupport extends AbstractBrooklynObjectRebindSupport<EntityMemento>
| Constructor and Description |
|---|
BasicEntityRebindSupport(AbstractEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEnrichers(RebindContext rebindContext,
EntityMemento memento) |
void |
addFeeds(RebindContext rebindContext,
EntityMemento memento) |
void |
addPolicies(RebindContext rebindContext,
EntityMemento memento) |
getMemento, reconstructpublic BasicEntityRebindSupport(AbstractEntity entity)
public void addPolicies(RebindContext rebindContext, EntityMemento memento)
addPolicies in interface RebindSupport<EntityMemento>addPolicies in class AbstractBrooklynObjectRebindSupport<EntityMemento>public void addEnrichers(RebindContext rebindContext, EntityMemento memento)
addEnrichers in interface RebindSupport<EntityMemento>addEnrichers in class AbstractBrooklynObjectRebindSupport<EntityMemento>public void addFeeds(RebindContext rebindContext, EntityMemento memento)
addFeeds in interface RebindSupport<EntityMemento>addFeeds in class AbstractBrooklynObjectRebindSupport<EntityMemento>