semaine::components::dummy::DummyFeatureExtractor Class Reference
#include <DummyFeatureExtractor.h>
List of all members.
Constructor & Destructor Documentation
semaine::components::dummy::DummyFeatureExtractor::DummyFeatureExtractor |
( |
|
) |
throw (CMSException) |
semaine::components::dummy::DummyFeatureExtractor::~DummyFeatureExtractor |
( |
|
) |
[virtual] |
Member Function Documentation
void semaine::components::dummy::DummyFeatureExtractor::act |
( |
|
) |
throw (CMSException) [protected, virtual] |
Proactive actions. This method is called every waitingTime milliseconds if no messages arrive, and after every message processing.
This base implementation does nothing; subclasses should implement suitable behaviour here.
- Exceptions:
-
| CMSException | if communication with the JMS server goes wrong. |
| std::exception | if anything goes wrong in the internal processing of the component. |
Reimplemented from semaine::components::Component.
void semaine::components::dummy::DummyFeatureExtractor::customStartIO |
( |
|
) |
throw (CMSException) [protected, virtual] |
Subclasses can implement this method in order to run custom code needed at startup time.
- Exceptions:
-
| std::exception | if anything goes wrong in the internal processing of the component. |
Reimplemented from semaine::components::Component.
The documentation for this class was generated from the following files: