Class DistributionQueueCapabilities


  • @ProviderType
    public final class DistributionQueueCapabilities
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String APPENDABLE
      Indicates that the queue supports adding entries.
      static java.lang.String CLEARABLE
      Indicates that the queue supports clearing entries.
      static java.lang.String REMOVABLE
      Indicates that the queue supports removing random entries.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • REMOVABLE

        public static final java.lang.String REMOVABLE
        Indicates that the queue supports removing random entries.
        See Also:
        Constant Field Values
      • CLEARABLE

        public static final java.lang.String CLEARABLE
        Indicates that the queue supports clearing entries.
        See Also:
        Constant Field Values
      • APPENDABLE

        public static final java.lang.String APPENDABLE
        Indicates that the queue supports adding entries.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DistributionQueueCapabilities

        public DistributionQueueCapabilities()