#include <mitkXnatSessionTracker.h>
|
| | XnatSessionTracker (us::ModuleContext *context) |
| |
| | ~ServiceTracker () override |
| |
| | ServiceTracker (ModuleContext *context, const ServiceReferenceType &reference, ServiceTrackerCustomizer< ctkXnatSession, T > *customizer=nullptr) |
| |
| | ServiceTracker (ModuleContext *context, const std::string &clazz, ServiceTrackerCustomizer< ctkXnatSession, T > *customizer=0) |
| |
| | ServiceTracker (ModuleContext *context, const LDAPFilter &filter, ServiceTrackerCustomizer< ctkXnatSession, T > *customizer=nullptr) |
| |
| | ServiceTracker (ModuleContext *context, ServiceTrackerCustomizer< ctkXnatSession, T > *customizer=nullptr) |
| |
| virtual void | Open () |
| |
| virtual void | Close () |
| |
| virtual T | WaitForService (unsigned long timeoutMillis=0) |
| |
| virtual std::vector< ServiceReferenceType > | GetServiceReferences () const |
| |
| virtual ServiceReferenceType | GetServiceReference () const |
| |
| virtual T | GetService (const ServiceReferenceType &reference) const |
| |
| virtual T | GetService () const |
| |
| virtual std::vector< T > | GetServices () const |
| |
| virtual void | Remove (const ServiceReferenceType &reference) |
| |
| virtual int | Size () const |
| |
| virtual int | GetTrackingCount () const |
| |
| virtual void | GetTracked (TrackingMap &tracked) const |
| |
| virtual bool | IsEmpty () const |
| |
Definition at line 24 of file mitkXnatSessionTracker.h.
◆ XnatSessionTracker()
| mitk::XnatSessionTracker::XnatSessionTracker |
( |
us::ModuleContext * |
context | ) |
|
◆ AboutToBeClosed
| void mitk::XnatSessionTracker::AboutToBeClosed |
( |
ctkXnatSession * |
| ) |
|
|
signal |
◆ Opened
| void mitk::XnatSessionTracker::Opened |
( |
ctkXnatSession * |
| ) |
|
|
signal |
The documentation for this class was generated from the following file: