|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.configuration.ApplicationInformation
public class ApplicationInformation
Provides information on the 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 issue which may arise.
ApplicationInformationService.getApplicationInformation()
,
Serialized FormConstructor Summary | |
---|---|
ApplicationInformation(String apiServerVersion,
String appServerVersion)
Initializing constructor which sets the values of all variables. |
Method Summary | |
---|---|
String |
getApiClientVersion()
Returns the SAS Drug Development API version running on the client. |
String |
getApiServerVersion()
Returns the SAS Drug Development API version running on the server. |
String |
getAppServerVersion()
Returns the SAS Drug Development server version the API is connected to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationInformation(String apiServerVersion, String appServerVersion)
ApplicationInformationService.getApplicationInformation()
.
apiServerVersion
- The SAS Drug Development API version running on the server.appServerVersion
- The SAS Drug Development server version.Method Detail |
---|
public String getApiClientVersion()
public String getApiServerVersion()
public String getAppServerVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |