org.apache.activemq.apollo.broker

VirtualHost

class VirtualHost extends BaseService

Linear Supertypes
BaseService, Dispatched, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. VirtualHost
  2. BaseService
  3. Dispatched
  4. Service
  5. AnyRef
  6. 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: Runnable): Unit

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

    Attributes
    protected
    Definition Classes
    VirtualHost → BaseService
  10. def apply_update : Unit

  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. val broker : Broker

  17. def clone (): AnyRef

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

  19. var connection_log : Log

  20. var console_log : Log

  21. val dispatch_queue : DispatchQueue

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  27. val id : String

  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. var names : List[String]

  30. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  33. val queue_id_counter : LongCounter

  34. var router : Router

  35. var security_log : Log

  36. def serviceFailure : Exception

    Definition Classes
    BaseService
  37. def service_state : State

    Definition Classes
    BaseService
  38. val session_counter : AtomicLong

  39. def start (on_completed: Runnable): Unit

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

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

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

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

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

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

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

    Validates and then applies the configuration.

  47. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseService

Inherited from Dispatched

Inherited from Service

Inherited from AnyRef

Inherited from Any