Uses of Interface
brooklyn.entity.rebind.Rebindable

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

Uses of Rebindable in brooklyn.entity
 

Subinterfaces of Rebindable in brooklyn.entity
 interface Application
          An application is the root of the entity hierarchy.
 interface Entity
          The basic interface for a Brooklyn entity.
 interface Group
          An Entity that groups together other entities.
 

Uses of Rebindable in brooklyn.entity.basic
 

Subinterfaces of Rebindable in brooklyn.entity.basic
 interface EntityLocal
          Extended Entity interface for use in places where the caller should have certain privileges, such as setting attribute values, adding policies, etc.
 

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 AddressableLocation
          A location that has an IP address.
 interface Location
          A location that an entity can be in.
 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.
 

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.