Class VersionSelector

java.lang.Object
com.swiftmq.impl.jms.standard.VersionSelector
All Implemented Interfaces:
com.swiftmq.swiftlet.net.InboundHandler

public class VersionSelector extends Object implements com.swiftmq.swiftlet.net.InboundHandler
  • Constructor Details

    • VersionSelector

      public VersionSelector(SwiftletContext ctx, com.swiftmq.mgmt.Entity connectionEntity)
  • Method Details

    • getJmsConnection

      public VersionedJMSConnection getJmsConnection()
    • dataAvailable

      public void dataAvailable(com.swiftmq.swiftlet.net.Connection connection, InputStream in) throws IOException
      Specified by:
      dataAvailable in interface com.swiftmq.swiftlet.net.InboundHandler
      Throws:
      IOException
    • close

      public void close()
    • toString

      public String toString()
      Overrides:
      toString in class Object