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) |
EntityMemento |
getMemento()
Creates a memento representing this entity's current state.
|
reconstruct
public BasicEntityRebindSupport(AbstractEntity entity)
public EntityMemento getMemento()
RebindSupport
getMemento
in interface RebindSupport<EntityMemento>
getMemento
in class AbstractBrooklynObjectRebindSupport<EntityMemento>
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>