The Entry class represents a remote service entry to be published on QRemoteServiceRegister. More...
This class was introduced in Qt Mobility 1.1.
Entry () | |
Entry ( const Entry & other ) | |
~Entry () | |
QRemoteServiceRegister::InstanceType | instantiationType () const |
QString | interfaceName () const |
bool | isValid () const |
QString | serviceName () const |
void | setInstantiationType ( QRemoteServiceRegister::InstanceType type ) |
QString | version () const |
bool | operator!= ( const Entry & other ) const |
Entry & | operator= ( const Entry & other ) |
bool | operator== ( const Entry & other ) const |
The Entry class represents a remote service entry to be published on QRemoteServiceRegister.
This class is created using QRemoteServiceRegister::createEntry to supply remote service details matching a valid QServiceInterfaceDescriptor.
A registration entry can then be published for discovery by remote clients.
Constructs a null registration entry.
This function was introduced in Qt Mobility 1.1.
Constructs the registration entry that is a copy of other.
This function was introduced in Qt Mobility 1.1.
Destroys the registration entry.
This function was introduced in Qt Mobility 1.1.
Returns the QRemoteServiceRegister::InstanceType of the registration entry.
This function was introduced in Qt Mobility 1.1.
See also setInstantiationType().
Returns the interface name of the registration entry.
This should correspond to the interface name from the service XML description.
This function was introduced in Qt Mobility 1.1.
See also serviceName() and version().
Checks if the registration entry is currently a valid remote service entry
Returns true if the serviceName(), interfaceName() and version() point to a valid QServiceInterfaceDescriptor, otherwise false.
This function was introduced in Qt Mobility 1.1.
Returns the service name of the registration entry.
This should correspond to the service name from the service XML description.
This function was introduced in Qt Mobility 1.1.
See also interfaceName() and version().
Sets the QRemoteServiceRegister::InstanceType of the registration entry.
If this is not explicitly called, the default instance type for the registration entry is QRemoteServiceRegister::PrivateInstance.
This function was introduced in Qt Mobility 1.1.
See also instantiationType().
Returns the version of the registration entry in format x.y.
This should correspond to the interface version from the service XML description.
This function was introduced in Qt Mobility 1.1.
See also interfaceName() and serviceName().
Returns true if this font is different from other; otherwise false.
This function was introduced in Qt Mobility 1.1.
Assigns other to this registration entry and returns a reference to it.
This function was introduced in Qt Mobility 1.1.
Returns true if this font is equal to other; otherwise false.
This function was introduced in Qt Mobility 1.1.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.