org.apache.activemq.apollo.broker

VirtualHost

class VirtualHost extends BaseService with SecuredResource

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

Instance Constructors

  1. new VirtualHost (broker: Broker, id: String)

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: Task): Unit

    Attributes
    protected
    Definition Classes
    VirtualHost → BaseService
  9. def _stop (on_completed: Task): Unit

    Attributes
    protected
    Definition Classes
    VirtualHost → BaseService
  10. def aggregate_dest_metrics (metrics: Iterable[DestMetricsDTO]): AggregateDestMetricsDTO

  11. def apply_update : Unit

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def assert_executing : Unit

    Definition Classes
    Dispatched
  14. var audit_log : Log

  15. var authenticator : Authenticator

  16. var authorizer : Authorizer

  17. val broker : Broker

  18. def clear_plugin_state [T] (clazz: Class[T]): T

    Used to clear out previously set plugin state.

  19. var client_redirect : Option[String]

  20. def clone (): AnyRef

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

  22. var connection_log : Log

  23. var console_log : Log

  24. var dead_dsub_metrics : DestMetricsDTO

  25. var dead_queue_metrics : DestMetricsDTO

  26. var dead_topic_metrics : DestMetricsDTO

  27. var direct_buffer_allocator : DirectBufferAllocator

  28. val dispatch_queue : DispatchQueue

    Definition Classes
    VirtualHost → Dispatched
  29. def eq (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  33. def get_dsub_metrics : FutureResult[AggregateDestMetricsDTO]

  34. def get_queue_metrics : FutureResult[AggregateDestMetricsDTO]

  35. def get_topic_metrics : FutureResult[AggregateDestMetricsDTO]

  36. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  37. val id : String

    Definition Classes
    VirtualHostSecuredResource
  38. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  39. def local_router : LocalRouter

  40. var names : List[String]

  41. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  44. def plugin_state [T] (factory: ⇒ T, clazz: Class[T]): T

    Plugins can associate state data with the virtual host instance using this method.

    Plugins can associate state data with the virtual host instance using this method. The factory will be used to create the state if it does not yet exist.

  45. val queue_id_counter : LongCounter

  46. def reset_metrics : Unit

  47. def resource_kind : org.apache.activemq.apollo.broker.security.SecuredResource.VirtualHostKind.type

    Definition Classes
    VirtualHostSecuredResource
  48. val router : Router

  49. var rules_cache : SecurityRules

    Definition Classes
    SecuredResource
  50. var security_log : Log

  51. def serviceFailure : Exception

    Definition Classes
    BaseService
  52. def service_state : State

    Definition Classes
    BaseService
  53. val session_counter : PersistentLongCounter

  54. def start (on_completed: Task): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  55. def stop (on_completed: Task): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  56. var store : Store

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

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

    Definition Classes
    VirtualHost → AnyRef → Any
  59. def update (config: VirtualHostDTO, on_completed: Task): Unit

    Validates and then applies the configuration.

  60. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SecuredResource

Inherited from BaseService

Inherited from Dispatched

Inherited from Service

Inherited from AnyRef

Inherited from Any