public interface INConfigurationManagementMBean extends ConfigurationManagementMBean
SIS_MANAGEMENT_TYPE| Modifier and Type | Method and Description |
|---|---|
byte[] |
getConcatenatedFCIInteractionModeDelimiter()
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.
|
void |
setConcatenatedFCIInteractionModeDelimiter(byte[] delimiter)
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.
|
getAuditLevel, getDefaultServiceTimeout, getDescription, getFineGrainedTracingEnabled, setAuditLevel, setDefaultServiceTimeout, setDescription, setFineGrainedTracingEnabledbyte[] getConcatenatedFCIInteractionModeDelimiter()
throws ManagementException
ManagementException - if an error occurs communicating with the management server.setConcatenatedFCIInteractionModeDelimiter(byte[])void setConcatenatedFCIInteractionModeDelimiter(byte[] delimiter)
throws ManagementException
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.
delimiter - the delimiter. May be null.ManagementException - if an error occurs communicating with the management server.getConcatenatedFCIInteractionModeDelimiter()