#include <coherence/net/cache/ContinuousQueryCache.hpp>
Inherits Object.
Public Types |
|
| typedef spec::Handle | Handle |
| TaskDaemon Handle definition. |
|
| typedef spec::View | View |
| TaskDaemon View definition. |
|
| typedef spec::Holder | Holder |
| TaskDaemon Holder definition. |
|
Public Member Functions |
|
| virtual void | scheduleDispatch (AsynchronousEvent::Handle hEvent)=0 |
| Schedule an event for asynchronous processing. |
|
| virtual void | start ()=0 |
| Start the daemon thread. |
|
| virtual void | stop ()=0 |
| Stop the daemon thread. |
|
| virtual void scheduleDispatch | ( | AsynchronousEvent::Handle | hEvent | ) | [pure virtual] |
Schedule an event for asynchronous processing.
| hEvent | the event to dispatch |