org.apache.activemq.apollo.broker

Connector

trait Connector extends BaseService with SecuredResource

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

Abstract Value Members

  1. abstract def _start(on_completed: Task): Unit

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

    Attributes
    protected
    Definition Classes
    BaseService
  3. abstract def accepted: LongCounter

  4. abstract def broker: Broker

  5. abstract def config: ConnectorTypeDTO

  6. abstract def connected: LongCounter

  7. abstract def dispatch_queue: DispatchQueue

    Definition Classes
    Dispatched
  8. abstract def id: String

    Definition Classes
    ConnectorSecuredResource
  9. abstract def socket_address: SocketAddress

  10. abstract def status: ServiceStatusDTO

  11. abstract def stopped(connection: BrokerConnection): Unit

  12. abstract def update(config: ConnectorTypeDTO, on_complete: Task): Unit

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var _serviceFailure: Exception

    Attributes
    protected
    Definition Classes
    BaseService
  7. var _service_state: State

    Attributes
    protected
    Definition Classes
    BaseService
  8. var _start_transition_counter: Int

    Definition Classes
    BaseService
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def assert_executing: Unit

    Definition Classes
    Dispatched
  11. def clone(): AnyRef

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

    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. final def getClass(): java.lang.Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  21. def protocol_codec_config[T <: ProtocolDTO](clazz: Class[T]): Option[T]

  22. def resource_kind: org.apache.activemq.apollo.broker.security.SecuredResource.ConnectorKind.type

    Definition Classes
    ConnectorSecuredResource
  23. var rules_cache: SecurityRules

    Definition Classes
    SecuredResource
  24. def schedule_reoccurring(time: Long, unit: TimeUnit)(func: ⇒ Unit): Unit

    Definition Classes
    BaseService
  25. def serviceFailure: Exception

    Definition Classes
    BaseService
  26. def service_state: State

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

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def update_buffer_settings: Unit

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SecuredResource

Inherited from BaseService

Inherited from Dispatched

Inherited from Service

Inherited from AnyRef

Inherited from Any