Instance Constructors
-
new
Broker
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
var
_serviceFailure
: Exception
-
var
_service_state
: State
-
def
_start
(on_completed: Task): Unit
-
var
_start_transition_counter
: Int
-
def
_stop
(on_completed: Task): Unit
-
def
apply_update
(tracker: LoggingTracker): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
assert_executing
: Unit
-
var
audit_log
: Log
-
-
-
def
clone
(): AnyRef
-
var
config
: BrokerDTO
-
var
config_log
: Log
-
val
connection_id_counter
: LongCounter
-
var
connection_log
: Log
-
val
connections
: LinkedHashMap[Long, BrokerConnection]
-
val
connectors
: LinkedHashMap[String, Connector]
-
var
console_log
: Log
-
var
default_virtual_host
: VirtualHost
-
val
dispatch_queue
: DispatchQueue
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
first_accepting_connector
: Option[AcceptingConnector]
-
def
getClass
(): java.lang.Class[_]
-
def
getConfig
(): BrokerDTO
-
def
getTmp
(): File
-
def
get_connect_address
: String
-
def
get_default_virtual_host
: VirtualHost
-
def
get_socket_address
: SocketAddress
-
def
get_virtual_host
(name: AsciiBuffer): VirtualHost
-
def
hashCode
(): Int
-
def
id
: String
-
def
init_logs
: Unit
-
def
isInstanceOf
[T0]
: Boolean
-
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
now
: Long
-
def
resource_kind
: org.apache.activemq.apollo.broker.security.SecuredResource.BrokerKind.type
-
-
def
schedule_reoccurring
(time: Long, unit: TimeUnit)(func: ⇒ Unit): Unit
-
var
security_log
: Log
-
def
serviceFailure
: Exception
-
def
service_state
: State
-
var
services
: Map[CustomServiceDTO, Service]
-
def
setConfig
(arg0: BrokerDTO): Unit
-
def
setTmp
(arg0: File): Unit
-
def
start
(on_completed: Task): Unit
-
def
stop
(on_completed: Task): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
var
tmp
: File
-
def
toString
(): String
-
def
update
(config: BrokerDTO, on_completed: Task): Unit
-
val
virtual_hosts
: LinkedHashMap[AsciiBuffer, VirtualHost]
-
val
virtual_hosts_by_hostname
: LinkedHashMap[AsciiBuffer, VirtualHost]
-
def
virtualhost_maintenance
: Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
Inherited from BaseService
Inherited from Dispatched
Inherited from Service
Inherited from AnyRef
Inherited from Any
A Broker is parent object of all services assoicated with the serverside of a message passing system. It keeps track of all running connections, virtual hosts and assoicated messaging destintations.