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

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

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

Methods in com.projectdarkstar.tools.dtc.data that return ServerAppConfigDTO
 ServerAppConfigDTO TestExecutionResultServerLogDTO.getOriginalServerAppConfig()
           
 ServerAppConfigDTO TestSpecDTO.getServerAppConfig()
          Returns the complete configuration required to run the server application to be used as the central process of this test.
 

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type ServerAppConfigDTO
 List<ServerAppConfigDTO> ServerAppDTO.getConfigs()
          Returns a list of server application configurations that can be used to run this server application.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type ServerAppConfigDTO
protected  void TestSpecDTO.setServerAppConfig(ServerAppConfigDTO serverAppConfig)
           
 void TestSpecDTO.updateServerAppConfig(ServerAppConfigDTO serverAppConfig)
           
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type ServerAppConfigDTO
protected  void ServerAppDTO.setConfigs(List<ServerAppConfigDTO> configs)
           
 void ServerAppDTO.updateConfigs(List<ServerAppConfigDTO> configs)
           
 

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

Methods in com.projectdarkstar.tools.dtc.service with parameters of type ServerAppConfigDTO
 Long ConfigAppsService.addServerAppConfig(ServerAppConfigDTO serverAppConfig)
          Add a ServerAppConfig object based on the given serverAppConfig to persistent storage.
 



Copyright © 2013. All Rights Reserved.