Instance Constructors
-
new
VirtualHost
(broker: Broker, id: String)
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: Runnable): Unit
-
def
_stop
(on_completed: Runnable): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
assert_executing
: Unit
-
var
audit_log
: Log
-
-
-
val
broker
: Broker
-
def
clone
(): AnyRef
-
var
config
: VirtualHostDTO
-
def
configure
(config: VirtualHostDTO, reporter: Reporter): RichDispatchQueue
-
var
connection_log
: Log
-
var
console_log
: Log
-
val
dispatch_queue
: DispatchQueue
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
id
: String
-
def
isInstanceOf
[T0]
: Boolean
-
var
names
: List[String]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
queue_id_counter
: LongCounter
-
var
router
: Router
-
var
security_log
: Log
-
def
serviceFailure
: Exception
-
def
service_state
: State
-
val
session_counter
: AtomicLong
-
def
start
(on_completed: Runnable): Unit
-
def
start
(): Unit
-
def
stop
(on_completed: Runnable): Unit
-
def
stop
(): Unit
-
var
store
: Store
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
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