[TIBCO.EMS .NET client library 8.1 documentation]

The EMSDTCSession type exposes the following members.

Methods

  NameDescription
Close
Close a session and reclaim resources
(Inherited from Session.)
Commit
Not valid for EMSDTCSession, throws InvalidOperationException
(Overrides Session..::.Commit()()().)
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.)
CreateQueue
Create a queue
(Inherited from Session.)
CreateSharedConsumerOverloaded.
CreateSharedDurableConsumerOverloaded.
CreateStreamMessage
Create a StreamMessage object
(Inherited from Session.)
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.)
GetSession
Returns this session, that would allow to create producers and consumers
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
Not valid for EMSDTCSession, throws InvalidOperationException
(Overrides Session..::.Rollback()()().)
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.)

Properties

  NameDescription
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.)

See Also