|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |