|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IRepository in com.sap.mw.jco |
| Classes in com.sap.mw.jco that implement IRepository | |
static class |
JCO.BasicRepository
The meta data repositories are needed to get the technical description of functions and parameters used for fullfiling of RFC calls. |
static class |
JCO.Repository
Implementation of the SAP system repository. |
| Fields in com.sap.mw.jco declared as IRepository | |
protected IRepository |
JCO.BasicRepository.next_repository
|
| Methods in com.sap.mw.jco that return IRepository | |
static IRepository |
JCO.createRepository(String name,
String pool_name)
Creates a new repository |
static IRepository |
JCO.createRepository(String name,
String[] pool_names)
Creates a new repository |
static IRepository |
JCO.createRepository(String name,
JCO.Client client)
Creates a new repository |
protected IRepository |
JCO.Server.getRepository()
Returns the server's associated repository or null if not set |
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 | |
protected void |
JCO.Server.setRepository(IRepository repository)
Sets the repository the server will be using to lookup incoming function calls |
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(Properties properties,
IRepository repository)
Creates an instance of a server connection |
|
JCO.Server(Properties properties,
IServerThread thread,
IRepository repository)
Creates an instance of a server connection |
|
JCO.Server(String[][] params,
IRepository repository)
Creates an instance of a server using an array to specify the connection parameters. |
|
JCO.Server(String[] argv,
IRepository repository)
Creates an instance of a server using an arv array as passed by void main(String[] argv) |
|
JCO.Server(String gwhost,
String gwserv,
String progid,
IRepository repository)
Creates an instance of a server connection |
|
JCO.Server(String gwhost,
String gwserv,
String progid,
IServerThread thread,
IRepository repository)
Creates an instance of a server connection |
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||