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

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

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

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

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

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

  13. def clone (): AnyRef

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

  15. val consumers_by_path : PathMap[ConsumerContext]

  16. var destination_by_id : LinkedHashMap[String, D]

  17. var destination_by_path : PathMap[D]

  18. def destinations : Iterable[D]

  19. def disconnect (destination: DestinationDTO, producer: BindableDeliveryProducer): Unit

  20. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

  26. def hashCode (): Int

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

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

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

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

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

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

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

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

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

  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any