Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

ServerTaskFactoryIface Class Reference
[QtBaseModule]

The ServerTaskFactoryIface class defines the interface to server task plug-ins. More...

    #include <ServerTaskFactoryIface>

Inherited by ServerTaskPlugin.

Public Functions


Detailed Description

The ServerTaskFactoryIface class defines the interface to server task plug-ins.

The ServerTaskFactoryIface class defines the interface to server task plug-ins. Plug-ins will typically inherit from ServerTaskPlugin rather than this class.

See also ServerTaskPlugin and QtopiaServerApplication.


Member Function Documentation

bool ServerTaskFactoryIface::demand () const   [pure virtual]

Returns true if the task should be started on demand, otherwise false which implies preemptive startup.

QObject * ServerTaskFactoryIface::initTask ( void * createArg = 0 ) const   [pure virtual]

Initializes and returns the new server task object. createArg is currently an unused parameter which may be used by future versions of Qtopia.

QByteArray ServerTaskFactoryIface::name () const   [pure virtual]

Returns the name of the server task. The name is used to identify the task and may be used in QPEDIR/etc/Task.cfg to determine the startup priority of this task.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3