org.apache.activemq.apollo.broker.jetty

JettyWebServer

class JettyWebServer extends WebServer with BaseService

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

Instance Constructors

  1. new JettyWebServer (broker: 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: Task): Unit

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

    Attributes
    protected
    Definition Classes
    JettyWebServer → BaseService
  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def assert_executing : Unit

    Definition Classes
    Dispatched
  12. val broker : Broker

  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. val dispatch_queue : DispatchQueue

    Definition Classes
    JettyWebServer → Dispatched
  15. def eq (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. var server : Server

  25. def serviceFailure : Exception

    Definition Classes
    BaseService
  26. def service_state : State

    Definition Classes
    BaseService
  27. def start (on_completed: Task): Unit

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

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

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

    Definition Classes
    JettyWebServer → AnyRef → Any
  31. def update (on_complete: Task): Unit

    Definition Classes
    JettyWebServerWebServer
  32. var uri_addresses : List[URI]

  33. def uris (): Array[URI]

    Definition Classes
    JettyWebServerWebServer
  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()
  37. var web_admins : List[WebAdminDTO]

Inherited from BaseService

Inherited from Dispatched

Inherited from WebServer

Inherited from Service

Inherited from AnyRef

Inherited from Any