| Package | Description |
|---|---|
| com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCoCustomDestination
Customizable destination that allows to set specific user logon data and
SNC configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static JCoDestination |
JCoDestinationManager.getDestination(String destinationName)
Call this method to get an instance of a destination, on which you need to execute
a function module.
|
static JCoDestination |
JCoDestinationManager.getDestination(String destinationName,
String scopeType)
Call this method to get an instance of a destination, on which you need to execute
a function module.
|
protected abstract JCoDestination |
JCoDestinationManager.getDestinationInstance(String destinationName,
String scopeType)
Do not use this method.
|
JCoDestination |
JCoCustomDestination.getOriginalDestination()
Returns the original destination, a.k.a.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JCoContext.begin(JCoDestination destination)
Begins a stateful call sequence for calls to the specified destination.
|
void |
JCoFunctionUnit.commit(JCoDestination destination)
Commits the unit.
|
void |
JCoRequestUnit.commit(JCoDestination destination)
Commits the unit.
|
static void |
JCoContext.end(JCoDestination destination)
Ends a stateful call sequence for calls to the specified destination.
|
void |
JCoFunction.execute(JCoDestination destination)
Executes the function on the given target destination synchronously.
|
JCoResponse |
JCoRequest.execute(JCoDestination destination)
Executes the request on the given target destination synchronously
using the RFC protocol.
|
void |
JCoFunction.execute(JCoDestination destination,
String tid)
Executes the function on the given target destination in transactional mode
using the tRfc protocol.
|
void |
JCoFunction.execute(JCoDestination destination,
String tid,
String queueName)
Executes the function on the given target destination in queued transactional mode
using the qRfc protocol.
|
static boolean |
JCoContext.isStateful(JCoDestination destination)
Returns true if a stateful call sequence has been
started in the current session and is not finished yet,
i.e.
|
void |
JCoCustomRepository.setDestination(JCoDestination destination)
Set the destination for the remote queries.
|
void |
JCoCustomDestination.setRepositoryDestination(JCoDestination destination)
Sets the destination, whose repository will be used for metadata queries
for this destination.
|
Copyright © 2019 SAP. All Rights Reserved.