brooklyn.entity.rebind
Interface Rebindable<T extends Memento>

All Known Subinterfaces:
AddressableLocation, Application, DriverDependentEntity<D>, Entity, EntityLocal, Group, Location, MachineLocation, MachineProvisioningLocation<T>, Policy

public interface Rebindable<T extends Memento>

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.


Method Summary
 RebindSupport<T> getRebindSupport()
           
 

Method Detail

getRebindSupport

RebindSupport<T> getRebindSupport()


Copyright © 2013. All Rights Reserved.