Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.factories.components.ComponentMetadataRepo

Packages that use ComponentMetadataRepo
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.factories.components   
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
 

Uses of ComponentMetadataRepo in org.infinispan.factories
 

Methods in org.infinispan.factories that return ComponentMetadataRepo
abstract  ComponentMetadataRepo AbstractComponentRegistry.getComponentMetadataRepo()
           
 ComponentMetadataRepo ComponentRegistry.getComponentMetadataRepo()
           
 ComponentMetadataRepo GlobalComponentRegistry.getComponentMetadataRepo()
           
 

Uses of ComponentMetadataRepo in org.infinispan.factories.components
 

Subclasses of ComponentMetadataRepo in org.infinispan.factories.components
 class ComponentMetadataPersister
          A utility class used by the Infinispan build process to scan metadata and persist it.
 

Uses of ComponentMetadataRepo in org.infinispan.interceptors
 

Constructors in org.infinispan.interceptors with parameters of type ComponentMetadataRepo
InterceptorChain(ComponentMetadataRepo componentMetadataRepo)
          Constructs an interceptor chain having the supplied interceptor as first.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.