Uses of Interface
com.sap.conn.jco.server.JCoServerContext
Packages that use JCoServerContext
-
Uses of JCoServerContext in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server with parameters of type JCoServerContextModifier and TypeMethodDescriptionvoid
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
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
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.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.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
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.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.