Uses of Interface
com.sas.lsaf.core.configuration.ApplicationInformationService
-
Packages that use ApplicationInformationService Package Description com.sas.lsaf Class to log on to the system.com.sas.lsaf.client Classes needed to create a session and access available services. -
-
Uses of ApplicationInformationService in com.sas.lsaf
Methods in com.sas.lsaf that return ApplicationInformationService Modifier and Type Method Description static ApplicationInformationService
LsafClient. getApplicationInformationService()
Gets the ApplicationInformationService to access using the current session -
Uses of ApplicationInformationService in com.sas.lsaf.client
Methods in com.sas.lsaf.client that return ApplicationInformationService Modifier and Type Method Description ApplicationInformationService
ServiceManager. getApplicationInformationService()
Get theApplicationInformationService
instance bound to the current session.
-