Uses of Package
org.infinispan.factories.components

Packages that use org.infinispan.factories.components
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.factories.components   
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.query   
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Classes in org.infinispan.factories.components used by org.infinispan.factories
ComponentMetadata
          This class contains all of the metadata and implications expressed via the Scope, SurvivesRestarts, DefaultFactoryFor, ComponentName, Inject, Start and Stop annotations.
 

Classes in org.infinispan.factories.components used by org.infinispan.factories.components
ComponentMetadata
          This class contains all of the metadata and implications expressed via the Scope, SurvivesRestarts, DefaultFactoryFor, ComponentName, Inject, Start and Stop annotations.
ComponentMetadata.InjectMetadata
          This class encapsulates metadata on an inject method, such as one annotated with Inject
ComponentMetadata.PrioritizedMethodMetadata
          This class encapsulates metadata on a prioritized method, such as one annotated with Start or @Stop
ComponentMetadataRepo
          This is a repository of component metadata, which is populated when the Infinispan core jar is loaded up.
JmxAttributeMetadata
          Persistable and cacheable metadata for JMX attributes
JmxOperationMetadata
          Persistable and cacheable metadata for JMX operations
ManageableComponentMetadata
          A specialization of ComponentMetadata, this version also includes JMX related metadata, as expressed by MBean, ManagedAttribute and ManagedOperation annotations.
ModuleMetadataFileFinder
          This interface should be implemented by all Infinispan modules that expect to have components using Inject, Start or Stop annotations.
 

Classes in org.infinispan.factories.components used by org.infinispan.jmx
ManageableComponentMetadata
          A specialization of ComponentMetadata, this version also includes JMX related metadata, as expressed by MBean, ManagedAttribute and ManagedOperation annotations.
 

Classes in org.infinispan.factories.components used by org.infinispan.query
ModuleMetadataFileFinder
          This interface should be implemented by all Infinispan modules that expect to have components using Inject, Start or Stop annotations.
 

Classes in org.infinispan.factories.components used by org.infinispan.util
ModuleMetadataFileFinder
          This interface should be implemented by all Infinispan modules that expect to have components using Inject, Start or Stop annotations.
 


-->

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