brooklyn.entity.drivers
Interface DriverDependentEntity<D extends EntityDriver>

Type Parameters:
D -
All Superinterfaces:
Entity, Rebindable<EntityMemento>, Serializable

public interface DriverDependentEntity<D extends EntityDriver>
extends Entity

An Entity that needs to have a driver.


Method Summary
 Class<D> getDriverInterface()
           
 
Methods inherited from interface brooklyn.entity.Entity
addChild, addEnricher, addGroup, addOwnedChild, addPolicy, clearOwner, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getDisplayName, getEnrichers, getEntityType, getGroups, getId, getLocations, getOwnedChildren, getOwner, getParent, getPolicies, invoke, removeChild, removeEnricher, removeOwnedChild, removePolicy, setOwner, setParent
 
Methods inherited from interface brooklyn.entity.rebind.Rebindable
getRebindSupport
 

Method Detail

getDriverInterface

Class<D> getDriverInterface()


Copyright © 2013. All Rights Reserved.