Serialized Form
Package net.ihe.gazelle.shakespeare.KISimulator |
serialVersionUID: 1L
testInstances
ConcurrentMap<K,V> testInstances
serialVersionUID: 1L
simulatorInstanceName
String simulatorInstanceName
simulatorClassName
String simulatorClassName
runDirectoryPath
String runDirectoryPath
interfaceURL
String interfaceURL
ini
org.apache.commons.configuration.HierarchicalINIConfiguration ini
syslog
org.slf4j.Logger syslog
testManager
TIManager testManager
serialVersionUID: 1L
testInstanceId
String testInstanceId
- Unique identifier for a Gazelle test instance. This is passed via the
Gazelle TM interface, and is used to identify test instances by the
TIManager
. This is read only, set in the constructor.
participants
Map<K,V> participants
- Map of
TestInstanceParticipants
in this test instance. Mapped by the
participant id.
Gazelle design means no thread safety is required for this data.
messages
List<E> messages
- List of
Message
objects generated by this test instance. Messages may be added and
queried by concurrent threads.
simulator
KISimulator simulator
syslog
org.slf4j.Logger syslog
pid
String pid
participant
TestInstanceParticipants participant
system
System system
configuration
Configuration configuration
host
Host host