dca_interface  6.3.4
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 
50 
51 #endif
void shutdownScheduleThread()
Shuts down the previously started schedule thread.
void createScheduleThread(const dca::DcaInstance &aDcaInstance, dca::ScheduleEventSubscriberIntf *pSubscriber)
Starts up the schedule thread and supplies the given DcaInstance.
Encapsulates the init and deinit of the DCA API.
Definition: base_classes.h:315
An interface for schedule event notifications. Derive a class from this interface and implement onEve...
Definition: base_classes.h:526