Package com.projectdarkstar.tools.dtc.data

Class Summary
AbstractDTO Provides basic functionality for a Data Transfer Object in the Darkstar Test Cluster.
ClientAppConfigDTO Represents a runtime configuration for a ClientAppDTO.
ClientAppDTO Represents a client application simulator package to be run against a ServerAppDTO in a DTC test.
HardwareResourceDTO Represents a physical hardware resource that can be used during a DTC test.
HardwareResourceFamilyDTO Represents a family of resources.
LogFileDTO Represents a log file
PkgLibraryDTO Represents a binary package library which is required for either a ClientAppDTO, ServerAppDTO, or SystemProbeDTO to execute.
PkgLibraryTagDTO Represents a tag entity used to categorize PkgLibraryDTO objects.
PropertyDTO Represents a property by mapping a property name to a value.
ServerAppConfigDTO Represents a runtime configuration for a ServerAppDTO
ServerAppDTO Represents a server application that can be run as the central process in a DTC test.
SystemProbeDTO Represents a system probe application used to monitor and collect statistics during a DTC test.
SystemProbeTagDTO Represents a tag entity used to categorize SystemProbeDTO objects.
TestExecutionDTO Represents an instance of an execution of a TestSuiteDTO.
TestExecutionResultClientDataDTO Represents a snapshot of the number of clients in the system at runtime at a specific point in time during the execution.
TestExecutionResultClientDataTupleDTO Represents a snapshot of the number of clients in the system at runtime at a specific point in time during the execution for a specific type of ClientAppConfigDTO.
TestExecutionResultClientLogDTO Captures complete runtime configuration, hardware resource executed on, and result log file for the execution of a ClientAppConfigDTO client application simulator.
TestExecutionResultDTO Represents the results for a specific instance of a TestSpecDTO.
TestExecutionResultProbeDataDTO Represents a snapshot of the data collected by a specific SystemProbeDTO at a specific point in time.
TestExecutionResultProbeLogDTO Captures complete runtime configuration, hardware resource executed on, and result log file for the execution of a SystemProbeDTO during the test.
TestExecutionResultServerLogDTO Captures complete runtime configuration and result log file for the execution of the server application on a specific resource during execution of the test.
TestExecutionTagDTO Represents a tag entity used to categorize TestExecutionDTO objects.
TestQueueDTO Wrapper object for a TestExecutionDTO that is currently running, or is waiting to be run.
TestSpecDTO Represents a complete test specification that pulls together all of the details and parameters necessary to run a DTC test.
TestSuiteDTO Represents a collection of tests in the form of @link{TestSpecDTO} objects that are to be run in succession as a suite.
 

Enum Summary
ClientAppConfigTypeDTO Enumeration type representing each of the possible mechanisms allowed to pass arguments to a client executable.
TestExecutionResultValueDTO Enumeration type representing each of the possible results of a specific test.
TestQueueStatusDTO Enumeration type representing each of the possible states that a test in the queue can be in.
 



Copyright © 2013. All Rights Reserved.