Package com.webmethods.jms.impl
Class WmSessionImpl.SessionDispatcher
- java.lang.Object
-
- com.webmethods.jms.impl.WmSessionImpl.SessionDispatcher
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- WmSessionImpl
public class WmSessionImpl.SessionDispatcher extends java.lang.Object implements java.lang.Runnable
Class for dispatch of asynchronous message delivery. SessionDispatcher thread will be used to deliver the messages to the listeners associated with the MessageConsumer. Don't confuse this thread as something needed to support ASF APIs.
-
-
Constructor Summary
Constructors Constructor Description SessionDispatcher​(WmSessionImpl session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
SessionDispatcher
public SessionDispatcher​(WmSessionImpl session)
-
-