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

Packages that use SystemProbeDTO
com.projectdarkstar.tools.dtc.data   
com.projectdarkstar.tools.dtc.service   
 

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

Methods in com.projectdarkstar.tools.dtc.data that return SystemProbeDTO
 SystemProbeDTO TestExecutionResultProbeLogDTO.getOriginalSystemProbe()
           
 

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type SystemProbeDTO
 List<SystemProbeDTO> SystemProbeTagDTO.getProbes()
          Returns the list of SystemProbeDTO objects that are tagged with this tag.
 List<SystemProbeDTO> TestSpecDTO.getSystemProbes()
          Returns the list of system probes that are to be used to monitor the state of the system while the test is running.
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type SystemProbeDTO
protected  void SystemProbeTagDTO.setProbes(List<SystemProbeDTO> probes)
           
protected  void TestSpecDTO.setSystemProbes(List<SystemProbeDTO> systemProbes)
           
 void TestSpecDTO.updateSystemProbes(List<SystemProbeDTO> systemProbes)
           
 

Uses of SystemProbeDTO in com.projectdarkstar.tools.dtc.service
 

Methods in com.projectdarkstar.tools.dtc.service with parameters of type SystemProbeDTO
 Long ConfigAppsService.addSystemProbe(SystemProbeDTO systemProbe, String tags)
          Add a SystemProbe to persistent storage based on the given systemProbe.
 



Copyright © 2013. All Rights Reserved.