org.apache.activemq.apollo.broker.LocalRouter

Domain

trait Domain [D <: DomainDestination, DTO <: DestinationDTO] 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 (path: Path, destination: DTO, security: SecurityContext): Option[String]

    Attributes
    abstract
  3. def create_destination (path: Path, destination: DTO, security: SecurityContext): Result[D, String]

    Attributes
    abstract
  4. def destroy_destination (path: Path, destination: DTO, 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 (path: Path, destination: DTO, consumer: DeliveryConsumer, security: SecurityContext): Unit

  12. def can_bind_all (path: Path, destination: DTO, consumer: DeliveryConsumer, security: SecurityContext): Option[String]

  13. def can_connect_all (path: Path, destination: DTO, producer: BindableDeliveryProducer, security: SecurityContext): Option[String]

  14. def can_destroy_destination (path: Path, destination: DTO, security: SecurityContext): Option[String]

  15. def clone (): AnyRef

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

  17. val consumers_by_path : PathMap[ConsumerContext]

  18. var destination_by_id : LinkedHashMap[String, D]

  19. var destination_by_path : PathMap[D]

  20. def destinations : Iterable[D]

  21. def disconnect (destination: DTO, producer: BindableDeliveryProducer): Unit

  22. def eq (arg0: AnyRef): Boolean

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

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

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

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

  27. def get_or_create_destination (path: Path, destination: DTO, security: SecurityContext): Result[D, String]

  28. def hashCode (): Int

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  37. def unbind (destination: DTO, consumer: DeliveryConsumer, persistent: Boolean, security: SecurityContext): Unit

  38. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any