Interface IIOPProfileTemplate

    • Method Detail

      • getGIOPVersion

        GIOPVersion getGIOPVersion()
        Return the GIOP version of this profile.
        Returns:
        the GIOP version
      • getPrimaryAddress

        @ManagedAttribute
        @Description("The host and port of the IP address for the primary endpoint of this profile")
        IIOPAddress getPrimaryAddress()
        Return the IIOP address from the IIOP profile. This is called the primary address here since other addresses may be contained in components.
        Returns:
        The host and port of the IP address for the primary endpoint of this profile
      • getPrimarySocketInfo

        SocketInfo getPrimarySocketInfo()
        Returns the description of a socket to create to access the associated endpoint. Its host and port will match the primary address
        Returns:
        a description of a socket.