Uses of Package
org.infinispan.factories

Packages that use org.infinispan.factories
org.infinispan   
org.infinispan.config   
org.infinispan.factories   
org.infinispan.interceptors   
org.infinispan.jmx   
org.infinispan.remoting   
 

Classes in org.infinispan.factories used by org.infinispan
ComponentRegistry
          Named cache specific components
 

Classes in org.infinispan.factories used by org.infinispan.config
ComponentRegistry
          Named cache specific components
 

Classes in org.infinispan.factories used by org.infinispan.factories
AbstractComponentFactory
          Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
AbstractComponentRegistry
          A registry where components which have been created are stored.
AbstractComponentRegistry.Component
          A wrapper representing a component in the registry
AbstractNamedCacheComponentFactory
          A component factory for creating components scoped per-cache.
AutoInstantiableFactory
          Component factories that implement this interface can be instantiated automatically by component registries when looking up components.
ComponentRegistry
          Named cache specific components
EmptyConstructorFactory
          Factory for building global-scope components which have default empty constructors
EmptyConstructorNamedCacheFactory
          Simple factory that just uses reflection and an empty constructor of the component type.
EntryFactory
          // TODO: MANIK: Document this
GlobalComponentRegistry
          A global component registry where shared components are stored.
InterceptorChainFactory
          Factory class that builds an interceptor chain based on cache configuration.
NamedComponentFactory
          A specialized type of component factory that knows how to create named components, identified with the ComponentName annotation on the classes requested in Inject annotated methods.
 

Classes in org.infinispan.factories used by org.infinispan.interceptors
ComponentRegistry
          Named cache specific components
EntryFactory
          // TODO: MANIK: Document this
 

Classes in org.infinispan.factories used by org.infinispan.jmx
AbstractComponentRegistry.Component
          A wrapper representing a component in the registry
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.remoting
GlobalComponentRegistry
          A global component registry where shared components are stored.
 



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