Interface INConfigurationManagementMBean
-
- All Superinterfaces:
ConfigurationManagementMBean
public interface INConfigurationManagementMBean extends ConfigurationManagementMBean
Configuration attributes specific to IN SIS implementations.
-
-
Field Summary
-
Fields inherited from interface com.opencloud.slee.resources.sis.management.ConfigurationManagementMBean
SIS_MANAGEMENT_TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.opencloud.slee.resources.sis.management.ConfigurationManagementMBean
getAuditLevel, getDefaultServiceTimeout, getDescription, getFineGrainedTracingEnabled, setAuditLevel, setDefaultServiceTimeout, setDescription, setFineGrainedTracingEnabled
-
-
-
-
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 benull
.- Throws:
ManagementException
- if an error occurs communicating with the management server.- See Also:
getConcatenatedFCIInteractionModeDelimiter()
-
-