Interface VersionedJMSConnection

All Known Implementing Classes:
JMSConnection

public interface VersionedJMSConnection
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    collect(long lastCollectTime)
     
    com.swiftmq.swiftlet.net.InboundHandler
     
    void
    sendReply(com.swiftmq.tools.requestreply.Reply reply)
     
  • Method Details

    • getInboundHandler

      com.swiftmq.swiftlet.net.InboundHandler getInboundHandler()
    • sendReply

      void sendReply(com.swiftmq.tools.requestreply.Reply reply)
    • collect

      void collect(long lastCollectTime)
    • close

      void close()