class
FileConfigStore
extends ConfigStore
Instance Constructors
-
new
FileConfigStore
(file: File)
Type Members
-
case class
StoredBrokerModel
(data: Array[Byte], last_modified: Long) extends Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
can_write
: Boolean
-
def
clone
(): AnyRef
-
val
dispatch_queue
: DispatchQueue
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
var
file
: File
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
-
def
load
(eval: Boolean): BrokerDTO
-
def
marshall
(in: BrokerDTO): Array[Byte]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
read
(): String
-
var
running
: Boolean
-
def
start
: Unit
-
def
stop
: Unit
-
def
store
(config: BrokerDTO): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unmarshall
(in: Array[Byte], evalProps: Boolean = false): BrokerDTO
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(value: String): Unit
Inherited from AnyRef
Inherited from Any
A simple ConfigStore implementation which only support one broker configuration stored in an XML file.