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

The TopicSession type exposes the following members.

Methods

  NameDescription
Close
Close a session and reclaim resources
(Inherited from Session.)
Commit
Commit the open transaction
(Inherited from Session.)
CreateBrowserOverloaded.
CreateBytesMessage
Create a byte array message
(Inherited from Session.)
CreateConsumerOverloaded.
CreateDurableSubscriberOverloaded.
CreateMapMessage
Create a MapMessage object. A MapMessage object is used to send a self-defining set of name-value pairs, where names are String objects and values are primitive values in the .NET programming language.
(Inherited from Session.)
CreateMessage
Create a Message object. The Message interface is the root interface of all TIBCO EMS messages. A Message object holds all the standard message header information. It can be sent when a message containing only header information is sufficient
(Inherited from Session.)
CreateObjectMessageOverloaded.
CreateProducer
Create a MessageProducer to send messages to the specified destination.
(Inherited from Session.)
CreatePublisher
Create a publisher for the specified topic.
CreateQueue
Create a queue
(Inherited from Session.)
CreateStreamMessage
Create a StreamMessage object
(Inherited from Session.)
CreateSubscriberOverloaded.
CreateTemporaryQueue
Create a TemporaryQueue object
(Inherited from Session.)
CreateTemporaryTopic
Create a TemporaryTopic object
(Inherited from Session.)
CreateTextMessageOverloaded.
CreateTopic
Create a topic
(Inherited from Session.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Recover
Recover from undetermined state during message processing
(Inherited from Session.)
Rollback
Roll back messages in the current transaction
(Inherited from Session.)
Run Obsolete.
Obsolete: Not to be used by ordinary JMS Clients
(Inherited from Session.)
ToString
Returns a string representation of this Session object.
(Inherited from Session.)
Unsubscribe
Unsubscribe a durable topic subscription
(Inherited from Session.)

See Also