Serialized Form


Package net.ihe.gazelle.shakespeare.KISimulator

Class net.ihe.gazelle.shakespeare.KISimulator.InMemoryTIManager extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

testInstances

ConcurrentMap<K,V> testInstances

Class net.ihe.gazelle.shakespeare.KISimulator.KISimulator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class net.ihe.gazelle.shakespeare.KISimulator.Test extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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