Class OutboundSyncStreamConfiguration

All Implemented Interfaces:
Serializable, Comparable

public class OutboundSyncStreamConfiguration extends StreamConfiguration
Generated class for type OutboundSyncStreamConfiguration.
See Also:
  • Field Details

    • OUTBOUNDCHANNELCONFIGURATION

      public static final String OUTBOUNDCHANNELCONFIGURATION
      Qualifier of the OutboundSyncStreamConfiguration.outboundChannelConfiguration attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • OutboundSyncStreamConfiguration

      public OutboundSyncStreamConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedStreamConfiguration
    • 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