Package com.xenonsoft.bridgetown.aop

This is the package for Aspect Oriented programming interfaces and abstract classes that are part of the Brigetown IoC Framework, here you will find pointcut, joinpoint, finder, context and method interceptor interfaces.

See:
          Description

Interface Summary
IClassFinder A contract for a concrete class that identifies a particular class that is applicable to an aspect oriented joinpoint.
IInterceptionContext The interface to an aspect oriented interception context.
IJoinPoint A marker interface that represents a joinpoint in AOP terminology.
IMethodFinder A contract for a concrete class that identifies a particular method that is applicable to an aspect oriented joinpoint.
IMethodInterceptor A contract interface for a method interceptor.
IMethodJoinPoint A contract interface for a method join point, which associates a class finder and method finder together.
IMethodPointCut Point cut for a matching Java classes and methods.
IPointCut A contract interface for a pointcut In aspect-oriented computer programming, a pointcut is a set of join points.
 

Exception Summary
InterceptionWeaveException A root unchecked exception for a failures that are interception related, for instance if a proxy bean builder or a method interceptor cannot weave the correct behaviour in and around a targeted method.
 

Package com.xenonsoft.bridgetown.aop Description

This is the package for Aspect Oriented programming interfaces and abstract classes that are part of the Brigetown IoC Framework, here you will find pointcut, joinpoint, finder, context and method interceptor interfaces.



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.