C# 클래스 Castle.Facilities.AutomaticTransactionManagement.TransactionInterceptor

상속: IInterceptor, IOnBehalfAware
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void

Intercepts the specified invocation and creates a transaction if necessary.

SetInterceptedComponentModel ( ComponentModel target ) : void

Sets the intercepted component's ComponentModel.

TransactionInterceptor ( IKernel kernel, TransactionMetaInfoStore infoStore ) : System

Initializes a new instance of the TransactionInterceptor class.

메소드 상세

Intercept() 공개 메소드

Intercepts the specified invocation and creates a transaction if necessary.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
리턴 void

SetInterceptedComponentModel() 공개 메소드

Sets the intercepted component's ComponentModel.
public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel The target's ComponentModel
리턴 void

TransactionInterceptor() 공개 메소드

Initializes a new instance of the TransactionInterceptor class.
public TransactionInterceptor ( IKernel kernel, TransactionMetaInfoStore infoStore ) : System
kernel IKernel The kernel.
infoStore TransactionMetaInfoStore The info store.
리턴 System