Class Attach

    • Field Detail

      • DESCRIPTOR_CODE

        public static final UnsignedLong DESCRIPTOR_CODE
      • DESCRIPTOR_SYMBOL

        public static final Symbol DESCRIPTOR_SYMBOL
    • Constructor Detail

      • Attach

        public Attach()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getElementCount

        public int getElementCount()
      • hasName

        public boolean hasName()
      • hasHandle

        public boolean hasHandle()
      • hasRole

        public boolean hasRole()
      • hasSenderSettleMode

        public boolean hasSenderSettleMode()
      • hasReceiverSettleMode

        public boolean hasReceiverSettleMode()
      • hasSource

        public boolean hasSource()
      • hasTargetOrCoordinator

        public boolean hasTargetOrCoordinator()
      • hasTarget

        public boolean hasTarget()
      • hasCoordinator

        public boolean hasCoordinator()
      • hasUnsettled

        public boolean hasUnsettled()
      • hasIncompleteUnsettled

        public boolean hasIncompleteUnsettled()
      • hasInitialDeliveryCount

        public boolean hasInitialDeliveryCount()
      • hasMaxMessageSize

        public boolean hasMaxMessageSize()
      • hasOfferedCapabilities

        public boolean hasOfferedCapabilities()
      • hasDesiredCapabilities

        public boolean hasDesiredCapabilities()
      • hasProperties

        public boolean hasProperties()
      • getName

        public java.lang.String getName()
      • setName

        public Attach setName​(java.lang.String name)
      • getHandle

        public long getHandle()
      • setHandle

        public Attach setHandle​(int handle)
      • setHandle

        public Attach setHandle​(long handle)
      • getRole

        public Role getRole()
      • getSource

        public Source getSource()
      • getTarget

        public <T extends Terminus> T getTarget()
      • getIncompleteUnsettled

        public boolean getIncompleteUnsettled()
      • setIncompleteUnsettled

        public Attach setIncompleteUnsettled​(boolean incompleteUnsettled)
      • getInitialDeliveryCount

        public long getInitialDeliveryCount()
      • setInitialDeliveryCount

        public Attach setInitialDeliveryCount​(int initialDeliveryCount)
      • setInitialDeliveryCount

        public Attach setInitialDeliveryCount​(long initialDeliveryCount)
      • getMaxMessageSize

        public UnsignedLong getMaxMessageSize()
      • setMaxMessageSize

        public Attach setMaxMessageSize​(long maxMessageSize)
      • getOfferedCapabilities

        public Symbol[] getOfferedCapabilities()
      • setOfferedCapabilities

        public Attach setOfferedCapabilities​(Symbol... offeredCapabilities)
      • getDesiredCapabilities

        public Symbol[] getDesiredCapabilities()
      • setDesiredCapabilities

        public Attach setDesiredCapabilities​(Symbol... desiredCapabilities)
      • getProperties

        public java.util.Map<Symbol,​java.lang.Object> getProperties()
      • setProperties

        public Attach setProperties​(java.util.Map<Symbol,​java.lang.Object> properties)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object