Interface providing a mechanism to create and address objects residing on server side.
More...
#include <rpcClientInterface.hpp>
Interface providing a mechanism to create and address objects residing on server side.
virtual strus::RpcClientInterface::~RpcClientInterface |
( |
| ) |
|
|
inlinevirtual |
virtual void strus::RpcClientInterface::close |
( |
| ) |
|
|
pure virtual |
Explicit close of the connection.
virtual std::string strus::RpcClientInterface::config |
( |
| ) |
const |
|
pure virtual |
Get configuration string.
virtual AnalyzerObjectBuilderInterface* strus::RpcClientInterface::createAnalyzerObjectBuilder |
( |
| ) |
const |
|
pure virtual |
Creates an object builder for using the strus analyzer to be accessed via RPC calls.
- Returns
- the analyzer object builder(with ownership returned)
virtual StorageObjectBuilderInterface* strus::RpcClientInterface::createStorageObjectBuilder |
( |
| ) |
const |
|
pure virtual |
Creates an object builder for using the strus storage and query evaluation to be accessed via RPC calls.
- Returns
- the storage object builder(with ownership returned)
The documentation for this class was generated from the following file: