The INetTxConnection extends the functionality of the IConnection interface by adding the createNetTxSession method (optional). The INetTxConnection interface is optional. NMS providers are not required to support this interface. This interface is for use by NMS providers to support transactional environments.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface INetTxConnection _
	Inherits IConnection, IDisposable, IStartable, IStoppable
C#
public interface INetTxConnection : IConnection, 
	IDisposable, IStartable, IStoppable
Visual C++
public interface class INetTxConnection : IConnection, 
	IDisposable, IStartable, IStoppable
JavaScript
Apache.NMS.INetTxConnection = function();
Apache.NMS.INetTxConnection.createInterface('Apache.NMS.INetTxConnection');

See Also