Interface JmsHost

    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • getHost

        String getHost()
        Gets the value of the host property.
        Returns:
        possible object is String
      • getPort

        @Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",
                 message="{port-pattern}",
                 payload=JmsHost.class)
        @Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",message="{port-pattern}",payload=JmsHost.class) String getPort()
        Gets the value of the port property. Port number used by the JMS service
        Returns:
        possible object is String
      • getLazyInit

        String getLazyInit()
        Gets the value of lazyInit property if false, this listener is started during server startup
        Returns:
        true or false
      • setLazyInit

        void setLazyInit​(String value)
        Sets the value of lazyInit property Specify is this listener should be started as part of server startup or not
        Parameters:
        value - true if the listener is to be started lazily; false otherwise
      • getAdminUserName

        String getAdminUserName()
        Gets the value of the adminUserName property. Specifies the admin username
        Returns:
        possible object is String
      • getAdminPassword

        String getAdminPassword()
        Gets the value of the adminPassword property. Attribute specifies the admin password
        Returns:
        possible object is String