The SubscriptionHandlerManager can be used to create and destroy subscription handler instances, it is used by custom subscription handlers when creating child handlers and by custom data layer interface implementations. Using it will ensure that memory is managed by C++ code.
Methods ¶
Static Methods ¶
Instance()
→ SubscriptionHandlerManager
Returns the subscription handler manager.
Instance Methods ¶
createSubscriptionHandler(type, object_name)
Creates a new subscription handler instance of type type
, representing
an object named object_name
.
destroySubscriptionHandler(handler)
Destroys subscription handler handler
.
clear()
Destroys all subscription handlers.