Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

ContinuousQueryCache::TaskDaemon Class Reference

#include <coherence/net/cache/ContinuousQueryCache.hpp>

Inherits Object.

List of all members.


Detailed Description

Daemon thread used to dispatch messages asynchronously.

 

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.

Member Function Documentation

virtual void scheduleDispatch ( AsynchronousEvent::Handle  hEvent  )  [pure virtual]

Schedule an event for asynchronous processing.

Parameters:
  hEvent  the event to dispatch

The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.