[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Classes

  ClassDescription
BytesMessage
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes. It inherits from the Message interface and adds a bytes message body. The receiver of the message supplies the interpretation of the bytes.
CFImpl
Internal connection factory implementation
Connection
A Connection object is a client's active connection to TIBCO EMS Server.
ConnectionFactory
Administered object for creating server connections.
ConnectionFailureException
This exception is thrown when an invocation of JMS method is failed due to connection failure in callback.
Destination
A Destination object encapsulates a TIBCO EMS specific address.
EMSMessageEventArgs
EMSMessageHandler event argument, used in TIBCO.EMS.MessageConsumer.MessageHandler.
LookupContext
Search for and perform queries on administered objects in the EMS server
LookupContextFactory
Create ILookupContext objects
MapMessage
A MapMessage object is used to send a set of name-value pairs. The names are String objects, and the values are primitive data types in the .NET programming language. The names must have a value that is not null, and not an empty string. The entries can be accessed sequentially or randomly by name. The order of the entries is undefined. MapMessage inherits from the Message interface and adds a message body that contains a Map.
Message
Messages carry information among EMS client programs.

The Message interface is the root interface of all TIBCO Enterprise Message Service .NET messages. It defines the message header and the acknowledge method used for all messages. All other message types extend this root interface.

MessageConsumer
A client uses a MessageConsumer object to receive messages from a destination.
MessageProducer
Defines the root behavior of all message producers.
ObjectMessage
An ObjectMessage object is used to send a message that contains a serializable object.
Queue
A Queue object encapsulates a TIBCO EMS specific queue name.
QueueBrowser
Enumerate the messages in a queue without consuming them
QueueConnection
A QueueConnection object is an active connection to a point-to-point TIBCO EMS Server.
QueueConnectionFactory
Backward compatibility. Administered object for creating queue connections.
QueueReceiver
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueSender
A client uses a QueueSender object to send messages to a queue.
QueueSession
Session restricted to queues
Session
A Session object is a single-threaded context for producing and consuming messages.
StreamMessage
A StreamMessage object is used to send a stream of primitive types in the .NET programming language. It is filled and read sequentially. It inherits from the Message interface and adds a stream message body.
TemporaryQueue
A TemporaryQueue object is a unique Queue object created for the duration of a Connection. It is a system-defined queue that can be consumed only by the Connection that created it.
TemporaryTopic
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
TextMessage
A TextMessage object is used to send a message containing a String. It inherits from the Message interface and adds a text message body.
Topic
A Topic object encapsulates a TIBCO EMS specific topic name.
TopicConnection
A TopicConnection object is an active connection to a publish/subscribe TIBCO EMS Server.
TopicConnectionFactory
Backward compatibility. Administered object for creating topic connections.
TopicPublisher
A client uses a TopicPublisher object to publish messages on a topic. A TopicPublisher object is the publish-subscribe form of a message producer.
TopicSession
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber.
TopicSubscriber
A client uses a TopicSubscriber object to receive messages that have been published to a topic.

Interfaces

  InterfaceDescription
IMessageListener
Asynchronously process an arriving message.

Delegates

  DelegateDescription
EMSMessageHandler
Delegate declaration for message event handler