org.apache.activemq.apollo.amqp

AmqpProtocolHandler

class AmqpProtocolHandler extends ProtocolHandler

Linear Supertypes
ProtocolHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AmqpProtocolHandler
  2. ProtocolHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmqpProtocolHandler()

Type Members

  1. class AmqpConsumer extends Task with Retained with DeliveryConsumer

  2. class AmqpProducerRoute extends DeliveryProducerRoute with ProducerSupport

  3. class Break extends RuntimeException

  4. trait ProducerSupport extends AnyRef

  5. class ProtocolException extends RuntimeException

  6. class TransactionQueue extends AnyRef

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 amqp_connection: AmqpTransport

  7. def amqp_error(name: String = "", message: String = ""): EndpointError

  8. val amqp_listener: AmqpListener { ... /* 10 definitions in type refinement */ }

  9. var amqp_trace: Boolean

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def broker: Broker

  12. lazy val buffer_size: Int

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def close_with_error(link: Link, error_name: String = "", error_message: String = ""): Unit

  15. def codec: AmqpProtocolCodec

  16. var config: AmqpDTO

  17. var connection: BrokerConnection

    Definition Classes
    ProtocolHandler
  18. var connection_log: Log

  19. var consumers: Map[Long, AmqpConsumer]

  20. object coordinatorContext extends ProducerSupport

  21. def create_connection_status: AmqpConnectionStatusDTO

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  22. def create_tx_queue(txid: Long): TransactionQueue

  23. var dead: Boolean

  24. def decode_addresses(value: String): Array[SimpleAddress]

  25. def decode_source(source: Source): (String, Array[SimpleAddress], Source)

  26. def decode_target(target: Target): (String, Array[SimpleAddress], Target)

  27. var destination_parser: DestinationParser

  28. def die_delay: Long

  29. var disconnected: Boolean

  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  35. var host: VirtualHost

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. var link_counter: Long

  38. var message_id_counter: Long

  39. var messages_received: Long

  40. var messages_sent: Long

  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. var nextTransactionId: Long

  43. final def notify(): Unit

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

    Definition Classes
    AnyRef
  45. def on_transport_command(command: AnyRef): Unit

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  46. def on_transport_connected(): Nothing

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  47. def on_transport_disconnected(): Unit

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  48. def on_transport_failure(error: IOException): Unit

    Definition Classes
    ProtocolHandler
  49. var prefetch: Int

  50. var producers: Map[Long, AmqpProducerRoute]

  51. def protocol: String

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  52. var protocol_convert: String

  53. def proton: ConnectionImpl

  54. def pump_out: Unit

  55. def queue: DispatchQueue

  56. def remove_tx_queue(txid: Long): TransactionQueue

  57. def resume_read(): Unit

  58. val security_context: SecurityContext

  59. def session_id: Option[String]

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  60. def set_connection(connection: BrokerConnection): Unit

    Definition Classes
    AmqpProtocolHandler → ProtocolHandler
  61. def suspend_read(reason: ⇒ String): Unit

  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  63. var temp_dest_counter: Long

  64. var temp_destination_map: HashMap[SimpleAddress, SimpleAddress]

  65. def toString(): String

    Definition Classes
    AnyRef → Any
  66. val transactions: HashMap[Long, TransactionQueue]

  67. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  70. var waiting_on: () ⇒ String

Inherited from ProtocolHandler

Inherited from AnyRef

Inherited from Any

Ungrouped