org.apache.activemq.apollo.broker

DurableSubscriptionQueueBinding

class DurableSubscriptionQueueBinding extends QueueBinding

Linear Supertypes
QueueBinding, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DurableSubscriptionQueueBinding
  2. QueueBinding
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DurableSubscriptionQueueBinding (binding_data: Buffer, binding_dto: DurableSubscriptionDestinationDTO)

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 bind (router: LocalRouter, queue: Queue): Unit

    Wires a queue into the a virtual host based on the binding information contained in the buffer.

    Wires a queue into the a virtual host based on the binding information contained in the buffer.

    Definition Classes
    DurableSubscriptionQueueBindingQueueBinding
  8. val binding_data : Buffer

  9. val binding_dto : DurableSubscriptionDestinationDTO

  10. def binding_kind : AsciiBuffer

  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def config (host: VirtualHost): DurableSubscriptionDTO

  13. val destination : Path

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (o: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    DurableSubscriptionQueueBinding → AnyRef → Any
  19. def id : String

    The name of the queue (could be the queue name or a subscription id etc)

    The name of the queue (could be the queue name or a subscription id etc)

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

    Attributes
    final
    Definition Classes
    Any
  21. def message_filter : BooleanExpression

  22. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Definition Classes
    QueueBinding → AnyRef → Any
  27. def unbind (router: LocalRouter, queue: Queue): Unit

  28. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from QueueBinding

Inherited from AnyRef

Inherited from Any