Uses of Package
org.axonframework.saga

Packages that use org.axonframework.saga
org.axonframework.contextsupport.spring   
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.contextsupport.spring
SagaManager
          Interface toward the Manager of one or more types of Saga.
 

Classes in org.axonframework.saga used by org.axonframework.saga
AbstractSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
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
          Interface describing a container of Association Values for a single Saga instance.
ResourceInjector
          Interface describing a mechanism to inject resources into Saga instances.
Saga
          Interface describing an implementation of a Saga.
SagaCreationPolicy
          Enumeration containing the possible Creation Policies for Sagas.
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
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
AssociationValue
          A combination of key and value by which a Saga can be found.
AssociationValues
          Interface describing a container of Association Values for a single Saga instance.
Saga
          Interface describing an implementation of a Saga.
SagaCreationPolicy
          Enumeration containing the possible Creation Policies for Sagas.
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 © 2010-2012. All Rights Reserved.