Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionDispatcher

        public SessionDispatcher​(WmSessionImpl session)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable