Uses of Interface
com.sap.conn.jco.JCoUnitIdentifier

Packages that use JCoUnitIdentifier
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoUnitIdentifier in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoUnitIdentifier
static JCoUnitIdentifier JCo.createUnitIdentifier(java.lang.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
 

Methods in com.sap.conn.jco with parameters of type JCoUnitIdentifier
 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.
 

Uses of JCoUnitIdentifier in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server that return JCoUnitIdentifier
 JCoUnitIdentifier JCoServerContextInfo.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 JCoUnitIdentifier
 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 © 2008-2014 SAP AG. All Rights Reserved.