org.jboss.jms.server.standard
Class QueueDeliveryEndpoint

java.lang.Object
  extended byorg.jboss.jms.server.standard.QueueDeliveryEndpoint
All Implemented Interfaces:
DeliveryEndpoint (src)

public class QueueDeliveryEndpoint
extends java.lang.Object
implements DeliveryEndpoint (src)

A queue delivery endpoint


Constructor Summary
QueueDeliveryEndpoint(MessageList (src)  list)
           
 
Method Summary
 void deliver(MessageReference (src)  message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueDeliveryEndpoint

public QueueDeliveryEndpoint(MessageList (src)  list)
Method Detail

deliver

public void deliver(MessageReference (src)  message)
             throws java.lang.Exception
Specified by:
deliver in interface DeliveryEndpoint (src)
Throws:
java.lang.Exception