brooklyn.mementos
Interface PolicyMemento

All Superinterfaces:
Memento, Serializable

public interface PolicyMemento
extends Memento

Represents the state of an policy, so that it can be reconstructed (e.g. after restarting brooklyn).

See Also:
RebindSupport

Method Summary
 Map<String,Object> getFlags()
           
 
Methods inherited from interface brooklyn.mementos.Memento
getBrooklynVersion, getCustomField, getCustomFields, getDisplayName, getId, getType
 

Method Detail

getFlags

Map<String,Object> getFlags()


Copyright © 2013. All Rights Reserved.