Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
com.sap.conn.jco.server |
Modifier and Type | Method and Description |
---|---|
static JCoUnitIdentifier |
JCo.createUnitIdentifier(String unitID,
JCoUnitIdentifier.Type unitType)
Creates a new unit identifier.
|
JCoUnitIdentifier |
JCoFunctionUnit.getIdentifier()
Return the unique identifier for the function unit.
|
JCoUnitIdentifier |
JCoRequestUnit.getIdentifier()
Return the unique identifier for the function unit.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoDestination.confirmFunctionUnit(JCoUnitIdentifier unitIdentifier)
Confirms that a bgRFC unit has been executed successfully.
|
JCoFunctionUnitState |
JCoDestination.getFunctionUnitState(JCoUnitIdentifier unitIdentifier)
Returns the state of the unit with the given ID.
|
Modifier and Type | Method and Description |
---|---|
JCoUnitIdentifier |
JCoServerContextInfo.getUnitIdentifier()
Returns the unit identifier if the call coming in was sent as "background unit".
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
Copyright © 2024 SAP. All rights reserved.