org.apache.activemq.apollo.openwire

OpenwireProtocolHandler

class OpenwireProtocolHandler extends ProtocolHandler

Linear Supertypes
ProtocolHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OpenwireProtocolHandler
  2. ProtocolHandler
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenwireProtocolHandler ()

Type Members

  1. class Break extends RuntimeException

  2. class ConnectionContext extends AnyRef

  3. class ConsumerContext extends BaseRetained with DeliveryConsumer

  4. class ProducerContext extends AnyRef

  5. class ProtocolException extends RuntimeException

  6. class SessionContext extends AnyRef

  7. class TransactionContext extends AnyRef

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. def ack (command: Command): Unit

  7. val all_consumers : HashMap[ConsumerId, ConsumerContext]

  8. val all_producers : HashMap[ProducerId, ProducerContext]

  9. val all_sessions : HashMap[SessionId, SessionContext]

  10. val all_temp_dests : List[ActiveMQDestination]

  11. val all_transactions : HashMap[TransactionId, TransactionContext]

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def async_die (msg: String, actual: Command = null): Unit

  14. def async_fail (msg: String, actual: Command = null): Unit

  15. def broker : Broker

  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. var closed : Boolean

  18. var codec : OpenwireCodec

  19. var config : OpenwireDTO

  20. var connection : BrokerConnection

    Definition Classes
    ProtocolHandler
  21. var connection_context : ConnectionContext

  22. var connection_log : Log

  23. var connection_session : Sink[Command]

  24. def create_connection_status : OpenwireConnectionStatusDTO

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  25. def create_tx_ctx (connection: ConnectionContext, txid: TransactionId): TransactionContext

  26. var current_command : AnyRef

  27. var dead : Boolean

  28. def die [T] (msg: String, actual: Command = null): T

    A protocol error that cannot be recovered from.

    A protocol error that cannot be recovered from. It results in the connections being terminated.

  29. def dispatchQueue : DispatchQueue

  30. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  32. def fail [T] (msg: String, actual: Command = null): T

  33. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  35. def get_context (id: ConnectionId): ConnectionContext

  36. def get_or_create_tx_ctx (connection: ConnectionContext, txid: TransactionId): TransactionContext

  37. def get_tx_ctx (txid: TransactionId): TransactionContext

  38. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  39. var heart_beat_monitor : HeartBeatMonitor

  40. var host : VirtualHost

  41. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  42. var last_command_id : Int

  43. var login : Option[AsciiBuffer]

  44. var minimum_protocol_version : Int

  45. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  46. def next_command_id : Int

  47. def noop : Unit @scala.util.continuations.cpsParam[Unit,Unit]

  48. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  50. def on_connection_info (info: ConnectionInfo): Unit

  51. def on_consumer_info (info: ConsumerInfo): Unit

  52. def on_destination_info (info: DestinationInfo): Nothing

  53. def on_message (msg: ActiveMQMessage): Any

  54. def on_message_ack (info: MessageAck): Unit

  55. def on_producer_info (info: ProducerInfo): Unit

  56. def on_remove_info (info: RemoveInfo): Unit

  57. def on_session_info (info: SessionInfo): Unit

  58. def on_transaction_info (info: TransactionInfo): AnyVal

  59. def on_transport_command (command: AnyRef): Unit

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  60. def on_transport_connected (): Unit

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  61. def on_transport_disconnected (): Unit

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  62. def on_transport_failure (error: IOException): Unit

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  63. def on_wire_format_info (info: WireFormatInfo): Boolean

  64. var passcode : Option[AsciiBuffer]

  65. def perform_send (msg: ActiveMQMessage, uow: StoreUOW = null): Unit

  66. var producerRoutes : LRUCache[List[DestinationDTO], DeliveryProducerRoute]

  67. def protocol : String

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  68. def remove_tx_ctx (txid: TransactionId): TransactionContext

  69. def resume_read (): Unit

  70. val security_context : SecurityContext

  71. def send_via_route (route: DeliveryProducerRoute, message: ActiveMQMessage, uow: StoreUOW): Unit

  72. def session_id : Option[String]

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  73. def set_connection (connection: BrokerConnection): Unit

    Definition Classes
    OpenwireProtocolHandler → ProtocolHandler
  74. var sink_manager : SinkMux[Command]

  75. def suspend_read (reason: String): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  77. var temp_destination_map : HashMap[ActiveMQDestination, DestinationDTO]

  78. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  82. var waiting_on : String

  83. var wire_format : OpenWireFormat

Inherited from ProtocolHandler

Inherited from AnyRef

Inherited from Any