Uses of Class
com.hp.lft.sdk.sap.gui.SessionLaunchInfo
Packages that use SessionLaunchInfo
-
Uses of SessionLaunchInfo in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return SessionLaunchInfoModifier and TypeMethodDescriptionSets the SAP client.SessionLaunchInfo.setInstanceNumber
(int newValue) Sets the system number property of the session.SessionLaunchInfo.setLanguage
(String lang) Sets the 2-letter language code.SessionLaunchInfo.setPassword
(String passwordValue) Sets the encrypted password.SessionLaunchInfo.setServerDescription
(String serverDescription) Sets the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.SessionLaunchInfo.setServerIP
(InetAddress serverIp) Sets the SAP server IPSessionLaunchInfo.setUsername
(String username) Sets The log-on user name.Methods in com.hp.lft.sdk.sap.gui with parameters of type SessionLaunchInfoModifier and TypeMethodDescriptionstatic GuiSession
GuiSessionFactory.launch
(SessionLaunchInfo launchInfo) Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.static GuiSession
GuiSessionFactory.launch
(SessionLaunchInfo launchInfo, DesktopEnvironment env) Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.