Class SendTuning

  • All Implemented Interfaces:
    Parameter

    public class SendTuning
    extends java.lang.Object
    implements Parameter
    • Constructor Summary

      Constructors 
      Constructor Description
      SendTuning()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(com.solacesystems.jms.SolConnectionFactory cf)  
      java.lang.Integer getSendAdAckTimerInMillis()
      This property specifies the duration of the acknowledgement timer in milliseconds.
      java.lang.Integer getSendAdMaxResends()
      The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.
      java.lang.Integer getSendAdWindowSize()
      This property specifies the size of the sliding acknowledgement window for non-persistent messages.
      java.lang.Integer getSendBufferSize()
      This property is used to specify the socket’s send buffer size in bytes.
      void setSendAdAckTimerInMillis​(java.lang.Integer sendAdAckTimerInMillis)
      This property specifies the duration of the acknowledgement timer in milliseconds.
      void setSendAdMaxResends​(java.lang.Integer sendAdMaxResends)
      The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.
      void setSendAdWindowSize​(java.lang.Integer sendAdWindowSize)
      This property specifies the size of the sliding acknowledgement window for non-persistent messages.
      void setSendBufferSize​(java.lang.Integer sendBufferSize)
      This property is used to specify the socket’s send buffer size in bytes.
      • Methods inherited from class java.lang.Object

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

      • SendTuning

        public SendTuning()
    • Method Detail

      • apply

        public void apply​(com.solacesystems.jms.SolConnectionFactory cf)
        Specified by:
        apply in interface Parameter
      • getSendAdAckTimerInMillis

        public java.lang.Integer getSendAdAckTimerInMillis()
        This property specifies the duration of the acknowledgement timer in milliseconds.
      • setSendAdAckTimerInMillis

        public void setSendAdAckTimerInMillis​(java.lang.Integer sendAdAckTimerInMillis)
        This property specifies the duration of the acknowledgement timer in milliseconds.
      • getSendAdMaxResends

        public java.lang.Integer getSendAdMaxResends()
        The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.
      • setSendAdMaxResends

        public void setSendAdMaxResends​(java.lang.Integer sendAdMaxResends)
        The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.
      • getSendAdWindowSize

        public java.lang.Integer getSendAdWindowSize()
        This property specifies the size of the sliding acknowledgement window for non-persistent messages.
      • setSendAdWindowSize

        public void setSendAdWindowSize​(java.lang.Integer sendAdWindowSize)
        This property specifies the size of the sliding acknowledgement window for non-persistent messages.
      • getSendBufferSize

        public java.lang.Integer getSendBufferSize()
        This property is used to specify the socket’s send buffer size in bytes.
      • setSendBufferSize

        public void setSendBufferSize​(java.lang.Integer sendBufferSize)
        This property is used to specify the socket’s send buffer size in bytes.