Uses of Interface
com.sap.conn.jco.JCoRepository
Packages that use JCoRepository
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoRepository in com.sap.conn.jco
Subinterfaces of JCoRepository in com.sap.conn.jcoModifier and TypeInterfaceDescriptioninterface
JCoCustomRepository
is designed to be used for static/custom metadata.Methods in com.sap.conn.jco that return JCoRepositoryModifier and TypeMethodDescriptionstatic JCoRepository
JCo.getRepository
(String repositoryID) Returns the repository instance corresponding to the given repository ID or null if the repository isn't available.JCoDestination.getRepository()
Returns a repository instance that contains metadata for this destination.Methods in com.sap.conn.jco with parameters of type JCoRepositoryModifier and TypeMethodDescriptionstatic JCoRepositoryQueryResult
JCo.queryMetaDataSet
(JCoRepository repository, List<String> functions, List<String> types, List<String> classes) Queries the metadata for function interfaces, types and classes. -
Uses of JCoRepository in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoRepositoryModifier and TypeMethodDescriptionJCoServer.getRepository()
Returns the default repository instance used by this server instance.JCoServer.getRepository
(JCoServerContextInfo serverContext) Returns the repository instance used by this server instance for the specified request context.JCoServerContextInfo.getRepository()
Returns the reference to the repository instance used by the JCo server.Methods in com.sap.conn.jco.server with parameters of type JCoRepositoryModifier and TypeMethodDescriptionvoid
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.