Go to the documentation of this file.
22 #ifndef _SOPRANO_SERVER_CORE_H_
23 #define _SOPRANO_SERVER_CORE_H_
25 #include <QtCore/QObject>
38 class ServerCorePrivate;
90 void setBackend(
const Backend* backend );
126 void setMaximumConnectionCount(
int max );
138 int maximumConnectionCount()
const;
201 bool listen( quint16 port = DEFAULT_PORT );
217 quint16 serverPort()
const;
232 void registerAsDBusObject(
const QString& objectPath =
QString() );
235 void serverConnectionFinished(
QObject* obj);
253 ServerCorePrivate*
const d;
#define SOPRANO_SERVER_EXPORT
static const quint16 DEFAULT_PORT
Core class of Soprano's exception system.
Central Soprano server class.
SOPRANO_EXPORT Model * createModel(const BackendSettings &settings=BackendSettings())
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
SOPRANO_EXPORT QUrl name()
Soprano::Backend defines the interface for a Soprano backend plugin.