org.ikasan.framework.error.service
Class ErrorOccurrenceTextMessagePublisher
java.lang.Object
org.ikasan.framework.error.service.ErrorOccurrenceTextMessagePublisher
- All Implemented Interfaces:
- ErrorOccurrenceListener
public class ErrorOccurrenceTextMessagePublisher
- extends Object
- implements ErrorOccurrenceListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorOccurrenceTextMessagePublisher
public ErrorOccurrenceTextMessagePublisher(javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination errorOccurrenceChannel,
ErrorOccurrenceXmlConverter errorOccurrenceXmlConverter)
- Constructor
- Parameters:
connectionFactory - errorOccurrenceChannel - errorOccurrenceXmlConverter -
notifyErrorOccurrence
public void notifyErrorOccurrence(ErrorOccurrence errorOccurrence)
- Description copied from interface:
ErrorOccurrenceListener
- Callback for the notification of the creation of an ErrorOccurrence
- Specified by:
notifyErrorOccurrence in interface ErrorOccurrenceListener
setTimeToLive
public void setTimeToLive(Long timeToLive)
- Mutator for optional timeToLive
- Parameters:
timeToLive -
Copyright © 2007-2012 Ikasan. All Rights Reserved.