public interface Connection
| Modifier and Type | Method and Description |
|---|---|
Transaction |
beginTransaction(SessionImplementor session)
Begins a logical unit of work.
|
void |
close()
Closes this connection.
|
void |
execute(String bapiName,
Map<String,Object> functionMap)
Calls a remote function module in the SAP system.
|
Transaction |
getTransaction()
Returns the current transaction.
|
void |
setCredentials(Credentials credentials)
Set the credentials for the session.
|
void setCredentials(Credentials credentials)
credentials - The CredentialsTransaction beginTransaction(SessionImplementor session)
session - The Session this Connection belongs to.Transaction getTransaction()
void execute(String bapiName, Map<String,Object> functionMap)
bapiName - The function module namefunctionMap - The function module parametersvoid close()
Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.