org.apache.activemq.apollo.openwire.command

TransactionInfo

class TransactionInfo extends BaseCommand

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

Instance Constructors

  1. new TransactionInfo (connectionId: ConnectionId, transactionId: TransactionId, type: Byte)

  2. new TransactionInfo ()

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

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

    Definition Classes
    BaseCommand
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getCommandId (): Int

    Definition Classes
    BaseCommandCommand
  14. def getConnectionId (): ConnectionId

  15. def getDataStructureType (): Byte

    Definition Classes
    TransactionInfoDataStructure
  16. def getTransactionId (): TransactionId

  17. def getType (): Byte

  18. def hashCode (): Int

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

    Definition Classes
    BaseCommandCommand
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def isMarshallAware (): Boolean

    Definition Classes
    BaseCommandDataStructure
  22. def isMessage (): Boolean

    Definition Classes
    BaseCommandCommand
  23. def isMessageAck (): Boolean

    Definition Classes
    BaseCommandCommand
  24. def isMessageDispatch (): Boolean

    Definition Classes
    BaseCommandCommand
  25. def isMessageDispatchNotification (): Boolean

    Definition Classes
    BaseCommandCommand
  26. def isResponse (): Boolean

    Definition Classes
    BaseCommandCommand
  27. def isResponseRequired (): Boolean

    Definition Classes
    BaseCommandCommand
  28. def isShutdownInfo (): Boolean

    Definition Classes
    BaseCommandCommand
  29. def isWireFormatInfo (): Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def setCommandId (commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  34. def setConnectionId (connectionId: ConnectionId): Unit

  35. def setResponseRequired (responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  36. def setTransactionId (transactionId: TransactionId): Unit

  37. def setType (type: Byte): Unit

  38. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  39. def toString (overrideFields: Map[String, AnyRef]): String

    Definition Classes
    BaseCommand
  40. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseCommand

Inherited from Command

Inherited from DataStructure

Inherited from AnyRef

Inherited from Any