Uses of Interface
com.sap.conn.jco.JCoRepository

Packages that use JCoRepository
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoRepository in com.sap.conn.jco
 

Subinterfaces of JCoRepository in com.sap.conn.jco
 interface JCoCustomRepository
          JCoCustomRepository is designed to be used for static/custom meta data.
 

Methods in com.sap.conn.jco that return JCoRepository
 JCoRepository JCoDestination.getRepository()
          Returns a repository instance that contains metadata for this destination.
static JCoRepository JCo.getRepository(java.lang.String repositoryID)
          Returns the repository instance corresponding to the given repository ID or null if the repository isn't available
 

Methods in com.sap.conn.jco with parameters of type JCoRepository
static JCoRepositoryQueryResult JCo.queryMetaDataSet(JCoRepository repository, java.util.List<java.lang.String> functions, java.util.List<java.lang.String> types, java.util.List<java.lang.String> classes)
          Queries the meta data for function, type and class lists.
 

Uses of JCoRepository in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server that return JCoRepository
 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.
 

Methods in com.sap.conn.jco.server with parameters of type JCoRepository
 void JCoServer.setRepository(JCoRepository repository)
          Sets the default repository instance which is being used for querying RFC meta data.
 void JCoServer.setRepository(java.lang.String sID, java.lang.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 © 2008-2014 SAP AG. All Rights Reserved.