ServiceReference Class Reference

#include <ServiceReference.h>

List of all members.

Public Member Functions

virtual ServiceProxyPtr getService () const =0
virtual ServiceProxyPtr getCallback () const =0

Detailed Description

Defines the ServiceReference interface


Member Function Documentation

virtual ServiceProxyPtr getCallback (  )  const [pure virtual]

Returns a service proxy implementing the callback interface defined for a ServiceReference.

Returns:
Pointer to a ServiceProxy implementing the callback interface of the ServiceReference. This will be NULL if no callback interface is defined.
virtual ServiceProxyPtr getService (  )  const [pure virtual]

Returns a service proxy implementing the interface defined for a ServiceReference

Returns:
Pointer to a ServiceProxy implementing the interface of the ServiceReference.

The documentation for this class was generated from the following file:

Service Component Architecture (SCA) Version 1.1 C++ API, CD05 March 2010  doxygen