brooklyn.location
Interface LocationDefinition


public interface LocationDefinition

Defines a location, where the getSpec() is like a serialized representation of the location so that Brooklyn can create a corresponding location. Examples include a complete description (e.g. giving a list of machines in a pool), or a name that matches a named location defined in the brooklyn poperties. Users are not expected to implement this, or to use the interface directly. See LocationRegistry.resolve(String) and ManagementContext.getLocationRegistry().


Method Summary
 Map<String,Object> getConfig()
           
 String getId()
           
 String getName()
           
 String getSpec()
           
 

Method Detail

getId

String getId()

getName

String getName()

getSpec

String getSpec()

getConfig

Map<String,Object> getConfig()


Copyright © 2013. All Rights Reserved.