org.kuali.rice.ksb.messaging.exceptionhandling
Interface ExceptionRoutingService

All Known Implementing Classes:
DefaultExceptionServiceImpl

public interface ExceptionRoutingService

A service for putting a document into exception routing.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 void placeInExceptionRouting(Throwable throwable, PersistedMessageBO message, Object service)
           
 void placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message, Object service)
           
 void scheduleExecution(Throwable throwable, PersistedMessageBO message, String description)
           
 

Method Detail

placeInExceptionRouting

void placeInExceptionRouting(Throwable throwable,
                             PersistedMessageBO message,
                             Object service)
                             throws Exception
Throws:
Exception

placeInExceptionRoutingLastDitchEffort

void placeInExceptionRoutingLastDitchEffort(Throwable throwable,
                                            PersistedMessageBO message,
                                            Object service)
                                            throws Exception
Throws:
Exception

scheduleExecution

void scheduleExecution(Throwable throwable,
                       PersistedMessageBO message,
                       String description)
                       throws Exception
Throws:
Exception


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.