public class SapLUWHandle extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.logging.log4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
static SapLUWHandle |
createHandle(PipeLineSession session,
String sessionKey,
SapSystemImpl sapSystem,
boolean useTid) |
com.sap.conn.jco.JCoDestination |
getDestination() |
String |
getTid() |
boolean |
isUseTid() |
void |
release() |
static void |
releaseHandle(PipeLineSession session,
String sessionKey) |
static SapLUWHandle |
retrieveHandle(PipeLineSession session,
String sessionKey) |
static SapLUWHandle |
retrieveHandle(PipeLineSession session,
String sessionKey,
boolean create,
SapSystemImpl sapSystem,
boolean useTid) |
void |
rollback() |
void |
setUseTid(boolean b) |
public static SapLUWHandle createHandle(PipeLineSession session, String sessionKey, SapSystemImpl sapSystem, boolean useTid) throws com.sap.conn.jco.JCoException
com.sap.conn.jco.JCoExceptionpublic static SapLUWHandle retrieveHandle(PipeLineSession session, String sessionKey)
public static SapLUWHandle retrieveHandle(PipeLineSession session, String sessionKey, boolean create, SapSystemImpl sapSystem, boolean useTid) throws com.sap.conn.jco.JCoException
com.sap.conn.jco.JCoExceptionpublic static void releaseHandle(PipeLineSession session, String sessionKey) throws com.sap.conn.jco.JCoException
com.sap.conn.jco.JCoExceptionpublic void begin()
throws com.sap.conn.jco.JCoException
com.sap.conn.jco.JCoExceptionpublic void commit()
throws com.sap.conn.jco.JCoException
com.sap.conn.jco.JCoExceptionpublic void rollback()
public void release()
throws com.sap.conn.jco.JCoException
com.sap.conn.jco.JCoExceptionpublic com.sap.conn.jco.JCoDestination getDestination()
public String getTid()
public void setUseTid(boolean b)
public boolean isUseTid()
Copyright © 2023 Frank!Framework. All rights reserved.