org.apache.activemq.apollo.broker

DeliveryProducerRoute

class DeliveryProducerRoute extends BaseRetained with BindableDeliveryProducer with Sink[Delivery]

Attributes
abstract
Linear Supertypes
Sink[Delivery], BindableDeliveryProducer, DeliveryProducer, BaseRetained, Retained, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DeliveryProducerRoute
  2. Sink
  3. BindableDeliveryProducer
  4. DeliveryProducer
  5. BaseRetained
  6. Retained
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeliveryProducerRoute (router: Router)

Abstract Value Members

  1. def dispatch_queue : DispatchQueue

    Attributes
    abstract
    Definition Classes
    BindableDeliveryProducerDeliveryProducer

Concrete 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 assertRetained (): Unit

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  8. def bind (consumers: List[DeliveryConsumer]): Unit

  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def collocate (value: DispatchQueue): Unit

    Definition Classes
    DeliveryProducer
  11. def connected (): Unit

  12. def connection : Option[BrokerConnection]

    Definition Classes
    DeliveryProducer
  13. def disconnected (): Unit

  14. def dispose (): Unit

    Attributes
    protected[hawtdispatch]
    Definition Classes
    BaseRetained
  15. val drainer : Runnable

  16. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def full : Boolean

    returns

    true if the sink is full

    Definition Classes
    DeliveryProducerRouteSink
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  21. def getDisposer (): Runnable

    Attributes
    final
    Definition Classes
    BaseRetained
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def map [Y] (func: (Y) ⇒ Delivery): Sink[Y]

    Definition Classes
    Sink
  25. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  28. def offer (delivery: Delivery): Boolean

    Attempts to add a value to the sink.

    Attempts to add a value to the sink. If the sink is full, this method will typically return false. The caller should try to offer the value again once the refiller is exectuted.

    returns

    true if the value was added.

    Definition Classes
    DeliveryProducerRouteSink
  29. def on_connected : Unit

    Attributes
    protected
  30. def on_disconnected : Unit

    Attributes
    protected
  31. var overflow : Delivery

  32. var overflowSessions : List[DeliverySession]

  33. var pendingAck : (DeliveryResult, StoreUOW) ⇒ Unit

  34. var refiller : Runnable

    Sets a refiller on the sink.

    Sets a refiller on the sink. The refiller is executed when the sink is interested in receiving more deliveries.

    Definition Classes
    DeliveryProducerRouteSink
  35. def release (arg0: Int): Unit

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  36. def release (): Unit

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  37. def retain (): Unit

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  38. def retained (): Int

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  39. val router : Router

  40. def send_buffer_size : Int

    Definition Classes
    DeliveryProducer
  41. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  42. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  43. var targets : List[DeliverySession]

  44. def toString (): String

    Definition Classes
    AnyRef → Any
  45. def unbind (targets: List[DeliveryConsumer]): Unit

  46. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Sink[Delivery]

Inherited from BindableDeliveryProducer

Inherited from DeliveryProducer

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any