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.monitor |
Contains all interfaces of JCo related to monitoring.
|
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 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.
|
void |
JCoCustomRepository.setQueryMode(JCoCustomRepository.QueryMode queryMode)
Allow the application to control the repository query.
|
Modifier and Type | Method and Description |
---|---|
JCoDestinationMonitor |
JCoRepositoryMonitor.getRespositoryDestinationMonitor(String destinationID)
Deprecated.
Might be removed in future versions without further notice.
Use
JCo.getRepositoryDestinationMonitor(String) instead. |
Copyright © 2017 SAP. All Rights Reserved.