Siena C++ API documentation (v. 0.4.3)

SienaPush Class Reference

#include <Siena.h>

Inheritance diagram for SienaPush:

SienaBase List of all members.

Public Member Functions

virtual void subscribe (const Filter &f, Notifiable *n)=0
virtual void subscribe (const Pattern &p, Notifiable *n)
virtual void unsubscribe (const Filter &f, Notifiable *n)=0
virtual void unsubscribe (const Pattern &p, Notifiable *n)
virtual void unsubscribe (Notifiable *)=0
virtual void suspend (Notifiable *n)=0
virtual void resume (Notifiable *)=0

Detailed Description

asynchronous ("push") interface to Siena

this is a complete interface to the Siena service. This interface uses the "push" style to notify subscribers. It is asynchronous in the sense that a notification is passed to a subscriber through the asynchronous execution of the call-back method Notifiable::notify() on the subscriber object. Subscriptions and unsubscriptions are managed on a per-notifiable basis.


The documentation for this class was generated from the following file:
Copyright © 2001 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Antonio Carzaniga