org.apache.activemq.apollo.openwire.command

ProducerInfo

class ProducerInfo extends BaseCommand

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

Instance Constructors

  1. new ProducerInfo (sessionInfo: SessionInfo, producerId: Long)

  2. new ProducerInfo (producerId: ProducerId)

  3. new ProducerInfo ()

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 (info: ProducerInfo): Unit

  9. def copy (): ProducerInfo

  10. def copy (copy: BaseCommand): Unit

    Definition Classes
    BaseCommand
  11. def createRemoveCommand (): RemoveInfo

  12. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getBrokerPath (): Array[BrokerId]

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

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

    Definition Classes
    BaseCommandCommand
  18. def getDataStructureType (): Byte

    Definition Classes
    ProducerInfoDataStructure
  19. def getDestination (): ActiveMQDestination

  20. def getProducerId (): ProducerId

  21. def getWindowSize (): Int

  22. def hashCode (): Int

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

    Definition Classes
    BaseCommandCommand
  24. def isDispatchAsync (): Boolean

  25. def isInstanceOf [T0] : Boolean

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

    Definition Classes
    BaseCommandDataStructure
  27. def isMessage (): Boolean

    Definition Classes
    BaseCommandCommand
  28. def isMessageAck (): Boolean

    Definition Classes
    BaseCommandCommand
  29. def isMessageDispatch (): Boolean

    Definition Classes
    BaseCommandCommand
  30. def isMessageDispatchNotification (): Boolean

    Definition Classes
    BaseCommandCommand
  31. def isResponse (): Boolean

    Definition Classes
    BaseCommandCommand
  32. def isResponseRequired (): Boolean

    Definition Classes
    BaseCommandCommand
  33. def isShutdownInfo (): Boolean

    Definition Classes
    BaseCommandCommand
  34. def isWireFormatInfo (): Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  38. def setBrokerPath (brokerPath: Array[BrokerId]): Unit

  39. def setCommandId (commandId: Int): Unit

    Definition Classes
    BaseCommandCommand
  40. def setDestination (destination: ActiveMQDestination): Unit

  41. def setDispatchAsync (dispatchAsync: Boolean): Unit

  42. def setProducerId (producerId: ProducerId): Unit

  43. def setResponseRequired (responseRequired: Boolean): Unit

    Definition Classes
    BaseCommandCommand
  44. def setWindowSize (windowSize: Int): Unit

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

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

    Definition Classes
    BaseCommand
  47. def toString (): String

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. 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