org.apache.activemq.apollo.broker

DeliveryProducerRoute

class DeliveryProducerRoute extends Sink[Delivery] with BindableDeliveryProducer

Attributes
abstract
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DeliveryProducerRoute
  2. BindableDeliveryProducer
  3. Retained
  4. DeliveryProducer
  5. Sink
  6. AnyRef
  7. 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 bind (consumers: List[DeliveryConsumer]): Unit

  8. def clone (): AnyRef

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

    Definition Classes
    DeliveryProducer
  10. def connect (x: DeliveryConsumer): DeliverySession

  11. def connected (): Unit

  12. def connection : Option[BrokerConnection]

    Definition Classes
    DeliveryProducer
  13. def disconnected (): Unit

  14. val drainer : Task

  15. def eq (arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Sink
  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 → Any
  21. def hashCode (): Int

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

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

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

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

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

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

    Attributes
    protected
  29. def on_disconnected : Unit

    Attributes
    protected
  30. var overflow : Delivery

  31. var overflowSessions : List[DeliverySession]

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

  33. val reained_base : BaseRetained

  34. var refiller : Task

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

    Definition Classes
    DeliveryProducerRoute → Retained
  36. def retain (): Unit

    Definition Classes
    DeliveryProducerRoute → Retained
  37. def retained (): Int

    Definition Classes
    DeliveryProducerRoute → Retained
  38. def send_buffer_size : Int

    Definition Classes
    DeliveryProducer
  39. val store : Store

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

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

  42. def toString (): String

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

  44. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BindableDeliveryProducer

Inherited from Retained

Inherited from DeliveryProducer

Inherited from Sink[Delivery]

Inherited from AnyRef

Inherited from Any