Apache Celix
2.3.0
An implementation of the OSGi specification adapted to C and C++
|
A trivial struct containing information about a service tracker. More...
#include <Trackers.h>
Public Attributes | |
const std::string | serviceName |
The service name the service tracker is tracking. More... | |
const celix::Filter | filter |
The service filter the service tracker is using for tracking. More... | |
const long | trackerOwnerBundleId |
The bundle id of the owner of the service tracker. More... | |
A trivial struct containing information about a service tracker.
const celix::Filter celix::ServiceTrackerInfo::filter |
The service filter the service tracker is using for tracking.
const std::string celix::ServiceTrackerInfo::serviceName |
The service name the service tracker is tracking.
Will be '*' if the service tracker is tracking any services.
const long celix::ServiceTrackerInfo::trackerOwnerBundleId |
The bundle id of the owner of the service tracker.