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 |
---|---|
JCoFunctionUnitState |
JCoDestination.getFunctionUnitState(JCoUnitIdentifier unitIdentifier)
Returns the state of the unit with the given ID.
|
static JCoFunctionUnitState |
JCoFunctionUnitState.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
JCoFunctionUnitState |
JCoServerUnitIDHandler.getFunctionUnitState(JCoServerContext serverCtx,
JCoUnitIdentifier unitIdentifier)
The method will be invoked if the ABAP side resumes after a failure in bgRFC scheduler.
|
Copyright © 2024 SAP. All rights reserved.