Uses of Interface
org.ikasan.framework.error.service.ErrorLoggingService

Packages that use ErrorLoggingService
org.ikasan.framework.error.service   
org.ikasan.framework.event.exclusion.service   
org.ikasan.framework.initiator   
org.ikasan.framework.initiator.messagedriven   
 

Uses of ErrorLoggingService in org.ikasan.framework.error.service
 

Classes in org.ikasan.framework.error.service that implement ErrorLoggingService
 class DefaultErrorLoggingServiceImpl
          Default implementation of ErrorLoggingServiceImpl When logging error, simply persists a new instance of ErrorOccurrence and notifies listeners
 

Uses of ErrorLoggingService in org.ikasan.framework.event.exclusion.service
 

Constructors in org.ikasan.framework.event.exclusion.service with parameters of type ErrorLoggingService
ExcludedEventServiceImpl(ExcludedEventDao excludedEventDao, ErrorLoggingService errorLoggingService, List<ExcludedEventListener> listeners, ModuleService moduleService)
           
 

Uses of ErrorLoggingService in org.ikasan.framework.initiator
 

Fields in org.ikasan.framework.initiator declared as ErrorLoggingService
protected  ErrorLoggingService AbstractInitiator.errorLoggingService
          Service for logging errors in a heavyweight fashion
 

Methods in org.ikasan.framework.initiator with parameters of type ErrorLoggingService
 void AbstractInitiator.setErrorLoggingService(ErrorLoggingService errorLoggingService)
          Setter for optional ErrorLoggingService
 

Uses of ErrorLoggingService in org.ikasan.framework.initiator.messagedriven
 

Methods in org.ikasan.framework.initiator.messagedriven with parameters of type ErrorLoggingService
 void MessageDrivenInitiatorFactoryBean.setErrorLoggingService(ErrorLoggingService errorLoggingService)
           
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.