reconstruct
public void reconstruct(RebindContext rebindContext,
CatalogItemMemento memento)
Reconstructs this entity, given a memento of its state. Sets the internal state
(including id and config keys), and sets the parent/children/locations of this entity.
Implementations should be very careful to not invoke or inspect these other entities/locations,
as they may also be being reconstructed at this time.
Called during rebind, after creation and before the call to start management.
- Specified by:
reconstruct
in interface RebindSupport<CatalogItemMemento>
- Overrides:
reconstruct
in class AbstractBrooklynObjectRebindSupport<CatalogItemMemento>