Interface Parameter

All Known Implementing Classes:
Client, ConnectionTuning, Keepalive, Kerberos, ReceiveFlags, ReceiveTuning, SendFlags, SendTuning, SSL

public interface Parameter
Helper class for parameter to apply to a solace connection factory. Used for grouping similar parameters to prevent the configuration dialog from exploding with options users won't need most of the time.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(com.solacesystems.jms.SolConnectionFactory cf)
     
  • Method Details

    • apply

      void apply(com.solacesystems.jms.SolConnectionFactory cf) throws Exception
      Throws:
      Exception