org.apache.activemq.apollo.util

BaseService

trait BaseService extends Service with Dispatched

The BaseService provides helpers for dealing async service state.

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

Type Members

  1. class CREATED extends State

    Attributes
    protected
  2. class FAILED extends State

    Attributes
    protected
  3. class STARTED extends State

    Attributes
    protected
  4. class STARTING extends State

    Attributes
    protected
  5. class STOPPED extends State

    Attributes
    protected
  6. class STOPPING extends State

    Attributes
    protected
  7. class State extends AnyRef

    Attributes
    sealed

Abstract Value Members

  1. def _start (on_completed: Task): Unit

    Attributes
    protected abstract
  2. def _stop (on_completed: Task): Unit

    Attributes
    protected abstract
  3. def dispatch_queue : DispatchQueue

    Attributes
    abstract
    Definition Classes
    Dispatched

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

    Attributes
    protected
  7. var _service_state : State

    Attributes
    protected
  8. var _start_transition_counter : Int

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def assert_executing : Unit

    Definition Classes
    Dispatched
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  21. def schedule_reoccurring (time: Long, unit: TimeUnit)(func: ⇒ Unit): Unit

  22. def serviceFailure : Exception

  23. def service_state : State

  24. def start (on_completed: Task): Unit

    Attributes
    final
    Definition Classes
    BaseServiceService
  25. def stop (on_completed: Task): Unit

    Attributes
    final
    Definition Classes
    BaseServiceService
  26. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Dispatched

Inherited from Service

Inherited from AnyRef

Inherited from Any