Qt Mobility Reference Documentation

QRemoteServiceControl Class Reference

The QRemoteServiceControl class manages instances of remote service objects. More...

 #include <QRemoteServiceControl>

Public Functions

QRemoteServiceControl ( QObject * parent = 0 )
~QRemoteServiceControl ()
void publishServices ( const QString & ident )

Detailed Description

The QRemoteServiceControl class manages instances of remote service objects.

This class instanciates IPC based service objects which have been registered via QRemoteServiceClassRegister. It owns each created service object instance and ensures that the platform specific IPC mechanism publishes the required service object to other processes in the system.

See also QRemoteServiceClassRegister.


Member Function Documentation

QRemoteServiceControl::QRemoteServiceControl ( QObject * parent = 0 )

Creates a service control instance with the given parent.

QRemoteServiceControl::~QRemoteServiceControl ()

Destroys the service control instance

void QRemoteServiceControl::publishServices ( const QString & ident )

Publishes every service that has been registered using QRemoteServiceClassRegister::registerType(). ident is the service specific IPC address under which the service can be reached. This address must match the address provided in the services xml descriptor (see <filepath> tag).


Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.1.0