Uses of Class
com.hp.lft.sdk.sap.gui.SessionLaunchInfo
Packages that use SessionLaunchInfo
- 
Uses of SessionLaunchInfo in com.hp.lft.sdk.sap.guiMethods 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 GuiSessionGuiSessionFactory.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 GuiSessionGuiSessionFactory.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.