Uses of Interface
brooklyn.mementos.Memento

Packages that use Memento
brooklyn.entity.rebind   
brooklyn.mementos   
 

Uses of Memento in brooklyn.entity.rebind
 

Classes in brooklyn.entity.rebind with type parameters of type Memento
 interface Rebindable<T extends Memento>
          Indicates that this can be recreated, e.g.
 interface RebindSupport<T extends Memento>
          Supporter instance for behaviour related to rebinding a given entity/location/policy.
 

Uses of Memento in brooklyn.mementos
 

Subinterfaces of Memento in brooklyn.mementos
 interface EntityMemento
          Represents the state of an entity, so that it can be reconstructed (e.g.
 interface LocationMemento
          Represents the state of an location, so that it can be reconstructed (e.g.
 interface PolicyMemento
          Represents the state of an policy, so that it can be reconstructed (e.g.
 



Copyright © 2013. All Rights Reserved.