Serialized Form


Package com.goldenhammer.dicom

Class com.goldenhammer.dicom.CommandFactoryTest extends TestCase implements Serializable

Class com.goldenhammer.dicom.DICOMFieldGeneratorTest extends TestCase implements Serializable

Class com.goldenhammer.dicom.UIDPrefixesTest extends TestCase implements Serializable


Package com.goldenhammer.dicom.dcm4che

Class com.goldenhammer.dicom.dcm4che.CEchoTest extends TestCase implements Serializable

Class com.goldenhammer.dicom.dcm4che.CStoreImageTest extends TestCase implements Serializable

Class com.goldenhammer.dicom.dcm4che.DCM4CHEException extends java.lang.Exception implements Serializable


Package com.goldenhammer.modality

Class com.goldenhammer.modality.ImageStats extends java.lang.Object implements Serializable

Serialized Fields

stats

java.util.Map stats
Stores the key/value pairs of statistics.

Class com.goldenhammer.modality.ImageStatsTest extends TestCase implements Serializable

Class com.goldenhammer.modality.Modality extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type
The type of this Modality


manufacturer

java.lang.String manufacturer
The manufacturer of this Modality


model

java.lang.String model
The model of this Modality


modalityID

java.lang.String modalityID
The identification code of this Modality


applicationEntityTitle

java.lang.String applicationEntityTitle
The AE-Title of this Modality


studies

java.util.Collection studies
The studies this modality will execute.


senderName

java.lang.String senderName
The name a test profile assigns to an instance.


profilePath

java.lang.String profilePath
The path to the XML file used to create this Modality.


loggerName

java.lang.String loggerName

modalityNumber

int modalityNumber

modalityStatus

float modalityStatus
The current status of the modality with regard to its test


modalityStats

ModalityStats modalityStats
The stats object for this modality instance

Class com.goldenhammer.modality.ModalityException extends java.lang.Exception implements Serializable

Class com.goldenhammer.modality.ModalityFactory extends java.lang.Object implements Serializable

Class com.goldenhammer.modality.ModalityStats extends java.lang.Object implements Serializable

Serialized Fields

imageStats

java.util.Collection imageStats
A collection of ImageStats objects.


modalityType

java.lang.String modalityType
The name of the modality this object belongs to.


aeTitle

java.lang.String aeTitle
The application entity title of the target system.


firstDate

long firstDate

Class com.goldenhammer.modality.ModalityStatsSummaryTest extends TestCase implements Serializable

Class com.goldenhammer.modality.ModalityStatsTest extends TestCase implements Serializable

Class com.goldenhammer.modality.ModalityStatus extends java.lang.Object implements Serializable

Serialized Fields

nodeID

java.lang.String nodeID

modalityID

java.lang.String modalityID

modalityStatus

float modalityStatus

Class com.goldenhammer.modality.ModalityTest extends TestCase implements Serializable

Class com.goldenhammer.modality.SimulationThreadTest extends TestCase implements Serializable


Package com.goldenhammer.node

Class com.goldenhammer.node.NodeStatLoaderTest extends TestCase implements Serializable

Class com.goldenhammer.node.SimulationNode extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

parentLogger

java.util.logging.Logger parentLogger

bindLocation

java.lang.String bindLocation

bindPort

java.lang.String bindPort

nodeName

java.lang.String nodeName

logFile

java.lang.String logFile

testID

java.lang.String testID

modalities

java.util.Collection modalities

runningThreads

java.util.ArrayList runningThreads

numFinishedModalities

int numFinishedModalities

Class com.goldenhammer.node.SimulationNode_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class com.goldenhammer.node.SimulationNodeTest extends TestCase implements Serializable


Package com.goldenhammer.nodecontroller

Class com.goldenhammer.nodecontroller.IPGeneratorTest extends TestCase implements Serializable

Class com.goldenhammer.nodecontroller.SimulationController extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

nodeAddresses

java.util.Collection nodeAddresses

nodes

java.util.ArrayList nodes

rmiPort

java.lang.String rmiPort

remoteNodeName

java.lang.String remoteNodeName

mode

java.lang.String mode

nodeRetrievers

java.util.ArrayList nodeRetrievers

numNodesRetrieved

int numNodesRetrieved

numModalitiesDistributed

int numModalitiesDistributed

testid

java.lang.String testid

dateFormat

java.text.SimpleDateFormat dateFormat

Class com.goldenhammer.nodecontroller.SimulationController_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class com.goldenhammer.nodecontroller.SimulationControllerTest extends TestCase implements Serializable


Package com.goldenhammer.nodecontroller.gui

Class com.goldenhammer.nodecontroller.gui.ControllerUI extends javax.swing.JFrame implements Serializable

Serialized Fields

facade

SimulationControllerFacade facade

listModel

javax.swing.DefaultListModel listModel

jPanel

javax.swing.JPanel jPanel

jPanel2

javax.swing.JPanel jPanel2

jScrollPane

javax.swing.JScrollPane jScrollPane

jButton

javax.swing.JButton jButton

jList

javax.swing.JList jList

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2


Package com.goldenhammer.nodecontroller.thread

Class com.goldenhammer.nodecontroller.thread.ModalitySetterTest extends TestCase implements Serializable

Class com.goldenhammer.nodecontroller.thread.NodeRetrieverTest extends TestCase implements Serializable

Class com.goldenhammer.nodecontroller.thread.NodeStarterTest extends TestCase implements Serializable


Package com.goldenhammer.test

Class com.goldenhammer.test.Series extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the series.


image

java.io.File image
The image to use for the series.


randomFunc

java.lang.String randomFunc
The random function to use for the series.


imageCount

int imageCount
The number of images.


interval

double interval
The interval in which an image is sent.


sleepAfter

int sleepAfter
The number of images sent before the series sleeps.


imagePath

java.lang.String imagePath

Class com.goldenhammer.test.SeriesFactory extends java.lang.Object implements Serializable

Class com.goldenhammer.test.Study extends java.lang.Object implements Serializable

Serialized Fields

studyName

java.lang.String studyName
The name of the study.


studyProfile

java.lang.String studyProfile
The xml file which creates the study.


repeat

int repeat
The number of times to repeat this study.


randomFunc

java.lang.String randomFunc
The random function to use for the study.


series

java.util.Collection series
A collection of the series to use for the study.

Class com.goldenhammer.test.StudyException extends java.lang.Exception implements Serializable

Class com.goldenhammer.test.StudyFactory extends java.lang.Object implements Serializable

Class com.goldenhammer.test.StudyTest extends TestCase implements Serializable

Class com.goldenhammer.test.TestProfileException extends java.lang.Exception implements Serializable

Class com.goldenhammer.test.TestProfileTest extends TestCase implements Serializable


Package com.goldenhammer.utility

Class com.goldenhammer.utility.TimeElapsed extends java.lang.Object implements Serializable

Serialized Fields

hours

int hours

minutes

int minutes

seconds

int seconds

millis

long millis


Package com.goldenhammer.webui.struts.actions.modality

Class com.goldenhammer.webui.struts.actions.modality.EditModalitiesActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.modality.EditModalityActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.modality.ModalityActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.modality.NewModalityActionHandler extends Action implements Serializable


Package com.goldenhammer.webui.struts.actions.simulation

Class com.goldenhammer.webui.struts.actions.simulation.ModalityStatusActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.simulation.RunSimulationActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.simulation.RunTestProfilesActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.simulation.SortModalityIDActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.simulation.SortModalityPercentCompActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.simulation.SortNodeIDActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.simulation.StopSimulationActionHandler extends Action implements Serializable


Package com.goldenhammer.webui.struts.actions.study

Class com.goldenhammer.webui.struts.actions.study.AddSeriesActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.study.EditStudiesActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.study.EditStudyActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.study.NewStudyActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.study.StudyActionHandler extends Action implements Serializable


Package com.goldenhammer.webui.struts.actions.testprofile

Class com.goldenhammer.webui.struts.actions.testprofile.AddSenderActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.testprofile.AddStudyTemplateActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.testprofile.EditTestProfileActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.testprofile.EditTestProfilesActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.testprofile.NewTestProfileActionHandler extends Action implements Serializable

Class com.goldenhammer.webui.struts.actions.testprofile.TestProfileActionHandler extends Action implements Serializable


Package com.goldenhammer.webui.struts.forms

Class com.goldenhammer.webui.struts.forms.ConfirmationForm extends ActionForm implements Serializable

Class com.goldenhammer.webui.struts.forms.FilePathActionForm extends ActionForm implements Serializable


Package com.goldenhammer.webui.struts.forms.modality

Class com.goldenhammer.webui.struts.forms.modality.EditModalitiesActionForm extends ActionForm implements Serializable

Class com.goldenhammer.webui.struts.forms.modality.ModalityActionForm extends ActionForm implements Serializable


Package com.goldenhammer.webui.struts.forms.simulation

Class com.goldenhammer.webui.struts.forms.simulation.ModalityStatusActionForm extends ActionForm implements Serializable


Package com.goldenhammer.webui.struts.forms.study

Class com.goldenhammer.webui.struts.forms.study.EditStudiesActionForm extends ActionForm implements Serializable

Class com.goldenhammer.webui.struts.forms.study.StudyActionForm extends ActionForm implements Serializable