Used to handle and store all OnSubscription-Event-specific Information which comes from the Instantiation-File.
More...
#include <OnSubscriptionEventElementImpl.h>
|
| EventElementImpl (const std::string &className, const std::string &logicalEventName, const EventSourceType sourceType, const std::string &xpath, boost::shared_ptr< ElementXML > eventElement) |
|
std::string | eventSourceName_ |
| name of the event-source to which this object belongs. Filled by the child-class
|
|
std::string | concreteEventName_ |
| The concrete event-name is build of the event-source-name and a string to make the name unique Filled by the child-class.
|
|
std::string | className_ |
| name of the class which owns this EventElement
|
|
std::string | logicalEventName_ |
| name of the logical event which owns this EventElement
|
|
Used to handle and store all OnSubscription-Event-specific Information which comes from the Instantiation-File.
fesa::OnSubscriptionEventElementImpl::OnSubscriptionEventElementImpl |
( |
const std::string & |
className, |
|
|
const std::string & |
logicalEventName, |
|
|
const std::string & |
xpath, |
|
|
boost::shared_ptr< ElementXML > |
eventElement |
|
) |
| |
constructor
- Parameters
-
className | Name of the class, which owns this event |
logicalEventName | Name of the logical-event, which uses this concrete-event |
xpath | xml-path as string on which the eventElement is located |
eventElement | object which allows easy access to "xpath" |
fesa::OnSubscriptionEventElementImpl::OnSubscriptionEventElementImpl |
( |
const std::string & |
className, |
|
|
const std::string & |
logicalEventName, |
|
|
const OnSubscriptionEventElementImpl & |
original |
|
) |
| |
constructor
- Parameters
-
className | Name of the class, which owns this event |
logicalEventName | Name of the logical-event, which uses this concrete-event |
original | OnSubscription event element |
The documentation for this class was generated from the following files:
- OnSubscriptionEventElementImpl.h
- OnSubscriptionEventElementImpl.cpp