|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.server.endpoint.DeliveryRunnable
A PooledExecutor job that contains the message to be delivered asynchronously to the client. The delivery is always carried on a thread pool thread.
Constructor Summary | |
DeliveryRunnable(MessageProxy msg,
int consumerID,
ServerConnectionEndpoint connection,
boolean trace)
|
Method Summary | |
int |
getConsumerID()
|
MessageProxy |
getMessageProxy()
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeliveryRunnable(MessageProxy msg, int consumerID, ServerConnectionEndpoint connection, boolean trace)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public MessageProxy getMessageProxy()
public int getConsumerID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |