brooklyn.mementos
Interface LocationMemento

All Superinterfaces:
Memento, Serializable, TreeNode

public interface LocationMemento
extends TreeNode, Memento


Method Summary
 Map<String,Object> getFlags()
           
 Map<String,Object> getLocationProperties()
           
 Set<String> getLocationReferenceFlags()
          The keys in getFlags() that reference other locations.
 
Methods inherited from interface brooklyn.mementos.TreeNode
getChildren, getId, getParent
 
Methods inherited from interface brooklyn.mementos.Memento
getBrooklynVersion, getCustomField, getCustomFields, getDisplayName, getId, getType
 

Method Detail

getLocationProperties

Map<String,Object> getLocationProperties()

getFlags

Map<String,Object> getFlags()

getLocationReferenceFlags

Set<String> getLocationReferenceFlags()
The keys in getFlags() that reference other locations. The initialization of these fields will be deferred until we can guarantee these objects have all been created.



Copyright © 2013. All Rights Reserved.