Uses of Interface
com.sap.conn.jco.JCoUnitIdentifier
Packages that use JCoUnitIdentifier
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoUnitIdentifier in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoUnitIdentifierModifier and TypeMethodDescriptionstatic JCoUnitIdentifier
JCo.createUnitIdentifier
(String unitID, JCoUnitIdentifier.Type unitType) Creates a new unit identifier.JCoFunctionUnit.getIdentifier()
Return the unique identifier for the function unit.JCoRequestUnit.getIdentifier()
Return the unique identifier for the function unit.Methods in com.sap.conn.jco with parameters of type JCoUnitIdentifierModifier and TypeMethodDescriptionvoid
JCoDestination.confirmFunctionUnit
(JCoUnitIdentifier unitIdentifier) Confirms that a bgRFC unit has been executed successfully.JCoDestination.getFunctionUnitState
(JCoUnitIdentifier unitIdentifier) Returns the state of the unit with the given ID. -
Uses of JCoUnitIdentifier in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoUnitIdentifierModifier and TypeMethodDescriptionJCoServerContextInfo.getUnitIdentifier()
Returns the unit identifier if the call coming in was sent as "background unit".Methods in com.sap.conn.jco.server with parameters of type JCoUnitIdentifierModifier and TypeMethodDescriptionboolean
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
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
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.