Instance Constructors
-
new
OpenwireProtocolHandler
()
Type Members
-
class
Break
extends RuntimeException
-
-
class
ConsumerContext
extends BaseRetained with DeliveryConsumer
-
case class
OpenwireDeliveryProducerRoute
(addresses: Array[SimpleAddress]) extends DeliveryProducerRoute with Product with Serializable
-
-
-
-
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
ack
(command: Command): Unit
-
-
-
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
async_die
(msg: String, actual: Command = null): Unit
-
def
async_fail
(msg: String, actual: Command = null): Unit
-
def
broker
: Broker
-
def
buffer_size
: Int
-
def
clone
(): AnyRef
-
var
closed
: Boolean
-
-
-
var
connection
: BrokerConnection
-
-
var
connection_log
: Log
-
var
connection_session
: Sink[Command]
-
-
-
var
current_command
: AnyRef
-
var
dead
: Boolean
-
def
die
[T]
(msg: String, actual: Command = null): T
-
def
dispatchQueue
: DispatchQueue
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fail
[T]
(msg: String, actual: Command = null): T
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
-
-
-
def
hashCode
(): Int
-
var
heart_beat_monitor
: HeartBeatMonitor
-
var
host
: VirtualHost
-
def
isInstanceOf
[T0]
: Boolean
-
var
last_command_id
: Int
-
var
login
: Option[AsciiBuffer]
-
var
messages_received
: Long
-
var
messages_sent
: Long
-
var
minimum_protocol_version
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
next_command_id
: Int
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on_connection_info
(info: ConnectionInfo): Unit
-
def
on_consumer_info
(info: ConsumerInfo): Unit
-
def
on_destination_info
(info: DestinationInfo): Unit
-
-
def
on_message_ack
(info: MessageAck): Unit
-
def
on_producer_info
(info: ProducerInfo): Unit
-
def
on_remove_info
(info: RemoveInfo): Unit
-
def
on_session_info
(info: SessionInfo): Unit
-
def
on_transaction_info
(info: TransactionInfo): AnyVal
-
def
on_transport_command
(command: AnyRef): Unit
-
def
on_transport_connected
(): Unit
-
def
on_transport_disconnected
(): Unit
-
def
on_transport_failure
(error: IOException): Unit
-
def
on_wire_format_info
(info: WireFormatInfo): Boolean
-
var
passcode
: Option[AsciiBuffer]
-
def
perform_send
(msg: ActiveMQMessage, uow: StoreUOW = null): Unit
-
val
preferred_wireformat_settings
: WireFormatInfo
-
-
def
protocol
: String
-
-
def
resume_read
(): Unit
-
val
security_context
: SecurityContext
-
def
send_via_route
(route: DeliveryProducerRoute, message: ActiveMQMessage, uow: StoreUOW): Unit
-
def
session_id
: Option[String]
-
def
set_connection
(connection: BrokerConnection): Unit
-
var
sink_manager
: SinkMux[Command]
-
def
suspend_read
(reason: ⇒ String): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
var
temp_destination_map
: HashMap[ActiveMQDestination, DestinationDTO]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
var
waiting_on
: () ⇒ String
-
Inherited from ProtocolHandler
Inherited from AnyRef
Inherited from Any