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 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 clone (): AnyRef

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

  14. val consumers_by_path : PathMap[ConsumerContext]

  15. var destination_by_id : HashMap[String, D]

  16. var destination_by_path : PathMap[D]

  17. def destinations : Iterable[D]

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

  19. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

  25. def hashCode (): Int

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

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

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

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

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

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

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

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

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

  35. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any