public final class SessionManagerImpl extends Object implements SessionManager, SessionManagerImplementor
| Constructor and Description |
|---|
SessionManagerImpl(ConfigurationData data,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes a SessionManager, freeing resources held by the framework.
|
Set<BapiInterceptor> |
getBapiInterceptors()
Returns this SessionManager's Bapi interceptors
|
Map<String,BapiMapping> |
getBapiMappings()
Returns this SessionManager's BapiMappings.
|
SessionManagerConfig |
getConfig()
Get Configuration.
|
Context |
getContext()
Returns this SessionManager's Context class.
|
ConverterCache |
getConverterCache()
Returns this SessionManager's Converter cache.
|
Set<ExecutionInterceptor> |
getExecutionInterceptors()
Returns this SessionManager's Execution interceptors
|
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.
|
String |
toString() |
public SessionManagerImpl(ConfigurationData data, Context context)
public void close()
SessionManagerclose in interface SessionManagerpublic boolean isClosed()
SessionManagerisClosed in interface SessionManagerpublic Map<String,BapiMapping> getBapiMappings()
SessionManagerImplementorgetBapiMappings in interface SessionManagerImplementorpublic ConverterCache getConverterCache()
SessionManagerImplementorgetConverterCache in interface SessionManagerImplementorpublic SessionManagerConfig getConfig()
SessionManagergetConfig in interface SessionManagergetConfig in interface SessionManagerImplementorpublic Context getContext()
SessionManagerImplementorgetContext in interface SessionManagerImplementorpublic Session openSession()
SessionManageropenSession in interface SessionManagerpublic Session openSession(Credentials credentials)
SessionManageropenSession in interface SessionManagercredentials - User Credentials for the SAP system to be called.public Set<ExecutionInterceptor> getExecutionInterceptors()
SessionManagerImplementorgetExecutionInterceptors in interface SessionManagerImplementorpublic Set<BapiInterceptor> getBapiInterceptors()
SessionManagerImplementorgetBapiInterceptors in interface SessionManagerImplementorCopyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.