Package com.hp.lft.sdk.sap.gui
Class SessionLaunchInfo
java.lang.Object
com.hp.lft.sdk.sap.gui.SessionLaunchInfo
The SAP GuiSession launch parameters.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the SAP client.intReturns the system number property of the session.Returns the 2-letter language code.Returns the encrypted password.Returns the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.Returns the SAP server IP.Returns the log-on user name.Sets the SAP client.setInstanceNumber(int newValue) Sets the system number property of the session.setLanguage(String lang) Sets the 2-letter language code.setPassword(String passwordValue) Sets the encrypted password.setServerDescription(String serverDescription) Sets the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.setServerIP(InetAddress serverIp) Sets the SAP server IPsetUsername(String username) Sets The log-on user name.
- 
Constructor Details- 
SessionLaunchInfopublic SessionLaunchInfo()
 
- 
- 
Method Details- 
getServerDescriptionReturns the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.- Returns:
- the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.
 
- 
getClientReturns the SAP client.- Returns:
- the SAP client.
 
- 
getUsernameReturns the log-on user name.- Returns:
- the log-on user name.
 
- 
getPasswordReturns the encrypted password.- Returns:
- the encrypted password.
 
- 
getLanguageReturns the 2-letter language code.- Returns:
- the 2-letter language code.
 
- 
getInstanceNumberpublic int getInstanceNumber()Returns the system number property of the session.- Returns:
- the system number property of the session.
 
- 
getServerIpReturns the SAP server IP.- Returns:
- the SAP server IP.
 
- 
setServerDescriptionSets the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.- Parameters:
- serverDescription- the server description, which is identical to the one displayed in the SAP Logon dialog box and is case-sensitive.
- Returns:
- The builder object.
 
- 
setClientSets the SAP client.- Parameters:
- clientValue- the SAP client.
- Returns:
- The builder object.
 
- 
setUsernameSets The log-on user name.- Parameters:
- username- the log-on user name.
- Returns:
- The builder object.
 
- 
setPasswordSets the encrypted password.- Parameters:
- passwordValue- the encrypted password.
- Returns:
- The builder object.
 
- 
setLanguageSets the 2-letter language code.- Parameters:
- lang- the 2-letter language code.
- Returns:
- Builder object.
 
- 
setInstanceNumberSets the system number property of the session.- Parameters:
- newValue- the system number property of the session.
- Returns:
- The builder object.
 
- 
setServerIPSets the SAP server IP- Parameters:
- serverIp- the SAP server IP
- Returns:
- The builder object.
 
 
-