Class OutboundSyncStreamConfiguration

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class OutboundSyncStreamConfiguration
    extends StreamConfiguration
    Generated class for type OutboundSyncStreamConfiguration.
    See Also:
    Serialized Form
    • Field Detail

      • OUTBOUNDCHANNELCONFIGURATION

        public static final java.lang.String OUTBOUNDCHANNELCONFIGURATION
        Qualifier of the OutboundSyncStreamConfiguration.outboundChannelConfiguration attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • OutboundSyncStreamConfiguration

        public OutboundSyncStreamConfiguration()
    • Method Detail

      • getOutboundChannelConfiguration

        public OutboundChannelConfiguration getOutboundChannelConfiguration​(SessionContext ctx)
        Generated method - Getter of the OutboundSyncStreamConfiguration.outboundChannelConfiguration attribute.
        Returns:
        the outboundChannelConfiguration
      • getOutboundChannelConfiguration

        public OutboundChannelConfiguration getOutboundChannelConfiguration()
        Generated method - Getter of the OutboundSyncStreamConfiguration.outboundChannelConfiguration attribute.
        Returns:
        the outboundChannelConfiguration
      • setOutboundChannelConfiguration

        public void setOutboundChannelConfiguration​(SessionContext ctx,
                                                    OutboundChannelConfiguration value)
        Generated method - Setter of the OutboundSyncStreamConfiguration.outboundChannelConfiguration attribute.
        Parameters:
        value - the outboundChannelConfiguration
      • setOutboundChannelConfiguration

        public void setOutboundChannelConfiguration​(OutboundChannelConfiguration value)
        Generated method - Setter of the OutboundSyncStreamConfiguration.outboundChannelConfiguration attribute.
        Parameters:
        value - the outboundChannelConfiguration