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 | Interface and Description |
---|---|
interface |
JCoCustomRepository
JCoCustomRepository is designed to be used for static/custom metadata. |
Modifier and Type | Method and Description |
---|---|
JCoRepository |
JCoDestination.getRepository()
Returns a repository instance that contains metadata for this
destination.
|
static JCoRepository |
JCo.getRepository(String repositoryID)
Returns the repository instance corresponding to the given repository ID or null if
the repository isn't available.
|
Modifier and Type | Method and Description |
---|---|
static JCoRepositoryQueryResult |
JCo.queryMetaDataSet(JCoRepository repository,
List<String> functions,
List<String> types,
List<String> classes)
Queries the metadata for function interfaces, types and classes.
|
Modifier and Type | Method and Description |
---|---|
JCoRepository |
JCoServer.getRepository()
Returns the default repository instance used by this server instance.
|
JCoRepository |
JCoServerContextInfo.getRepository()
Returns the reference to the repository instance used by the JCo server.
|
JCoRepository |
JCoServer.getRepository(JCoServerContextInfo serverContext)
Returns the repository instance used by this server instance for the specified request context.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoServer.setRepository(JCoRepository repository)
Sets the default repository instance which is being used for querying RFC metadata.
|
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.