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 connect (x: DeliveryConsumer): DeliverySession

  12. def connected (): Unit

  13. def connection : Option[BrokerConnection]

    Definition Classes
    DeliveryProducer
  14. def disconnected (): Unit

  15. def dispose (): Unit

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

  17. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def flatMap [Y] (func: (Y) ⇒ Option[Delivery]): Sink[Y]

    Definition Classes
    Sink
  21. def full : Boolean

    returns

    true if the sink is full

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  23. def getDisposer (): Runnable

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. 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
  31. def on_connected : Unit

    Attributes
    protected
  32. def on_disconnected : Unit

    Attributes
    protected
  33. var overflow : Delivery

  34. var overflowSessions : List[DeliverySession]

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

  36. 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
  37. def release (arg0: Int): Unit

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

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

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

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  41. def send_buffer_size : Int

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

    Attributes
    final
    Definition Classes
    BaseRetained
  43. val store : Store

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

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

  46. def toString (): String

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

  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 Sink[Delivery]

Inherited from BindableDeliveryProducer

Inherited from DeliveryProducer

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any