Uses of Enum
com.sap.conn.jco.JCoFunctionUnitState
Packages that use JCoFunctionUnitState
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoFunctionUnitState in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoFunctionUnitStateModifier and TypeMethodDescriptionJCoDestination.getFunctionUnitState
(JCoUnitIdentifier unitIdentifier) Returns the state of the unit with the given ID.static JCoFunctionUnitState
Returns the enum constant of this type with the specified name.static JCoFunctionUnitState[]
JCoFunctionUnitState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JCoFunctionUnitState in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoFunctionUnitStateModifier and TypeMethodDescriptionJCoServerUnitIDHandler.getFunctionUnitState
(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier) The method will be invoked if the ABAP side resumes after a failure in bgRFC scheduler.