Uses of Class
com.sap.conn.jco.JCoFunctionUnitState

Packages that use JCoFunctionUnitState
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 JCoFunctionUnitState in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoFunctionUnitState
 JCoFunctionUnitState JCoDestination.getFunctionUnitState(JCoUnitIdentifier unitIdentifier)
          Returns the state of the unit with the given ID.
static JCoFunctionUnitState JCoFunctionUnitState.valueOf(java.lang.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.
 

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

Methods in com.sap.conn.jco.server that return JCoFunctionUnitState
 JCoFunctionUnitState JCoServerUnitIDHandler.getFunctionUnitState(JCoServerContext serverCtx, JCoUnitIdentifier unitIdentifier)
          The method will be invoked if the ABAP side resumes after a failure in bgRFC scheduler.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.