java.lang.Object
com.adaptris.core.jms.solace.parameters.Client
All Implemented Interfaces:
Parameter

public class Client extends Object implements Parameter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(com.solacesystems.jms.SolConnectionFactory cf)
     
    This property is used to specify the application description on the appliance for the data connection.
    This property is used to specify the client name on the appliance for the data connection.
    void
    setClientDescription(String clientDescription)
    This property is used to specify the application description on the appliance for the data connection.
    void
    setClientId(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 Details

    • Client

      public Client()
  • Method Details

    • apply

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

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

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

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

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