pointcuts

pointcuts

 英

  • 网络切入点;切点;点切

例句

As you can see, this sort of syntax error takes much longer to debug in the tools that don't have static checking of pointcuts.

由此可以看到没有切入点静态检查工具语法错误需要更多时间调试

If I modify my pointcuts to make them more accessible to mock targets, I also make them more accessible to non-test parts of the system.

如果修改切点使它们mock目标访问使它们系统测试部分访问

Writing good pointcuts is key to mastering AOP, although it is often a struggle for newcomers.

编写切入点掌握AOP关键尽管对于新手来说通常不是一件容易

The syntax for creating static crosscuts is quite different from that of dynamic crosscutting, in that there are no pointcuts or advices.

创建静态横切语法动态横切不同没有切入点通知

A more complete and fine-grained set of pointcuts allows more of the interesting points of program execution to be accessible to aspects.

更加完整精细切入点集合允许通过方面访问程序执行更多有趣

Figuring out what went wrong, especially when first coming up to speed on AOP and pointcuts, can be extremely time-consuming.

指出错误特别费时尤其初次接触AOP切入点

Aspects combine pointcuts and advice into a modular solution addressing a particular crosscutting concern.

切面结合切入点通知一个模块方案解决特殊横切问题

At the time of this writing, no AOP system supports annotation properties-based pointcuts.

编写本文时候没有支持基于注释属性切入点AOP系统

Checking such pointcuts with a few representative mock targets is worthwhile.

几个代表性mock目标检查这种切点值得

Only a few pointcuts are required for coarse-grained crosscutting and auxiliary aspects.

对于横切辅助性方面需要很少切入点

Pointcut support for composition allows you to combine simple pointcuts into more complicated ones.

切入点支持复合composition),允许简单切入点组合复杂切入点

Run time -- Interception and proxy-based mechanisms provide a means for matching pointcuts to determine when advice should be invoked.

运行——拦截基于代理机制提供切入点匹配手段可以决定什么时候应当调用通知

Together, these two pointcuts define all of the join points with which we are concerned.

起来两个切点定义所有我们关注连接

Note that at this time, AspectJ is the only tool that provides a static enforcement mechanism that employs pointcuts.

注意目前AspectJ惟一提供使用切入点静态强制机制工具

We were able to do this easily because both pointcuts have an Employee parameter.

因为每个切点一个雇员参数因此我们可以容易地完成工作

The aspect encapsulates the join points, pointcuts, inter-type declarations, and advice for a crosscutting concern.

方面封装一个横切关注连接切入点类型声明参考建议

Pointcuts allow you to unambiguously reference multiple join points in the program code (method content and processes).

切点允许明确引用程序代码方法内容过程多个连接

When editing pointcuts, being forced to run the system and inspect the results to find affected join points is very time-consuming.

编辑切入点不得不运行系统才能查看结果寻找受影响连接非常耗时

On the flipside, a broader set of pointcuts does have a pay-as-you-go property, as pointcuts can be learned as needed.

反面来看更广泛切入点集合确实具备量入为出属性因为切入点可以

Pointcuts can describe sets of join points by means of explicit enumeration.

切入点可以通过显式枚举方式描述连接集合

Join points, pointcuts, and advice address the dynamic properties of your software.

连接切入点参考建议关注软件动态属性

Together, pointcuts, advice, and inter-type declarations allow AOP languages to express crosscutting concerns explicitly.

切入点通知类型声明组合一起使AOP语言可以清楚表达横切问题

Many aspects cannot be expressed without fine-grained pointcuts.

没有精细切入点许多方面不能表达

Join points are encapsulated in quantifiable expressions (queries) called "pointcuts. "

连接封装称作pointcuts切点)”可以计量扩展查询之中

Metadata brings additional information to selecting join points where Pointcuts use annotations to capture join points.

元数据选择连接joinpoints带来附加信息那里Pointcuts使用注解捕获连接joinpoints)。

You can take a more relaxed approach to describing pointcuts by using free-text description.

可以采用一种更加宽松方法描述切点使用上下文无关描述

Trace defines three pointcuts; two of them are concrete and one abstract, as shown in Figure 2.

跟踪定义三个切入点其中两个具体一个抽象正如2所示

Pointcuts are then used to define the join points at which advice in the aspect applies.

然后可以切入点定义应用方面通知连接

These provide an elegant way of expressing pointcuts and advice in a single code module.

提供一种单个代码模块表达切入点通知优雅方式

Pointcuts are just the first step in a design approach that minimizes entangling assumptions.

切入点仅仅减少重重假设设计方法第一

The above method for describing pointcuts has proved useful, but at present there is no analogous method for describing process pointcuts.

上述用于描述切点方法已经证明有效但是目前没有一种类似方法可以用来描述过程切点

As a result, there is no import mechanism for pointcuts, and all type references must be fully qualified.

所以没有切入点import机制所有类型引用必须完全规范

A mechanism for naming pointcuts facilitates readability and composition.

切入点命名naming机制提高可读性复合

To fully support dynamic AOA weaving, RMC requires an embedded language for declaring process pointcuts.

为了完全支持动态AOA编排RMC要求一种声明过程切点嵌入式语言

Using pointcuts, you can easily define situations in which a timestamped object should have its stamp updated.

使用Pointcut可以方便地定义环境加上时间戳记对象其中更新戳记

But it also means that little additional work for matching pointcuts needs to be done at run time.

意味运行时候几乎需要为了匹配切入点额外工作

The learning curve for using new pointcuts is pay as you go.

使用切入点学习曲线

Concise aspect declarations and static checking for pointcuts.

简洁方面声明切入点静态检查

The pointcuts in these aspects look for the appropriate annotations.

这些方面切入点查找合适标注

Both pointcuts and their bindings to advice are declared in the aspects using XML annotations.

切入点切入点通知绑定方面中用XML注释声明