Uses of Interface
org.axonframework.unitofwork.UnitOfWorkFactory

Packages that use UnitOfWorkFactory
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.eventhandling.scheduling.java   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Uses of UnitOfWorkFactory in org.axonframework.commandhandling
 

Methods in org.axonframework.commandhandling with parameters of type UnitOfWorkFactory
 void SimpleCommandBus.setUnitOfWorkFactory(UnitOfWorkFactory unitOfWorkFactory)
          Sets the UnitOfWorkFactory that provides the UnitOfWork instances for handling incoming commands.
 

Uses of UnitOfWorkFactory in org.axonframework.eventhandling.scheduling.java
 

Constructors in org.axonframework.eventhandling.scheduling.java with parameters of type UnitOfWorkFactory
SimpleEventScheduler(ScheduledExecutorService executorService, EventBus eventBus, UnitOfWorkFactory unitOfWorkFactory)
          Initialize the SimpleEventScheduler using the given executorService as trigger and execution mechanism, and publishes events to the given eventBus.
 

Uses of UnitOfWorkFactory in org.axonframework.unitofwork
 

Classes in org.axonframework.unitofwork that implement UnitOfWorkFactory
 class DefaultUnitOfWorkFactory
          UnitOfWorkFactory implementation that creates instances of the DefaultUnitOfWork.
 



Copyright © 2010-2012. All Rights Reserved.