Interface IiopListener

    • Method Detail

      • getId

        @NotNull
        @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
        @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getId()
        Gets the value of the id property. if false, a configured listener, is disabled
        Returns:
        possible object is String
      • getAddress

        @NotNull
        @NotNull String getAddress()
        Gets the value of the address property. ip V6 or V4 address or hostname
        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=IiopListener.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=IiopListener.class) String getPort()
        Gets the value of the port property. Port number
        Returns:
        possible object is String
      • getSecurityEnabled

        String getSecurityEnabled()
        Gets the value of the securityEnabled property. Determines whether the iiop listener runs SSL. You can turn SSL2 or SSL3 on or off and set ciphers using an ssl element
        Returns:
        possible object is String
      • getEnabled

        String getEnabled()
        Gets the value of the enabled property. if false, a configured listener, is disabled
        Returns:
        possible object is String
      • getSsl

        Ssl getSsl()
        Gets the value of the ssl property. Specifies optional SSL configuration. Note that the ssl2 ciphers are not supported for iiop, and therefore must be disabled
        Returns:
        possible object is Ssl
      • 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)
                  throws PropertyVetoException
        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
        Throws:
        PropertyVetoException