Uses of Package
org.axonframework.saga

Packages that use org.axonframework.saga
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.saga.repository   
org.axonframework.saga.repository.inmemory   
org.axonframework.saga.repository.jpa   
org.axonframework.saga.spring   
 

Classes in org.axonframework.saga used by org.axonframework.saga
AbstractSagaManager
           
AssociationValue
          A combination of key and value by which a Saga can be found.
AssociationValueResolver
          Interface describing the mechanism that resolves Association Values from events.
AssociationValues
           
AssociationValues.ChangeListener
          Interface describing instances that listen for modification in an AssociationValues instance.
NoSuchSagaException
          Exception indicating that the specified Saga could not be found.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaFactory
          Interface describing a mechanism that creates implementations of a Saga.
SagaManager
          Interface toward the Manager of one or more types of Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.annotation
AbstractSagaManager
           
AssociationValue
          A combination of key and value by which a Saga can be found.
AssociationValues
           
AssociationValues.ChangeListener
          Interface describing instances that listen for modification in an AssociationValues instance.
Saga
          Interface describing an implementation of a Saga.
SagaFactory
          Interface describing a mechanism that creates implementations of a Saga.
SagaManager
          Interface toward the Manager of one or more types of Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository
AssociationValue
          A combination of key and value by which a Saga can be found.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository.inmemory
AssociationValue
          A combination of key and value by which a Saga can be found.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.repository.jpa
AssociationValue
          A combination of key and value by which a Saga can be found.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaRepository
          Interface towards the storage mechanism of Saga instances.
 

Classes in org.axonframework.saga used by org.axonframework.saga.spring
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
 



Copyright © 2011. All Rights Reserved.