Uses of Interface
brooklyn.location.Location

Packages that use Location
brooklyn.entity   
brooklyn.entity.drivers   
brooklyn.entity.rebind   
brooklyn.location   
 

Uses of Location in brooklyn.entity
 

Methods in brooklyn.entity that return types with arguments of type Location
 Collection<Location> Entity.getLocations()
          Return all the Locations this entity is deployed to.
 

Uses of Location in brooklyn.entity.drivers
 

Methods in brooklyn.entity.drivers that return Location
 Location EntityDriver.getLocation()
          The location the entity is running in.
 

Methods in brooklyn.entity.drivers with parameters of type Location
<D extends EntityDriver>
D
EntityDriverManager.build(DriverDependentEntity<D> entity, Location location)
          Builds a new EntityDriver for the given entity/location.
<D extends EntityDriver>
D
EntityDriverFactory.build(DriverDependentEntity<D> entity, Location location)
          Deprecated. Builds a new EntityDriver for the given entity/location.
 

Method parameters in brooklyn.entity.drivers with type arguments of type Location
<D extends EntityDriver>
void
EntityDriverManager.registerDriver(Class<D> driverInterface, Class<? extends Location> locationClazz, Class<? extends D> driverClazz)
           
 

Uses of Location in brooklyn.entity.rebind
 

Methods in brooklyn.entity.rebind that return Location
 Location RebindContext.getLocation(String id)
           
 

Methods in brooklyn.entity.rebind with parameters of type Location
 void ChangeListener.onChanged(Location location)
           
 void ChangeListener.onManaged(Location location)
           
 void ChangeListener.onUnmanaged(Location location)
           
 

Uses of Location in brooklyn.location
 

Subinterfaces of Location in brooklyn.location
 interface AddressableLocation
          A location that has an IP address.
 interface MachineLocation
          A location that is a machine.
 interface MachineProvisioningLocation<T extends MachineLocation>
          A location that is able to provision new machines within its location.
 

Methods in brooklyn.location that return Location
 Location NoMachinesAvailableException.getLocation()
          Deprecated. since 0.5; the catcher can know which location had no machines based on which location they asked for; will remove this so that the exception is definitely serializable.
 Location Location.getParentLocation()
          Get the 'parent' of this location.
 Location LocationResolver.newLocationFromString(Map properties, String spec)
          returns a Location instance, e.g.
 Location LocationRegistry.resolve(LocationDefinition l)
          returns fully populated (config etc) location from the given definition
 Location LocationRegistry.resolve(String spec)
          See LocationRegistry.resolve(String, Map) (with no options)
 Location LocationRegistry.resolve(String spec, Map locationFlags)
          Returns a location created from the given spec, which might correspond to a definition, or created on-the-fly.
 

Methods in brooklyn.location that return types with arguments of type Location
 Collection<Location> Location.getChildLocations()
          Get the 'children' of this location.
 List<Location> LocationRegistry.resolve(Iterable<?> spec)
          As LocationRegistry.resolve(String) but works with a collection of location specs.
 

Methods in brooklyn.location with parameters of type Location
 boolean Location.containsLocation(Location potentialDescendent)
          Answers true if this location equals or is an ancestor of the given location.
 void Location.setParentLocation(Location newParent)
          Set the 'parent' of this location.
 

Constructors in brooklyn.location with parameters of type Location
NoMachinesAvailableException(Location location)
          Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException.NoMachinesAvailableException(String)
NoMachinesAvailableException(Location location, String s)
          Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException.NoMachinesAvailableException(String)
NoMachinesAvailableException(Location location, String s, Throwable throwable)
          Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException.NoMachinesAvailableException(String, Throwable)
NoMachinesAvailableException(Location location, Throwable throwable)
          Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException.NoMachinesAvailableException(String, Throwable)
 



Copyright © 2013. All Rights Reserved.