C# 클래스 Apache.NMS.ActiveMQ.NetTxConnection

Extends the basic Connection class to provide a transacted Connection instance that operates within the bounds of a .NET Scoped Transaction. The default Session creation methods of Connection are overriden here to always return a TX capable session instance.
상속: Connection, INetTxConnection
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GuidFromId System.Guid

공개 메소드들

메소드 설명
CreateNetTxSession ( ) : INetTxSession
NetTxConnection ( Uri connectionUri, ITransport transport, IdGenerator clientIdGenerator ) : System

보호된 메소드들

메소드 설명
CreateAtiveMQSession ( AcknowledgementMode ackMode ) : Session

비공개 메소드들

메소드 설명
GuidFromId ( string id ) : System.Guid

메소드 상세

CreateAtiveMQSession() 보호된 메소드

protected CreateAtiveMQSession ( AcknowledgementMode ackMode ) : Session
ackMode AcknowledgementMode
리턴 Session

CreateNetTxSession() 공개 메소드

public CreateNetTxSession ( ) : INetTxSession
리턴 INetTxSession

NetTxConnection() 공개 메소드

public NetTxConnection ( Uri connectionUri, ITransport transport, IdGenerator clientIdGenerator ) : System
connectionUri System.Uri
transport ITransport
clientIdGenerator Apache.NMS.ActiveMQ.Util.IdGenerator
리턴 System