TIBCO Adapter SDK C++ Reference
MSubscriber Members
MSubscriber | Legend
Members
Methods
Method Description
activate Activate a subscriber that has previously been explicitly deactivated or suspended.
deactivate 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().

downCast Performs safe cast operation for MSubscriber objects.

See MComponent::downCast() for a detailed explanation and example.

downCast Performs safe cast operation for MSubscriber objects.

See MComponent::downCast() for a detailed explanation and example.

downCast Performs safe cast operation for MSubscriber objects.

See MComponent::downCast() for a detailed explanation and example.

downCast Performs safe cast operation for MSubscriber objects.

See MComponent::downCast() for a detailed explanation and example.

getClassName Return "MSubscriber" when called for an instance of this class.
getDeliveryMode Delivery mode being used. Possible values are

DELIVERY_RELIABLE

DELIVERY_PERSIST

DELIVERY_DIST_Q (RV Specific)

DELIVERY_RELIABLE_EXT (JMS specific)

getDestinationName Return the reply destination associated with this subscriber.
getMessageFormat Return the message format used by this subscriber.
getMRvSession Deprecated in TIBCO Adapter SDK 5.0.0.

 

Use MSubscriber::getSession().

getProtocol Deprecated in TIBCO Adapter SDK 5.0.0.

 

Use MSubscriber::getDeliveryMode().

getSession Return the session associated with this subscriber.
getSubjectName Deprecated in TIBCO Adapter SDK 5.0.0.

 

Use MSubscriber::getDestinationName()

getTimeout Return the timeout value specified in the constructor or in configuration.
MSubscriber Constructor for creating MSubscriber instances. This constructor creates the MSubscriber for a specified subject.
MSubscriber Constructor for creating MSubscriber instances. This constructor creates an inbox subscriber without a specified subject
MSubscriber Constructor for creating an MSubscriber instance that uses an endpoint specification. By default, the subscriber is inactive.
noAutoConfirm 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 Suspend subscription preserving the certified subscription agreement.

You can resume the subscription by calling MSubscriber::activate(). See MSubscriber::activate() for additional information.

validateMessage Deprecated in TIBCO Adapter SDK 5.0.0.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.