Uses of Interface
se.citerus.dddsample.application.ApplicationEvents

Packages that use ApplicationEvents
se.citerus.dddsample.application.impl Implementation of the application layer. 
se.citerus.dddsample.infrastructure.messaging.jms Asynchronous messaging implemented using JMS. 
se.citerus.dddsample.interfaces.handling.file Handles event registration by file upload. 
se.citerus.dddsample.interfaces.handling.ws Web service interface for registering handling events. 
 

Uses of ApplicationEvents in se.citerus.dddsample.application.impl
 

Constructors in se.citerus.dddsample.application.impl with parameters of type ApplicationEvents
CargoInspectionServiceImpl(ApplicationEvents applicationEvents, CargoRepository cargoRepository, HandlingEventRepository handlingEventRepository)
           
HandlingEventServiceImpl(HandlingEventRepository handlingEventRepository, ApplicationEvents applicationEvents, HandlingEventFactory handlingEventFactory)
           
 

Uses of ApplicationEvents in se.citerus.dddsample.infrastructure.messaging.jms
 

Classes in se.citerus.dddsample.infrastructure.messaging.jms that implement ApplicationEvents
 class JmsApplicationEventsImpl
          JMS based implementation.
 

Uses of ApplicationEvents in se.citerus.dddsample.interfaces.handling.file
 

Methods in se.citerus.dddsample.interfaces.handling.file with parameters of type ApplicationEvents
 void UploadDirectoryScanner.setApplicationEvents(ApplicationEvents applicationEvents)
           
 

Uses of ApplicationEvents in se.citerus.dddsample.interfaces.handling.ws
 

Methods in se.citerus.dddsample.interfaces.handling.ws with parameters of type ApplicationEvents
 void HandlingReportServiceImpl.setApplicationEvents(ApplicationEvents applicationEvents)
           
 



Copyright © 2009. All Rights Reserved.