org.apache.activemq.apollo.broker

Connection

class Connection extends BaseService with Dispatched

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

Instance Constructors

  1. new Connection ()

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
    Connection → BaseService
  9. def _stop (on_completed: Task): Unit

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

    Attributes
    final
    Definition Classes
    Any
  11. def assert_executing : Unit

    Definition Classes
    Dispatched
  12. def clone (): AnyRef

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

    Definition Classes
    Connection → Dispatched
  14. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  23. def on_failure (error: Exception): Unit

    Attributes
    protected
  24. def on_refill : Unit

    Attributes
    protected
  25. def on_transport_command (command: AnyRef): Unit

    Attributes
    protected
  26. def on_transport_connected (): Unit

    Attributes
    protected
  27. def on_transport_disconnected (): Unit

    Attributes
    protected
  28. def on_transport_failure (error: IOException): Unit

    Attributes
    protected
  29. def serviceFailure : Exception

    Definition Classes
    BaseService
  30. def service_state : State

    Definition Classes
    BaseService
  31. def set_dispatch_queue (next_queue: DispatchQueue)(on_complete: ⇒ Unit): Unit

  32. def start (on_completed: Task): Unit

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

    Attributes
    final
    Definition Classes
    BaseService → Service
  34. var stopped : Boolean

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

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

    Definition Classes
    AnyRef → Any
  37. var transport : Transport

  38. var transport_sink : TransportSink

  39. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. 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