public interface SessionManager extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes a SessionManager, freeing resources held by the framework.
|
SessionManagerConfig |
getConfig()
Get Configuration.
|
boolean |
isClosed()
Returns the status of this SessionManager.
|
Session |
openSession()
Open a Session using a newly created connection to SAP.
|
Session |
openSession(Credentials credentials)
Open a Session using a newly created connection to SAP, providing user credentials.
|
SessionManagerConfig getConfig()
Session openSession()
Session openSession(Credentials credentials)
credentials - User Credentials for the SAP system to be called.void close()
boolean isClosed()
Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.