org.apache.activemq.apollo.openwire.command

Message

abstract class Message extends BaseCommand with MarshallAware

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

Instance Constructors

  1. new Message()

Abstract Value Members

  1. abstract def clearBody(): Unit

  2. abstract def copy(): Message

  3. abstract def getDataStructureType(): Byte

    Definition Classes
    DataStructure

Concrete 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 afterMarshall(wireFormat: OpenWireFormat): Unit

    Definition Classes
    MessageMarshallAware
  7. def afterUnmarshall(wireFormat: OpenWireFormat): Unit

    Definition Classes
    MessageMarshallAware
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def beforeMarshall(wireFormat: OpenWireFormat): Unit

    Definition Classes
    MessageMarshallAware
  10. def beforeUnmarshall(wireFormat: OpenWireFormat): Unit

    Definition Classes
    MessageMarshallAware
  11. def clearMarshalledState(): Unit

  12. def clearProperties(): Unit

  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def copy(copy: Message): Unit

    Attributes
    protected[command]
  15. def copy(copy: BaseCommand): Unit

    Definition Classes
    BaseCommand
  16. def createFilterable(): Filterable

  17. def decrementReferenceCount(): Int

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def getArrival(): Long

  22. def getBrokerInTime(): Long

  23. def getBrokerOutTime(): Long

  24. def getBrokerPath(): Array[BrokerId]

  25. def getCachedEncoding(): CachedEncodingTrait

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

    Definition Classes
    AnyRef → Any
  27. def getCluster(): Array[BrokerId]

  28. def getCommandId(): Int

    Definition Classes
    BaseCommandCommand
  29. def getContent(): Buffer

  30. def getCorrelationId(): UTF8Buffer

  31. def getDataStructure(): DataStructure

  32. def getDestination(): ActiveMQDestination

  33. def getEncodedSize(): Int

  34. def getExpiration(): Long

  35. def getGroupID(): UTF8Buffer

  36. def getGroupSequence(): Int

  37. def getMarshalledProperties(): Buffer

  38. def getMessage(): Message

  39. def getMessageHardRef(): Message

  40. def getMessageId(): MessageId

  41. def getMinimumMessageSize(): Int

    Attributes
    protected[command]
  42. def getOriginalDestination(): ActiveMQDestination

  43. def getOriginalTransactionId(): TransactionId

  44. def getPriority(): Byte

  45. def getProducerId(): ProducerId

  46. def getProperties(): Map[String, AnyRef]

  47. def getProperty(name: String): AnyRef

  48. def getRedeliveryCounter(): Int

  49. def getReferenceCount(): Int

  50. def getReplyTo(): ActiveMQDestination

  51. def getSize(): Int

  52. def getTargetConsumerId(): ConsumerId

  53. def getTimestamp(): Long

  54. def getTransactionId(): TransactionId

  55. def getType(): UTF8Buffer

  56. def getUserID(): UTF8Buffer

  57. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  58. def incrementRedeliveryCounter(): Unit

  59. def incrementReferenceCount(): Int

  60. def isAdvisory(): Boolean

  61. def isBrokerInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  62. def isCompressed(): Boolean

  63. def isDroppable(): Boolean

  64. def isDropped(): Boolean

  65. def isExpired(): Boolean

  66. def isInTransaction(): Boolean

  67. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  68. def isMarshallAware(): Boolean

    Definition Classes
    MessageBaseCommandDataStructure
  69. def isMessage(): Boolean

    Definition Classes
    MessageBaseCommandCommand
  70. def isMessageAck(): Boolean

    Definition Classes
    BaseCommandCommand
  71. def isMessageDispatch(): Boolean

    Definition Classes
    BaseCommandCommand
  72. def isMessageDispatchNotification(): Boolean

    Definition Classes
    BaseCommandCommand
  73. def isPersistent(): Boolean

  74. def isReadOnlyBody(): Boolean

  75. def isReadOnlyProperties(): Boolean

  76. def isRecievedByDFBridge(): Boolean

  77. def isRedelivered(): Boolean

  78. def isResponse(): Boolean

    Definition Classes
    BaseCommandCommand
  79. def isResponseRequired(): Boolean

    Definition Classes
    BaseCommandCommand
  80. def isShutdownInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  81. def isWireFormatInfo(): Boolean

    Definition Classes
    BaseCommandCommand
  82. def lazyCreateProperties(): Unit

    Attributes
    protected[command]
  83. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  86. def onMessageRolledBack(): Unit

  87. def setArrival(arrival: Long): Unit

  88. def setBrokerInTime(brokerInTime: Long): Unit

  89. def setBrokerOutTime(brokerOutTime: Long): Unit

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

  91. def setCachedEncoding(cachedEncoding: CachedEncodingTrait): Unit

  92. def setCluster(cluster: Array[BrokerId]): Unit

  93. def setCommandId(commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  94. def setCompressed(compressed: Boolean): Unit

  95. def setContent(content: Buffer): Unit

  96. def setCorrelationId(correlationId: UTF8Buffer): Unit

  97. def setDataStructure(data: DataStructure): Unit

  98. def setDestination(destination: ActiveMQDestination): Unit

  99. def setDroppable(droppable: Boolean): Unit

  100. def setEncodedSize(encodedSize: Int): Unit

  101. def setExpiration(expiration: Long): Unit

  102. def setGroupID(groupID: UTF8Buffer): Unit

  103. def setGroupSequence(groupSequence: Int): Unit

  104. def setMarshalledProperties(marshalledProperties: Buffer): Unit

  105. def setMessageId(messageId: MessageId): Unit

  106. def setOriginalDestination(destination: ActiveMQDestination): Unit

  107. def setOriginalTransactionId(transactionId: TransactionId): Unit

  108. def setPersistent(deliveryMode: Boolean): Unit

  109. def setPriority(priority: Byte): Unit

  110. def setProducerId(producerId: ProducerId): Unit

  111. def setProperty(name: String, value: Any): Unit

  112. def setReadOnlyBody(readOnlyBody: Boolean): Unit

  113. def setReadOnlyProperties(readOnlyProperties: Boolean): Unit

  114. def setRecievedByDFBridge(recievedByDFBridge: Boolean): Unit

  115. def setRedelivered(redelivered: Boolean): Unit

  116. def setRedeliveryCounter(deliveryCounter: Int): Unit

  117. def setReplyTo(replyTo: ActiveMQDestination): Unit

  118. def setResponseRequired(responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  119. def setTargetConsumerId(targetConsumerId: ConsumerId): Unit

  120. def setTimestamp(timestamp: Long): Unit

  121. def setTransactionId(transactionId: TransactionId): Unit

  122. def setType(type: UTF8Buffer): Unit

  123. def setUserID(jmsxUserID: UTF8Buffer): Unit

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

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

    Definition Classes
    MessageBaseCommand
  126. def toString(): String

    Definition Classes
    MessageBaseCommand → AnyRef → Any
  127. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MarshallAware

Inherited from BaseCommand

Inherited from Command

Inherited from DataStructure

Inherited from AnyRef

Inherited from Any