org.jboss.seam.examples.booking.booking
Class ReservationNotifier

java.lang.Object
  extended by org.jboss.seam.examples.booking.booking.ReservationNotifier
All Implemented Interfaces:
javax.jms.MessageListener

public class ReservationNotifier
extends Object
implements javax.jms.MessageListener


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

Constructor Detail

ReservationNotifier

public ReservationNotifier()
Method Detail

onMessage

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


Copyright © 2012 Seam Framework. All Rights Reserved.