TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() ![]() | Activate a subscriber that has previously been explicitly deactivated or suspended. |
![]() ![]() |
Deactivates a subscriber. When a subscriber is created, it is activated by the system unless otherwise specified in the adapter instance description object. You can deactivate it explicitly and later reactivate it by calling MSubscriber::activate(). |
![]() |
Performs safe cast operation for MSubscriber objects. See MComponent::downCast() for a detailed explanation and example. |
![]() |
Performs safe cast operation for MSubscriber objects. See MComponent::downCast() for a detailed explanation and example. |
![]() |
Performs safe cast operation for MSubscriber objects. See MComponent::downCast() for a detailed explanation and example. |
![]() |
Performs safe cast operation for MSubscriber objects. See MComponent::downCast() for a detailed explanation and example. |
![]() ![]() | Return "MSubscriber" when called for an instance of this class. |
![]() |
Delivery mode being used. Possible values are DELIVERY_RELIABLE DELIVERY_PERSIST DELIVERY_DIST_Q (RV Specific) DELIVERY_RELIABLE_EXT (JMS specific) |
![]() | Return the reply destination associated with this subscriber. |
![]() | Return the message format used by this subscriber. |
![]() |
Deprecated in TIBCO Adapter SDK 5.0.0.
Use MSubscriber::getSession(). |
![]() ![]() |
Deprecated in TIBCO Adapter SDK 5.0.0.
Use MSubscriber::getDeliveryMode(). |
![]() | Return the session associated with this subscriber. |
![]() |
Deprecated in TIBCO Adapter SDK 5.0.0.
|
![]() | Return the timeout value specified in the constructor or in configuration. |
![]() | Constructor for creating MSubscriber instances. This constructor creates the MSubscriber for a specified subject. |
![]() | Constructor for creating MSubscriber instances. This constructor creates an inbox subscriber without a specified subject |
![]() | Constructor for creating an MSubscriber instance that uses an endpoint specification. By default, the subscriber is inactive. |
![]() | By default, an event is marked as consumed when a event callback returns. In certain situations, auto-confirmation does not make sense. Applications can turn it off using this method and can later call a confirm() method on received events for explicit confirmation. |
![]() ![]() |
Suspend subscription preserving the certified subscription agreement. You can resume the subscription by calling MSubscriber::activate(). See MSubscriber::activate() for additional information. |
![]() | Deprecated in TIBCO Adapter SDK 5.0.0. |