org.jboss.seam.jms.example.statuswatcher.messagedriven
Class DistributorMDB

java.lang.Object
  extended by org.jboss.seam.jms.example.statuswatcher.messagedriven.DistributorMDB
All Implemented Interfaces:
MessageListener

public class DistributorMDB
extends Object
implements MessageListener


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

Constructor Detail

DistributorMDB

public DistributorMDB()
Method Detail

onMessage

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


Copyright © 2011 Seam Framework. All Rights Reserved.