Brooklyn

brooklyn.mementos
[Java] Interface LocationMemento

brooklyn.mementos.TreeNode
  brooklyn.mementos.LocationMemento
      brooklyn.mementos.Memento
All Superinterfaces:
TreeNode, Memento

public interface LocationMemento
extends Memento, TreeNode

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

Authors:
aled
See Also:
RebindSupport


Method Summary
java.util.Map getLocationConfig()

java.lang.String getLocationConfigDescription()

java.util.Set getLocationConfigReferenceKeys()

The keys in getLocationConfig() that reference other locations.

java.util.Set getLocationConfigUnused()

 
Methods inherited from interface TreeNode
getChildren, getId, getParent
 
Methods inherited from interface Memento
getBrooklynVersion, getCustomField, getCustomFields, getDisplayName, getId, getType
 

Method Detail

getLocationConfig

public java.util.Map getLocationConfig()


getLocationConfigDescription

public java.lang.String getLocationConfigDescription()


getLocationConfigReferenceKeys

public java.util.Set getLocationConfigReferenceKeys()
The keys in getLocationConfig() that reference other locations. The initialization of these fields will be deferred until we can guarantee these objects have all been created.


getLocationConfigUnused

public java.util.Set getLocationConfigUnused()


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.