C# 클래스 Spring.Aop.Framework.CountingMultiAdvice

Advice object that implements multiple Advice interfaces.
상속: Spring.Aop.Framework.MethodCounter, IMethodBeforeAdvice, IAfterReturningAdvice, IThrowsAdvice
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
AfterReturning ( object returnValue, MethodInfo method, object args, object target ) : void
AfterThrowing ( ApplicationException aex ) : void
Before ( MethodInfo method, object args, object target ) : void

메소드 상세

AfterReturning() 공개 메소드

public AfterReturning ( object returnValue, MethodInfo method, object args, object target ) : void
returnValue object
method System.Reflection.MethodInfo
args object
target object
리턴 void

AfterThrowing() 공개 메소드

public AfterThrowing ( ApplicationException aex ) : void
aex System.ApplicationException
리턴 void

Before() 공개 메소드

public Before ( MethodInfo method, object args, object target ) : void
method System.Reflection.MethodInfo
args object
target object
리턴 void