Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/ServiceListener.hpp>
Inherits EventListener.
The listener interface for receiving ServiceEvents.
Public Types |
|
| typedef spec::Handle | Handle |
| ServiceListener Handle definition. | |
| typedef spec::View | View |
| ServiceListener View definition. | |
| typedef spec::Holder | Holder |
| ServiceListener Holder definition. | |
Public Member Functions |
|
| virtual void | serviceStarting (ServiceEvent::View vEvt)=0 |
| Invoked when a service is starting. | |
| virtual void | serviceStarted (ServiceEvent::View vEvt)=0 |
| Invoked when a service has started. | |
| virtual void | serviceStopping (ServiceEvent::View vEvt)=0 |
| Invoked when a service is stopping. | |
| virtual void | serviceStopped (ServiceEvent::View vEvt)=0 |
| Invoked when a service has stopped. | |
| virtual void serviceStarting | ( | ServiceEvent::View | vEvt | ) | [pure virtual] |
Invoked when a service is starting.
| vEvt | the ServiceEvent::service_starting event |
| virtual void serviceStarted | ( | ServiceEvent::View | vEvt | ) | [pure virtual] |
Invoked when a service has started.
| vEvt | the ServiceEvent::service_started event |
| virtual void serviceStopping | ( | ServiceEvent::View | vEvt | ) | [pure virtual] |
Invoked when a service is stopping.
| vEvt | the ServiceEvent::service_stopping event |
| virtual void serviceStopped | ( | ServiceEvent::View | vEvt | ) | [pure virtual] |
Invoked when a service has stopped.
| vEvt | the ServiceEvent::service_stopped event |
The documentation for this class was generated from the following file: