dca_interface
6.3.4
home
build
tmp
dcatmp18664
pkgdevel
dca
samples
url_samples
urldbsample_extended
url_samples/urldbsample_extended/schedule_thread.h
Go to the documentation of this file.
1
/* IBM Source Code */
2
/* (C) Copyright IBM Corp. 2009, 2012 */
3
/* Licensed Materials - Property of IBM */
4
/* US Government Users Restricted Rights - Use duplication or disclosure restricted by GSA Schedule Contract with IBM Corp. */
5
12
#ifndef SCHEDULE_THREAD_H
13
#define SCHEDULE_THREAD_H
14
15
namespace
dca {
16
class
DcaInstance;
17
}
18
34
void
createScheduleThread
(
const
dca::DcaInstance
& aDcaInstance,
dca::ScheduleEventSubscriberIntf
* pSubscriber );
35
49
void
shutdownScheduleThread
();
50
51
#endif
shutdownScheduleThread
void shutdownScheduleThread()
Shuts down the previously started schedule thread.
Definition:
customdb_samples/customdbsample_extended/linux/schedule_thread.cpp:66
createScheduleThread
void createScheduleThread(const dca::DcaInstance &aDcaInstance, dca::ScheduleEventSubscriberIntf *pSubscriber)
Starts up the schedule thread and supplies the given DcaInstance.
Definition:
url_samples/urldbsample_extended/linux/schedule_thread.cpp:67
dca::DcaInstance
Encapsulates the init and deinit of the DCA API.
Definition:
base_classes.h:315
dca::ScheduleEventSubscriberIntf
An interface for schedule event notifications. Derive a class from this interface and implement onEve...
Definition:
base_classes.h:526
Generated by
1.8.18