Will send messages to registered observers.
Public Member Functions | |
virtual | ~ORBNotifier () |
Public Attributes | |
virtual void notifyObservers(const char *message) ACE_THROW_SPEC((CORBA voi | notifyObservers )(const std::string &message) |
A local call to notify observers. | |
Classes | |
class | Observer |
The client class that "observes" the ORBNotifier. More... | |
struct | ObserverData |
virtual code::ORBNotifier::~ORBNotifier | ( | ) | [inline, virtual] |
virtual void notifyObservers ( const char* message ) ACE_THROW_SPEC (( CORBA voi code::ORBNotifier::notifyObservers)(const std::string &message) |
A local call to notify observers.
Does not throw. You can not use this with remote handles (the compiler won't let you).