org.apache.activemq.apollo.openwire.command

ConsumerInfo

class ConsumerInfo extends BaseCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ConsumerInfo
  2. BaseCommand
  3. Command
  4. DataStructure
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsumerInfo(sessionInfo: SessionInfo, consumerId: Long)

  2. new ConsumerInfo(consumerId: ConsumerId)

  3. new ConsumerInfo()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addNetworkConsumerId(networkConsumerId: ConsumerId): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def copy(info: ConsumerInfo): Unit

  10. def copy(): ConsumerInfo

  11. def copy(copy: BaseCommand): Unit

    Definition Classes
    BaseCommand
  12. def createRemoveCommand(): RemoveInfo

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getAdditionalPredicate(): BooleanExpression

  17. def getBrokerPath(): Array[BrokerId]

  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def getCommandId(): Int

    Definition Classes
    BaseCommandCommand
  20. def getConsumerId(): ConsumerId

  21. def getCurrentPrefetchSize(): Int

  22. def getDataStructureType(): Byte

    Definition Classes
    ConsumerInfoDataStructure
  23. def getDestination(): ActiveMQDestination

  24. def getLastDeliveredSequenceId(): Long

  25. def getMaximumPendingMessageLimit(): Int

  26. def getNetworkConsumerIds(): List[ConsumerId]

  27. def getNetworkConsumerPath(): Array[ConsumerId]

  28. def getPrefetchSize(): Int

  29. def getPriority(): Byte

  30. def getSelector(): UTF8Buffer

  31. def getSubcriptionName(): UTF8Buffer

  32. def getSubscriptionName(): UTF8Buffer

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def isBrokerInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  35. def isBrowser(): Boolean

  36. def isDispatchAsync(): Boolean

  37. def isDurable(): Boolean

  38. def isExclusive(): Boolean

  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def isMarshallAware(): Boolean

    Definition Classes
    BaseCommandDataStructure
  41. def isMessage(): Boolean

    Definition Classes
    BaseCommandCommand
  42. def isMessageAck(): Boolean

    Definition Classes
    BaseCommandCommand
  43. def isMessageDispatch(): Boolean

    Definition Classes
    BaseCommandCommand
  44. def isMessageDispatchNotification(): Boolean

    Definition Classes
    BaseCommandCommand
  45. def isNetworkConsumersEmpty(): Boolean

  46. def isNetworkSubscription(): Boolean

  47. def isNoLocal(): Boolean

  48. def isNoRangeAcks(): Boolean

  49. def isOptimizedAcknowledge(): Boolean

  50. def isResponse(): Boolean

    Definition Classes
    BaseCommandCommand
  51. def isResponseRequired(): Boolean

    Definition Classes
    BaseCommandCommand
  52. def isRetroactive(): Boolean

  53. def isShutdownInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  54. def isWireFormatInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  55. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  58. def removeNetworkConsumerId(networkConsumerId: ConsumerId): Unit

  59. def setAdditionalPredicate(additionalPredicate: BooleanExpression): Unit

  60. def setBrokerPath(brokerPath: Array[BrokerId]): Unit

  61. def setBrowser(browser: Boolean): Unit

  62. def setCommandId(commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  63. def setConsumerId(consumerId: ConsumerId): Unit

  64. def setCurrentPrefetchSize(currentPrefetchSize: Int): Unit

  65. def setDestination(destination: ActiveMQDestination): Unit

  66. def setDispatchAsync(dispatchAsync: Boolean): Unit

  67. def setExclusive(exclusive: Boolean): Unit

  68. def setLastDeliveredSequenceId(lastDeliveredSequenceId: Long): Unit

  69. def setMaximumPendingMessageLimit(maximumPendingMessageLimit: Int): Unit

  70. def setNetworkConsumerPath(consumerPath: Array[ConsumerId]): Unit

  71. def setNetworkSubscription(networkSubscription: Boolean): Unit

  72. def setNoLocal(noLocal: Boolean): Unit

  73. def setNoRangeAcks(noRangeAcks: Boolean): Unit

  74. def setOptimizedAcknowledge(optimizedAcknowledge: Boolean): Unit

  75. def setPrefetchSize(prefetchSize: Int): Unit

  76. def setPriority(priority: Byte): Unit

  77. def setResponseRequired(responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  78. def setRetroactive(retroactive: Boolean): Unit

  79. def setSelector(selector: UTF8Buffer): Unit

  80. def setSubcriptionName(durableSubscriptionId: UTF8Buffer): Unit

  81. def setSubscriptionName(durableSubscriptionId: UTF8Buffer): Unit

  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  83. def toString(overrideFields: Map[String, AnyRef]): String

    Definition Classes
    BaseCommand
  84. def toString(): String

    Definition Classes
    BaseCommand → AnyRef → Any
  85. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  86. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  87. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseCommand

Inherited from Command

Inherited from DataStructure

Inherited from AnyRef

Inherited from Any