Class ChannelProperties


  • public class ChannelProperties
    extends java.lang.Object
    (RTL15) Channel#properties attribute is a ChannelProperties object representing properties of the channel state
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String attachSerial
      A message identifier indicating the time of attachment to the channel; used when recovering a message history to mesh exactly with messages received on this channel subsequent to attachment.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attachSerial

        public java.lang.String attachSerial
        A message identifier indicating the time of attachment to the channel; used when recovering a message history to mesh exactly with messages received on this channel subsequent to attachment.
    • Constructor Detail

      • ChannelProperties

        public ChannelProperties()