Uses of Package
org.jboss.cache.factories.annotations

Packages that use org.jboss.cache.factories.annotations
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.cluster   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.loader   
org.jboss.cache.marshall   
org.jboss.cache.notifications   
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache
CacheInjectionMethods
          If this is set on a class, then all methods on that class (and superclasses) annotated with @Inject are cached in the component registry.
Destroy
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache is destroyed.
Start
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
Stop
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache stops.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.buddyreplication
Stop
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache stops.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.cluster
Start
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
Stop
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache stops.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.factories
DefaultFactoryFor
          An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.interceptors
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
Start
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.loader
Start
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
Stop
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache stops.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.marshall
Start
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.notifications
Destroy
          Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache is destroyed.
 



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