Interface INConfigurationManagementMBean

    • Method Detail

      • getConcatenatedFCIInteractionModeDelimiter

        byte[] getConcatenatedFCIInteractionModeDelimiter()
                                                   throws ManagementException
        Get the delimiter inserted by the SIS-IN RA entity between data for multiple FCIs when the "concatenated" interaction mode is selected for a composition.
        Returns:
        the delimiter.
        Throws:
        ManagementException - if an error occurs communicating with the management server.
        See Also:
        setConcatenatedFCIInteractionModeDelimiter(byte[])
      • setConcatenatedFCIInteractionModeDelimiter

        void setConcatenatedFCIInteractionModeDelimiter​(byte[] delimiter)
                                                 throws ManagementException
        Get the delimiter inserted by the SIS-IN RA entity between data for multiple FCIs when the "concatenated" interaction mode is selected for a composition.

        The SIS-IN RA's configuration must be reloaded before the configuration changes caused by this method take effect. Refer to the package summary for further details.

        Parameters:
        delimiter - the delimiter. May be null.
        Throws:
        ManagementException - if an error occurs communicating with the management server.
        See Also:
        getConcatenatedFCIInteractionModeDelimiter()