Uses of Interface
brooklyn.entity.proxying.EntityTypeRegistry

Packages that use EntityTypeRegistry
brooklyn.entity.proxying   
brooklyn.management   
 

Uses of EntityTypeRegistry in brooklyn.entity.proxying
 

Methods in brooklyn.entity.proxying that return EntityTypeRegistry
<T extends Entity>
EntityTypeRegistry
EntityTypeRegistry.registerImplementation(Class<T> type, Class<? extends T> implClazz)
          Registers the implementation to use for a given entity type.
 

Uses of EntityTypeRegistry in brooklyn.management
 

Methods in brooklyn.management that return EntityTypeRegistry
 EntityTypeRegistry EntityManager.getEntityTypeRegistry()
          Returns the type registry, used to identify the entity implementation when instantiating an entity of a given type.
 



Copyright © 2013. All Rights Reserved.