Uses of Class
org.ikasan.framework.error.model.ErrorOccurrence

Packages that use ErrorOccurrence
org.ikasan.framework.error.dao   
org.ikasan.framework.error.serialisation   
org.ikasan.framework.error.service   
org.ikasan.framework.event.exclusion.model   
 

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

Methods in org.ikasan.framework.error.dao that return ErrorOccurrence
 ErrorOccurrence ErrorOccurrenceDao.getErrorOccurrence(Long id)
          Retrieves an ErrorOccurrence by ids
 ErrorOccurrence HibernateErrorOccurrenceDao.getErrorOccurrence(Long id)
           
 

Methods in org.ikasan.framework.error.dao that return types with arguments of type ErrorOccurrence
 PagedSearchResult<ErrorOccurrence> ErrorOccurrenceDao.findErrorOccurrences(int pageNo, int pageSize, String orderBy, boolean orderAscending, String moduleName, String flowName)
          Perform a paged search for ErrorOccurrences
 PagedSearchResult<ErrorOccurrence> HibernateErrorOccurrenceDao.findErrorOccurrences(int pageNo, int pageSize, String orderBy, boolean orderAscending, String moduleName, String flowName)
           
 List<ErrorOccurrence> ErrorOccurrenceDao.getErrorOccurrences(String eventId)
          Returns all ErrorOccurrences with the specified eventId
 List<ErrorOccurrence> HibernateErrorOccurrenceDao.getErrorOccurrences(String eventId)
           
 

Methods in org.ikasan.framework.error.dao with parameters of type ErrorOccurrence
 void ErrorOccurrenceDao.save(ErrorOccurrence errorOccurrence)
          Persist an ErrorOccurrence
 void HibernateErrorOccurrenceDao.save(ErrorOccurrence errorOccurrence)
           
 

Uses of ErrorOccurrence in org.ikasan.framework.error.serialisation
 

Methods in org.ikasan.framework.error.serialisation with parameters of type ErrorOccurrence
 String ErrorOccurrenceXmlConverter.toXml(ErrorOccurrence errorOccurence)
          Convert the ErrorOccurrence to XML
 String DefaultErrorOccurrenceXmlConverter.toXml(ErrorOccurrence errorOccurence)
           
 

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

Methods in org.ikasan.framework.error.service that return ErrorOccurrence
 ErrorOccurrence ErrorLoggingService.getErrorOccurrence(long errorOccurrenceId)
          Retrieve an ErrorOccurrence specified by its Id
 ErrorOccurrence DefaultErrorLoggingServiceImpl.getErrorOccurrence(long errorOccurrenceId)
           
 

Methods in org.ikasan.framework.error.service that return types with arguments of type ErrorOccurrence
 List<ErrorOccurrence> ErrorLoggingService.getErrorOccurrences(String eventId)
          Returns all ErrorOccurrences for the event specified by its id
 List<ErrorOccurrence> DefaultErrorLoggingServiceImpl.getErrorOccurrences(String eventId)
           
 PagedSearchResult<ErrorOccurrence> ErrorLoggingService.getErrors(int pageNo, int pageSize, String orderBy, boolean orderAscending, String moduleName, String flowName)
          Returns a paged listing of errors
 PagedSearchResult<ErrorOccurrence> DefaultErrorLoggingServiceImpl.getErrors(int pageNo, int pageSize, String orderBy, boolean orderAscending, String moduleName, String flowName)
           
 

Methods in org.ikasan.framework.error.service with parameters of type ErrorOccurrence
 void ErrorOccurrenceListener.notifyErrorOccurrence(ErrorOccurrence errorOccurrence)
          Callback for the notification of the creation of an ErrorOccurrence
 void ErrorOccurrenceTextMessagePublisher.notifyErrorOccurrence(ErrorOccurrence errorOccurrence)
           
 

Uses of ErrorOccurrence in org.ikasan.framework.event.exclusion.model
 

Methods in org.ikasan.framework.event.exclusion.model that return types with arguments of type ErrorOccurrence
 List<ErrorOccurrence> ExcludedEvent.getErrorOccurrences()
          Accessor for errorOccurrences
 

Method parameters in org.ikasan.framework.event.exclusion.model with type arguments of type ErrorOccurrence
 void ExcludedEvent.setErrorOccurrences(List<ErrorOccurrence> errorOccurrences)
          Mutator for errorOccurrences TODO would be great if this didnt need to be public
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.