Uses of Class
com.projectdarkstar.tools.dtc.data.AbstractDTO

Packages that use AbstractDTO
com.projectdarkstar.tools.dtc.data   
 

Uses of AbstractDTO in com.projectdarkstar.tools.dtc.data
 

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



Copyright © 2013. All Rights Reserved.