com.sas.hls.configuration
Interface ApplicationInformationService


public interface ApplicationInformationService

A service which exposes internal versions of components that were deployed with the API. This information is typically only used internally to verify the deployment consistency between the client and server distributions, but this information can be used by consumers of the API to do their own version checking and help in the debugging and technical support of issues which may arise.

Since:
1.7

Method Summary
 ApplicationInformation getApplicationInformation()
          Returns an ApplicationInformation data structure with information containing SAS Drug Development versions in use.
 

Method Detail

getApplicationInformation

ApplicationInformation getApplicationInformation()
Returns an ApplicationInformation data structure with information containing SAS Drug Development versions in use. This information can be used to verify what version of the API is running on the client and the server as well as what version of SAS Drug Development is running on the server.

Returns:
The SAS Drug Development API and Server application details.


Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA