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 | Class and Description |
---|---|
class |
ConversionException
A ConversionException will be thrown, if a field in a JCoRecord cannot
store a value passed to this record by a setValue call.
|
class |
XMLParserException
Exception thrown by the XML parser in the RFC communication when using
complex parameters or if the function module is tagged in the metadata
to use binary ASXML as serialization format on the line.
|
Modifier and Type | Method and Description |
---|---|
static JCoConnectionMonitor |
JCo.getConnectionMonitor()
Returns the connection monitor for all currently available connections.
|
static List<String> |
JCo.getCustomDestinationIDs(String destinationID)
Creates and returns a list with IDs of all custom destinations created by the destination with
the given destinationID.
|
static JCoDestinationMonitor |
JCo.getDestinationMonitor(String destinationID)
Retrieves a monitoring object for a specific destination identified by the given ID.
|
JCoDestinationMonitor |
JCoDestination.getMonitor()
Returns a monitor instance describing the client connections that have been created by
the JCo runtime for this destination instance.
|
static JCoRepository |
JCo.getRepository(String repositoryID)
Returns the repository instance corresponding to the given repository ID or null if
the repository isn't available.
|
static String |
JCo.getRepositoryDestinationID(String destinationID)
Returns the destination ID used by repository instances internally.
|
static JCoDestinationMonitor |
JCo.getRepositoryDestinationMonitor(String destinationID)
Retrieves a monitoring object for a specific repository destination of the destination
identified by the given ID.
|
void |
JCoCustomRepository.setDestination(JCoDestination destination)
Set the destination for the remote queries.
|
static void |
JCo.setMiddlewareProperty(String key,
String value)
Sets a value for the given middleware property.
|
static void |
JCo.setProperty(String key,
String value)
Sets a value for the given JCo property.
|
void |
JCoCustomRepository.setQueryMode(JCoCustomRepository.QueryMode queryMode)
Allow the application to control the repository query.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoServer.setRepository(String sID,
String client,
JCoDestination destination)
Sets the repository destination instance for incoming RFC calls from the system with the system ID
sID and - if defined - with the appropriate client.
|
void |
JCoServer.setRepository(String sID,
String client,
JCoRepository repository)
Sets the repository instance for incoming RFC calls from the system with the system ID sID and
- if defined - with the appropriate client.
|
Copyright © 2024 SAP. All rights reserved.