org.ikasan.framework.error.service
Class ErrorOccurrenceTextMessagePublisher

java.lang.Object
  extended by org.ikasan.framework.error.service.ErrorOccurrenceTextMessagePublisher
All Implemented Interfaces:
ErrorOccurrenceListener

public class ErrorOccurrenceTextMessagePublisher
extends Object
implements ErrorOccurrenceListener


Constructor Summary
ErrorOccurrenceTextMessagePublisher(javax.jms.ConnectionFactory connectionFactory, javax.jms.Destination errorOccurrenceChannel, ErrorOccurrenceXmlConverter errorOccurrenceXmlConverter)
          Constructor
 
Method Summary
 void notifyErrorOccurrence(ErrorOccurrence errorOccurrence)
          Callback for the notification of the creation of an ErrorOccurrence
 void setTimeToLive(Long timeToLive)
          Mutator for optional timeToLive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorOccurrenceTextMessagePublisher

public ErrorOccurrenceTextMessagePublisher(javax.jms.ConnectionFactory connectionFactory,
                                           javax.jms.Destination errorOccurrenceChannel,
                                           ErrorOccurrenceXmlConverter errorOccurrenceXmlConverter)
Constructor

Parameters:
connectionFactory -
errorOccurrenceChannel -
errorOccurrenceXmlConverter -
Method Detail

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.