Uses of Interface
com.sap.mw.jco.IRepository

Uses of IRepository in com.sap.mw.jco
 

Classes in com.sap.mw.jco that implement IRepository
static class JCO.BasicRepository
          Implementation of basic repository functionality such as caching and persistence.
static class JCO.Repository
          Implementation of the SAP system repository.
 

Methods in com.sap.mw.jco that return IRepository
static IRepository JCO.createRepository(java.lang.String name, java.lang.String pool_name)
          Creates a new repository
static IRepository JCO.createRepository(java.lang.String name, java.lang.String[] pool_names)
          Creates a new repository
static IRepository JCO.createRepository(java.lang.String name, JCO.Client client)
          Creates a new repository
 IRepository JCO.BasicRepository.getNextRepository()
          Returns the next repository that will be used if a function or structure could not be found in this one.
 IRepository IRepository.getNextRepository()
          Returns the next repository that will be used if a function or structure could not be found in this one.
 

Methods in com.sap.mw.jco with parameters of type IRepository
 void JCO.BasicRepository.setNextRepository(IRepository next)
          Sets the next repository that will be used if a function or structure could not be found in this one.
 void IRepository.setNextRepository(IRepository next)
          Sets the next repository that will be used if a function or structure could not be found in this one.
 

Constructors in com.sap.mw.jco with parameters of type IRepository
JCO.Server(java.util.Properties properties, IRepository repository)
          Creates an instance of a server connection
JCO.Server(java.util.Properties properties, IServerThread thread, IRepository repository)
          Creates an instance of a server connection
JCO.Server(java.lang.String[][] params, IRepository repository)
          Creates an instance of a server using an array to specify the connection parameters.
JCO.Server(java.lang.String[] argv, IRepository repository)
          Creates an instance of a server using an arv array as passed by void main(String[] argv)
JCO.Server(java.lang.String gwhost, java.lang.String gwserv, java.lang.String progid, IRepository repository)
          Creates an instance of a server connection
JCO.Server(java.lang.String gwhost, java.lang.String gwserv, java.lang.String progid, IServerThread thread, IRepository repository)
          Creates an instance of a server connection