org.jboss.jms.server.endpoint
Class DeliveryRunnable
java.lang.Object
org.jboss.jms.server.endpoint.DeliveryRunnable
- All Implemented Interfaces:
- java.lang.Runnable, java.io.Serializable
- public class DeliveryRunnable
- extends java.lang.Object
- implements java.lang.Runnable, java.io.Serializable
A PooledExecutor job that contains the message to be delivered asynchronously to the client. The
delivery is always carried on a thread pool thread.
- Version:
- $Revision: 1.20 $
$Id: DeliveryRunnable.java,v 1.20 2006/06/24 17:46:31 timfox Exp $
- Author:
- Ovidiu Feodorov, Tim Fox
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryRunnable
public DeliveryRunnable(MessageProxy msg,
int consumerID,
ServerConnectionEndpoint connection,
boolean trace)
run
public void run()
- Specified by:
run in interface java.lang.Runnable
getMessageProxy
public MessageProxy getMessageProxy()
getConsumerID
public int getConsumerID()
Copyright © 2006 JBoss Inc. All Rights Reserved.