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.invocation   
org.jboss.cache.loader   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.notifications   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache
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.
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.
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.
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
 

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.invocation
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.loader
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.
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.lock
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.marshall
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.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.
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.transaction
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
 



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