brooklyn.entity.rebind
Interface Rebindable
- All Known Subinterfaces:
- AddressableLocation, Application, DriverDependentEntity<D>, Entity, EntityLocal, Group, Location, MachineLocation, MachineProvisioningLocation<T>, Policy
public interface Rebindable
Indicates that this can be recreated, e.g. after a brooklyn restart, and by
using a Memento it can repopulate the brooklyn objects. The purpose
of the rebind is to reconstruct and reconnect the brooklyn objects, including
binding them to external resources.
getRebindSupport
RebindSupport getRebindSupport()
Copyright © 2013. All Rights Reserved.