Package org.axonframework.saga

Interface Summary
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.
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.
 

Class Summary
AbstractSagaManager  
AssociationValue A combination of key and value by which a Saga can be found.
GenericSagaFactory SagaFactory implementation that uses the default (no-arg) constructor on the saga to initialize.
SimpleSagaManager Simple SagaManager implementation.
 

Exception Summary
NoSuchSagaException Exception indicating that the specified Saga could not be found.
SagaStorageException Exception indicating that an error has occurred while storing a Saga.
 



Copyright © 2011. All Rights Reserved.