The main concept is the join point.
主要概念就是连接点。
Join point model expressiveness vs. simplicity.
连接点模型的表现力与简单性的比较。
A join point is where the main program and the aspects meet.
连接点就是主程序和方面相遇的地方。
Base code is refactored to create a better join point model.
可以重构库代码创建更好的连接点模型。
This gives the benefit of static typing for join point context.
这为连接点上下文提供了静态类型化的好处。
There are two ways to approach configuring tests at a join point.
在一个连接点上配置测试有两种方法。
For instance, the method bar in object Foo could be a join point.
例如,对象Foo中的方法bar就可以是一个连接点。
To understand pointcuts, you'll need to know what a join point is.
要理解Pointcut,必需知道join point是什么。
A join point is an identifiable point in the execution of a system.
连接点是系统执行中的一个可标识的点。
Advice is code that executes before, after, or around a join point.
Advice是在join point之前、之后或周围执行的代码。
Join point is an abstract notion; one does not actively define a join point.
连接点是个抽象的概念;不用主动定义一个连接点。
AspectJ offers both reflective access and the traditional join point context.
AspectJ提供了反射访问和传统的连接点上下文。
Provides a join point for multiple input messages that enables message aggregation.
提供多个输入消息的联接点,该联接点支持消息聚合。
Simple join point model is well suited to coarse-grained aspects and easier to learn.
简单的连接点模型很适于粗粒度的方面,更容易学习。
A join point is a point in the execution of a program where you can usefully join behavior.
连接点是程序执行中可以有效连接行为的点。
Tool support answers these questions by indicating when a join point is affected by advice.
通过指出什么时候连接点受通知影响,AOP工具回答了这些问题。
And if you invoke the IClosure object after the join point completes, results may vary.
如果在连接点完成之后调用IClosure对象,那么结果可能有所不同。
They should describe what is true at the join point - not what should happen at those points.
注解应该描述清楚连接点上什么是符合要求的,而不是在这些点上应该发生什么。
The content assist pop-up shows all the join point context available within the advice body.
内容辅助弹出对话框则显示了通知体中所有可以使用的连接点上下文。
Both the annotation and the newly created instance are captured as context at the join point.
标注和新创建的实例,都在连接点上作为上下文被捕捉到。
A join point is a precise point of execution in a program, such as a method found in a class.
一个连接点(join point)是程序执行中一个精确执行点,比如类中的一个方法。
This yields a performance boost since join point context doesn't need to be accessed reflectively.
这会带来性能飞跃,因为不需要以反射的形式访问连接点上下文了。
Advice is executable code that runs when the join point is encountered during the program runs.
参考建议是一种可执行的编码,当连接点遭遇到程序运行时,它就需要运行。
A join point is a well-defined point in the code at which our concerns crosscut the application.
一个连接点是在代码中被很良好定义的,我们所关注的应用程序横切的点。
Spring AOP takes a different approach and purposely limits the expressiveness of its join point model.
SpringAOP采用了不同的技术,目的是限制它的连接点模型的表现力。
Another problem is that the crosscutting views only show matches based on static join point shadows.
另一个问题是横切视图只显示了基于静态联结点shadow的匹配。
They execute before the join point, after the join point, and instead of the join point, respectively.
他们分别在连接点之前,之后,或是取代连接点而执行。
In these cases you can query the object representing the advised join point for its associated annotations.
在这种情况下,可以查询表示已通知连接点的对象来获得相关的注释。
In our example, we choose to perform the logging immediately after the updating method in the join point returns.
在我们的例子中,我们选择连接点返回中的更新方法之后立即运行日志。
When this is the case, this technique of tracking state from one join point to be used in a later one is quite helpful.
在出现这种情况时,一个切入点的跟踪状态可以在后一个切入点中使用这项技术就会非常有帮助。
应用推荐