Class Client

  • All Implemented Interfaces:
    Parameter

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

      Constructors 
      Constructor Description
      Client()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(com.solacesystems.jms.SolConnectionFactory cf)  
      java.lang.String getClientDescription()
      This property is used to specify the application description on the appliance for the data connection.
      java.lang.String getClientId()
      This property is used to specify the client name on the appliance for the data connection.
      void setClientDescription​(java.lang.String clientDescription)
      This property is used to specify the application description on the appliance for the data connection.
      void setClientId​(java.lang.String clientId)
      This property is used to specify the client name on the appliance for the data connection.
      • Methods inherited from class java.lang.Object

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

      • Client

        public Client()
    • Method Detail

      • apply

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

        public java.lang.String getClientDescription()
        This property is used to specify the application description on the appliance for the data connection.
      • setClientDescription

        public void setClientDescription​(java.lang.String clientDescription)
        This property is used to specify the application description on the appliance for the data connection.
      • getClientId

        public java.lang.String getClientId()
        This property is used to specify the client name on the appliance for the data connection.
      • setClientId

        public void setClientId​(java.lang.String clientId)
        This property is used to specify the client name on the appliance for the data connection.