Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteCloseModel(SdaiServerContext  serverContextId,
                                SdaiString         remoteRepositoryName,
                                SdaiString         remoteModelName,
                                SdaiString         superUserPassword,
                                SdaiClientId       clientId,
                                SdaiOptions        options,
                                SdaiInvocationId   *edmiInvocationId);
 

 

This function has two areas of application;

...

An EDMapplicationServer is a process that implements the remote EDMInterface operations invoked by the EDMclients. An EDMserver may have from one to any number of EDMapplicationServer processes. In most cases the EDMdatabaseServer and the EDMapplicationServers constitute the EDMserver. This is denoted an EDMserverRoom. Except for the communication type LOCAL_CONTEXT, all remote EDMInterface operations are stateless. However, this particular operation will not implicitely implicitly open the models parent repository. The repository must be opened by a separate call to edmiRemoteOpenRepository.

...