[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]
The TopicSession type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close | Close a session and reclaim resources (Inherited from Session.) | |
| Commit | Commit the open transaction (Inherited from Session.) | |
| CreateBrowser | Overloaded. | |
| CreateBytesMessage | Create a byte array message (Inherited from Session.) | |
| CreateConsumer | Overloaded. | |
| CreateDurableSubscriber | Overloaded. | |
| 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.) | |
| CreateObjectMessage | Overloaded. | |
| 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.) | |
| CreateSubscriber | Overloaded. | |
| CreateTemporaryQueue | Create a TemporaryQueue object (Inherited from Session.) | |
| CreateTemporaryTopic | Create a TemporaryTopic object (Inherited from Session.) | |
| CreateTextMessage | Overloaded. | |
| CreateTopic | Create a topic (Inherited from Session.) | |
| Equals | (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 | (Inherited from Object.) | |
| Unsubscribe | Unsubscribe a durable topic subscription (Inherited from Session.) |
Properties
| Name | Description | |
|---|---|---|
| AcknowledgeMode | Get the acknowledge mode of the session as integer constants as
defined in Session class. (Inherited from Session.) | |
| Connection | Get the connection the session belongs to (Inherited from Session.) | |
| IsClosed | Get whether the session is closed. (Inherited from Session.) | |
| IsTransacted | Get whether the session is transacted (Inherited from Session.) | |
| MessageListener | Obsolete. Get or set the message listener for the session. -Deprecated, use MessageConsumer.MessageListener instead. (Inherited from Session.) | |
| SessID | Gets the id of the session. (Inherited from Session.) | |
| SessionAcknowledgeMode | Get the acknowledge mode of the session as a SessionMode type (Inherited from Session.) | |
| Transacted | Get whether an open session is transacted (Inherited from Session.) |