se.citerus.dddsample.infrastructure.messaging.jms
Class HandlingEventRegistrationAttemptConsumer

java.lang.Object
  extended by se.citerus.dddsample.infrastructure.messaging.jms.HandlingEventRegistrationAttemptConsumer
All Implemented Interfaces:
javax.jms.MessageListener

public class HandlingEventRegistrationAttemptConsumer
extends java.lang.Object
implements javax.jms.MessageListener

Consumes handling event registration attempt messages and delegates to proper registration.


Constructor Summary
HandlingEventRegistrationAttemptConsumer()
           
 
Method Summary
 void onMessage(javax.jms.Message message)
           
 void setHandlingEventService(HandlingEventService handlingEventService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlingEventRegistrationAttemptConsumer

public HandlingEventRegistrationAttemptConsumer()
Method Detail

onMessage

public void onMessage(javax.jms.Message message)
Specified by:
onMessage in interface javax.jms.MessageListener

setHandlingEventService

public void setHandlingEventService(HandlingEventService handlingEventService)


Copyright © 2009. All Rights Reserved.