Uses of Interface
org.ikasan.framework.error.dao.ErrorOccurrenceDao

Packages that use ErrorOccurrenceDao
org.ikasan.framework.error.dao   
org.ikasan.framework.error.service   
 

Uses of ErrorOccurrenceDao in org.ikasan.framework.error.dao
 

Classes in org.ikasan.framework.error.dao that implement ErrorOccurrenceDao
 class HibernateErrorOccurrenceDao
          Hibernate implementation of the DAO for the ErrorOccurence object
 

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

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



Copyright © 2007-2012 Ikasan. All Rights Reserved.