Uses of Interface
brooklyn.entity.rebind.Rebindable

Packages that use Rebindable
brooklyn.entity   
brooklyn.entity.drivers   
brooklyn.location   
brooklyn.policy   
 

Uses of Rebindable in brooklyn.entity
 

Subinterfaces of Rebindable in brooklyn.entity
 interface Application
          TODO javadoc
 interface Entity
          The basic interface for a Brooklyn entity.
 interface Group
          An Entity that groups together other entities.
 

Uses of Rebindable in brooklyn.entity.drivers
 

Subinterfaces of Rebindable in brooklyn.entity.drivers
 interface DriverDependentEntity<D extends EntityDriver>
          An Entity that needs to have a driver.
 

Uses of Rebindable in brooklyn.location
 

Subinterfaces of Rebindable in brooklyn.location
 interface Location
          Location.
 interface MachineProvisioningLocation<T extends MachineLocation>
          A location that is able to provision new machines within its location.
 

Uses of Rebindable in brooklyn.policy
 

Subinterfaces of Rebindable in brooklyn.policy
 interface Policy
          Policies implement actions and thus must be suspendable; policies should continue to evaluate their sensors and indicate their desired planned action even if they aren't invoking them
 



Copyright © 2013. All Rights Reserved.