org.apache.activemq.apollo.broker.LocalRouter

Domain

trait Domain [D <: DomainDestination] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Domain
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def bind_action (consumer: DeliveryConsumer): String

    Attributes
    abstract
  2. def can_create_destination (address: DestinationAddress, security: SecurityContext): Option[String]

    Attributes
    abstract
  3. def create_destination (address: DestinationAddress, security: SecurityContext): Result[D, String]

    Attributes
    abstract
  4. def destroy_destination (address: DestinationAddress, security: SecurityContext): Unit

    Attributes
    abstract

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. var add_destination : (Path, D) ⇒ Unit

  7. def apply_update (traker: LoggingTracker): Unit

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def auto_create_on_bind : Boolean

  10. def auto_create_on_connect : Boolean

  11. def bind (bind_address: BindAddress, consumer: DeliveryConsumer, security: SecurityContext): Unit

  12. def can_bind_all (bind_address: BindAddress, consumer: DeliveryConsumer, security: SecurityContext): Option[String]

  13. def can_connect_all (address: DestinationAddress, producer: BindableDeliveryProducer, security: SecurityContext): Option[String]

  14. def can_destroy_destination (address: DestinationAddress, security: SecurityContext): Option[String]

  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def connect (connect_address: ConnectAddress, producer: BindableDeliveryProducer, security: SecurityContext): Unit

  17. val consumers : HashMap[DeliveryConsumer, ConsumerContext[D]]

  18. val consumers_by_path : PathMap[(ConsumerContext[D], BindAddress)]

  19. var destination_by_id : LinkedHashMap[String, D]

  20. var destination_by_path : PathMap[D]

  21. def destinations : Iterable[D]

  22. def disconnect (connect_address: ConnectAddress, producer: BindableDeliveryProducer): Unit

  23. def eq (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  27. def get_destination_matches (path: Path): Iterable[D]

  28. def get_or_create_destination (address: DestinationAddress, security: SecurityContext): Result[D, String]

  29. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  31. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  34. val producers_by_path : PathMap[ProducerContext]

  35. var remove_destination : (Path, D) ⇒ Option[D]

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

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

    Definition Classes
    AnyRef → Any
  38. def unbind (bind_address: BindAddress, consumer: DeliveryConsumer, persistent: Boolean, security: SecurityContext): Any

  39. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any