public class SapJcoServerTIdHandler extends Object implements com.sap.conn.jco.server.JCoServerTIDHandler
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
SapJcoServerTIdHandler() |
SapJcoServerTIdHandler(IdStore<String> tIdStore) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkTID(com.sap.conn.jco.server.JCoServerContext serverCtx,
String tId) |
void |
commit(com.sap.conn.jco.server.JCoServerContext serverCtx,
String tId) |
void |
confirmTID(com.sap.conn.jco.server.JCoServerContext serverCtx,
String tId) |
void |
execute(com.sap.conn.jco.server.JCoServerContext serverContext) |
IdStore<String> |
getTIdStore() |
void |
rollback(com.sap.conn.jco.server.JCoServerContext serverCtx,
String tId) |
void |
setTIdStore(IdStore<String> tIdStore) |
public boolean checkTID(com.sap.conn.jco.server.JCoServerContext serverCtx, String tId)
checkTID
in interface com.sap.conn.jco.server.JCoServerTIDHandler
public void commit(com.sap.conn.jco.server.JCoServerContext serverCtx, String tId)
commit
in interface com.sap.conn.jco.server.JCoServerTIDHandler
public void rollback(com.sap.conn.jco.server.JCoServerContext serverCtx, String tId)
rollback
in interface com.sap.conn.jco.server.JCoServerTIDHandler
public void confirmTID(com.sap.conn.jco.server.JCoServerContext serverCtx, String tId)
confirmTID
in interface com.sap.conn.jco.server.JCoServerTIDHandler
public void execute(com.sap.conn.jco.server.JCoServerContext serverContext)
Copyright © 2016. All rights reserved.