Package | Description |
---|---|
com.sap.conn.jco.server |
Modifier and Type | Method and Description |
---|---|
void |
JCoServerSecurityHandler.checkAuthorization(JCoServerContext serverCtx,
String functionName,
JCoServerAuthorizationData authorizationData)
This API will be invoked by the JCo runtime on each remote call.
|
boolean |
JCoServerTIDHandler.checkTID(JCoServerContext serverCtx,
String tid)
This function will be invoked when a transactional RFC is being called from a
SAP system.
|
boolean |
JCoServerUnitIDHandler.checkUnitID(JCoServerContext serverCtx,
JCoUnitIdentifier unitIdentifier)
This method will be invoked when a bgRFC unit is being sent from an
SAP system.
|
void |
JCoServerUnitIDHandler.commit(JCoServerContext serverCtx,
JCoUnitIdentifier unitIdentifier)
This method will be called after all RFC function modules belonging to
the concerned unit have been successfully completed.
|
void |
JCoServerTIDHandler.commit(JCoServerContext serverCtx,
String tid)
This function will be called after all RFC functions belonging to a certain transaction
have been successfully completed.
|
void |
JCoServerTIDHandler.confirmTID(JCoServerContext serverCtx,
String tid)
This function will be called after the local transaction has been completed.
|
void |
JCoServerUnitIDHandler.confirmUnitID(JCoServerContext serverCtx,
JCoUnitIdentifier unitIdentifier)
This method will be called after the local transaction has been completed.
|
JCoFunctionUnitState |
JCoServerUnitIDHandler.getFunctionUnitState(JCoServerContext serverCtx,
JCoUnitIdentifier unitIdentifier)
The method will be invoked if the ABAP side resumes after a failure in bgRFC scheduler.
|
void |
JCoServerFunctionHandler.handleRequest(JCoServerContext serverCtx,
JCoFunction function)
The method invoked by the JCo server runtime to dispatch the remote function call.
|
void |
JCoServerUnitIDHandler.rollback(JCoServerContext serverCtx,
JCoUnitIdentifier unitIdentifier)
This method will be called if an error has occurred in one of the RFC function modules belonging to
the concerned unit.
|
void |
JCoServerTIDHandler.rollback(JCoServerContext serverCtx,
String tid)
This function will be called if an error has occurred in one of the RFC functions belonging to
a certain transaction.
|
Copyright © 2024 SAP. All rights reserved.