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

Packages that use ErrorOccurrenceListener
org.ikasan.framework.error.service   
 

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

Classes in org.ikasan.framework.error.service that implement ErrorOccurrenceListener
 class ErrorOccurrenceTextMessagePublisher
           
 

Methods in org.ikasan.framework.error.service with parameters of type ErrorOccurrenceListener
 void ErrorLoggingService.addErrorOccurrenceListener(ErrorOccurrenceListener errorOccurrenceListener)
          Registers an ErrorOccurrenceListener as a listener for new ErrorOccurrence
 void DefaultErrorLoggingServiceImpl.addErrorOccurrenceListener(ErrorOccurrenceListener errorOccurrenceListener)
           
 void ErrorLoggingService.removeErrorOccurrenceListener(ErrorOccurrenceListener errorOccurrenceListener)
          Deregisters an ErrorOccurrenceListener as a listener for new ErrorOccurrence
 void DefaultErrorLoggingServiceImpl.removeErrorOccurrenceListener(ErrorOccurrenceListener errorOccurrenceListener)
           
 

Constructors in org.ikasan.framework.error.service with parameters of type ErrorOccurrenceListener
DefaultErrorLoggingServiceImpl(ErrorOccurrenceDao errorOccurrenceDao, ExcludedEventDao excludedEventDao, URL baseURl, ErrorOccurrenceListener errorOccurrenceListener)
          Constructor
 

Constructor parameters in org.ikasan.framework.error.service with type arguments of type ErrorOccurrenceListener
DefaultErrorLoggingServiceImpl(ErrorOccurrenceDao errorOccurrenceDao, ExcludedEventDao excludedEventDao, URL baseUrl, List<ErrorOccurrenceListener> errorOccurrenceListeners)
          Constructor
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.