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

Type Parameters:
D -
All Superinterfaces:
Entity, Identifiable, Rebindable

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, addChild, addEnricher, addGroup, addPolicy, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getRebindSupport, invoke, removeChild, removeEnricher, removePolicy, setParent
 

Method Detail

getDriverInterface

Class<D> getDriverInterface()


Copyright © 2013. All Rights Reserved.