WebLogic Messaging API Class Library

ISession Properties

The properties of the ISession interface are listed below. For a complete list of ISession interface members, see the ISession Members topic.

Public Instance Properties

Connection Get the parent Connection object for the current session as an IConnection.
SessionModeReturns the session mode as a Constants.SessionMode. The SessionMode mode is set at the time that the session is created. If the session is transacted, returns Constants.SessionMode.SESSION_TRANSACTED.
TransactedIndicates whether the session is in transacted mode (as a bool boolean type).

See Also

ISession Interface | WebLogic.Messaging Namespace | IConnection.CreateSession | IMessage