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.commands   
org.jboss.cache.config   
org.jboss.cache.factories   
org.jboss.cache.factories.context   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.mvcc   
org.jboss.cache.notifications   
org.jboss.cache.remoting.jgroups   
org.jboss.cache.statetransfer   
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.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
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
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.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.commands
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.config
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
 

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.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.factories.context
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.interceptors.base
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.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.jmx
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
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.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.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
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.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.mvcc
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
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
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
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.remoting.jgroups
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
 

Classes in org.jboss.cache.factories.annotations used by org.jboss.cache.statetransfer
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.transaction
Inject
          Used to annotate a method as one that is used to inject a registered component into another component.
NonVolatile
          This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
 



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