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 can_bind_one (path: Path, destination: DestinationDTO, consumer: DeliveryConsumer, security: SecurityContext): Boolean

    Attributes
    abstract
  2. def can_connect_one (path: Path, destination: DestinationDTO, producer: BindableDeliveryProducer, security: SecurityContext): Boolean

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

    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 asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def bind (path: Path, destination: DestinationDTO, consumer: DeliveryConsumer, security: SecurityContext): Unit

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

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

  11. def clone (): AnyRef

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

  13. val consumers_by_path : PathMap[ConsumerContext]

  14. var destination_by_id : HashMap[String, D]

  15. var destination_by_path : PathMap[D]

  16. def destinations : Iterable[D]

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

  18. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

  24. def hashCode (): Int

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

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

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

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

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

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

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

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

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

  34. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any