org.apache.activemq.apollo.broker

Broker

class Broker extends BaseService with SecuredResource

A Broker is parent object of all services assoicated with the serverside of a message passing system. It keeps track of all running connections, virtual hosts and assoicated messaging destintations.

Linear Supertypes
SecuredResource, BaseService, Dispatched, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Broker
  2. SecuredResource
  3. BaseService
  4. Dispatched
  5. Service
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Broker ()

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 _serviceFailure : Exception

    Attributes
    protected
    Definition Classes
    BaseService
  7. var _service_state : State

    Attributes
    protected
    Definition Classes
    BaseService
  8. def _start (on_completed: Runnable): Unit

    Definition Classes
    Broker → BaseService
  9. def _stop (on_completed: Runnable): Unit

    Definition Classes
    Broker → BaseService
  10. def apply_update (tracker: LoggingTracker): Unit

    Attributes
    protected
  11. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  12. def assert_executing : Unit

    Definition Classes
    Dispatched
  13. var audit_log : Log

  14. var authenticator : Authenticator

  15. var authorizer : Authorizer

  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. var config : BrokerDTO

  18. var config_log : Log

  19. val connection_id_counter : LongCounter

  20. var connection_log : Log

  21. val connections : LinkedHashMap[Long, BrokerConnection]

  22. val connectors : LinkedHashMap[String, Connector]

  23. var console_log : Log

  24. var default_virtual_host : VirtualHost

  25. val dispatch_queue : DispatchQueue

    Definition Classes
    Broker → Dispatched
  26. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def first_accepting_connector : Option[AcceptingConnector]

  30. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  31. def get_connect_address : String

  32. def get_default_virtual_host : org.apache.activemq.apollo.broker.VirtualHost @scala.util.continuations.cpsParam[Unit,Unit]

  33. def get_socket_address : SocketAddress

  34. def get_virtual_host (name: AsciiBuffer): org.apache.activemq.apollo.broker.VirtualHost @scala.util.continuations.cpsParam[Unit,Unit]

  35. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  36. def id : String

    Definition Classes
    BrokerSecuredResource
  37. def init_logs : Unit

    Attributes
    protected
  38. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  39. var key_storage : KeyStorage

  40. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  43. var now : Long

  44. def resource_kind : BrokerKind

    Definition Classes
    BrokerSecuredResource
  45. var rules_cache : SecurityRules

    Definition Classes
    SecuredResource
  46. def schedule_periodic_maintenance : Unit

  47. var security_log : Log

  48. def serviceFailure : Exception

    Definition Classes
    BaseService
  49. def service_state : State

    Definition Classes
    BaseService
  50. var services : Map[String, (CustomServiceDTO, Service)]

  51. def start (on_completed: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  52. def start (): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  53. def stop (on_completed: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  54. def stop (): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  55. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  56. var tmp : File

  57. def toString (): String

    Definition Classes
    Broker → AnyRef → Any
  58. def update (config: BrokerDTO, on_completed: Runnable): Unit

    Validates and then applies the configuration.

  59. val virtual_hosts : LinkedHashMap[AsciiBuffer, VirtualHost]

  60. val virtual_hosts_by_hostname : LinkedHashMap[AsciiBuffer, VirtualHost]

  61. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  64. var web_server : WebServer

Inherited from SecuredResource

Inherited from BaseService

Inherited from Dispatched

Inherited from Service

Inherited from AnyRef

Inherited from Any