网站首页  词典首页

请输入您要查询的英文单词:

 

单词 join points
释义

join points

  • 网络连接点;联结点
1.
连接点
连接点join points)表示在程序执行过程中预先定义的“点”,AspectJ 中典型的连接点包括:方法或构造器的调用,方法或构 …
developer.51cto.com
2.
联结点
这些规则是用切入点(pointcuts)、联结点join points),通知(advice)和方面(aspect)来说明的。联结点是定义在程序 …
www.360doc.com

例句

释义:
1.
The implicit information available in the signature of program elements is often enough to capture the required join points.
在于程序元素中可用的隐式信息通常足以捕获所需要的连接点。
www-128.ibm.com
2.
While enumeration can be useful, it is often more convenient to express join points by means of structural properties.
虽然枚举可能很有用,但是用结构化属性的方式表示连接点通常更方便。
www.ibm.com
3.
Summary: Use the AJDT's cross-references view as you develop your aspect to see which join points it is likely to advise.
概述:在开发方面时使用AJDT的cross-references视图查看它要建议哪些联结点。
www.ibm.com
4.
One of the best practices of getting most out of AOP is to use to metadata to capture join points for cross-cutting concerns.
从AOP获得大部分好处的最佳实践之一就是使用元数据去为横向关注点(cross-cuttingconcerns)捕获连接点(joinpoints)。
www.infoq.com
5.
Type isn't the only consideration when selecting join points: properties may also be considered.
在选择连接点时,类型不是惟一要考虑的事项:还可以考虑属性。
www.ibm.com
6.
You can consider the pointcut to be a query of your code that returns a set of join points.
你可以把切入点想象成对你的编码的一个查询,用它来返回一系列的连接点。
www.ibm.com
7.
For an AOP approach to be advantageous, multiple join points for a single concern must exist.
对于一个有利的AOP方法来说,用于单独一个关注的多个连接点必须存在。
www.ibm.com
8.
The beauty here is being able to capture join points without additional collaboration beyond that required by the RMI infrastructure.
这里很好的一点是可以不需要加入比RMI基础设施所需要的更多的协作就可以捕获连接点。
www.ibm.com
9.
The sequence diagram in Figure 1 highlights a few of the dynamic join points that result from operations on an Account.
图1中的顺序图突出了在Account操作上形成的一些动态连接点。
www.ibm.com
10.
A pointcut, then, is a language construct that picks out a set of join points based on defined criteria.
那么,Pointcut就是一种语言构造,这种构造根据已定义的标准挑选一组joinpoint。
www.ibm.com
1.
The JBoss AOP model is nearly as expressive and only omits some of the less commonly used join points for the benefit of simplicity.
JBossAOP模型几乎同样有表现力,只是为了简单性而遗漏了一些不太常用的连接点。
www.ibm.com
2.
At the core of each approach, however, is the mechanism for accessing, composing, naming, and abstracting join points.
但是,每种技术的核心,都是连接点的访问、编辑、命名和抽象机制。
www.ibm.com
3.
The key is to write a test that will fail if the aspect misbehaves or does not apply to the join points you intend it to.
关键是编写一个当方面行为错误或者没有应用到希望它应用的联结点处时会失败的测试。
www.ibm.com
4.
If you want the aspect to affect many join points, pick a few representative examples.
如果方面会影响多个联结点,那么就选择几个代表例子。
www.ibm.com
5.
Verify manually that the list is complete and does not include join points that should be omitted.
人工验证清单是否完整,并且不包含应忽略的联结点。
www.ibm.com
6.
Together, these two pointcuts define all of the join points with which we are concerned.
合起来,这两个切点定义了所有我们关注的连接点。
www.ibm.com
7.
Situations like this one invite the use of metadata to capture the required join points.
像这样的情况就要用元数据捕获所需要的连接点。
www-128.ibm.com
8.
The aspect encapsulates the join points, pointcuts, inter-type declarations, and advice for a crosscutting concern.
方面封装了一个横切关注点的连接点,切入点,类型间声明和参考建议。
www.ibm.com
9.
Pointcuts allow you to unambiguously reference multiple join points in the program code (method content and processes).
衡切点允许您明确的引用程序代码(方法内容和过程)中的多个连接点。
www.ibm.com
10.
The pointcut is an expression that describes a set of join points.
切入点是一个用来描述一套连接点的表达式。
www.ibm.com
1.
When editing pointcuts, being forced to run the system and inspect the results to find affected join points is very time-consuming.
在编辑切入点时,不得不运行系统才能查看结果,寻找受影响的连接点是非常耗时的。
www.ibm.com
2.
Compare the maps in the crosscutting comparison tool to detect any unwanted changes to the join points affected by your aspects.
在横切比较工具中比较这些图,以发现受方面影响的联结点所出现的不希望的改变。
www.ibm.com
3.
Try to really leverage join points where objects might not be necessary.
应在可能不需要对象的地方真正利用切入点。
www.ibm.com
4.
Pointcuts can describe sets of join points by means of explicit enumeration.
切入点可以通过显式枚举方式描述连接点集合。
www.ibm.com
5.
Join points, pointcuts, and advice address the dynamic properties of your software.
连接点,切入点和参考建议关注于你的软件的动态属性。
www.ibm.com
6.
AOP implementations normally declare join points using template languages.
AOP实现通常使用模板语言声明连接点。
www.ibm.com
7.
A "pointcut" is a construct used to programmatically declare and group join points.
一个“衡切点”是一个被用作程序声明和分组连接点的构造。
www.ibm.com
8.
After all, if you can identify the join points needing annotations, you can write a pointcut and advise those join points directly.
总之,如果可以确定需要注释的连接点,那么就可以编写一个切入点,并直接通知这些连接点。
www-128.ibm.com
9.
This technique is based on aspects signaling compile-time warnings if specific join points are found to be reachable.
这种技术基于这样一些方面,它们在发现特定的连接点可达时发出编译时警告。
www-128.ibm.com
10.
Typical join points in AspectJ include method calls, access to class members, and the execution of exception handler blocks.
AspectJ中典型的joinpoint包括方法调用、对类成员的访问以及异常处理程序块的执行。
www.ibm.com
1.
Join points are encapsulated in quantifiable expressions (queries) called "pointcuts. "
连接点被封装在被称作“pointcuts(横切点)”的可以计量的扩展(查询)之中。
www.ibm.com
2.
At run time, Contract4J uses built-in aspects to advise the join points where the tests should be executed.
在运行时,Contract4J使用内置的方面建议应该在其中执行测试的连接点。
www.ibm.com
3.
Dynamic join points are where aspect execution meets the execution of the program.
动态连接点是方面执行与程序执行相遇的地方。
www.ibm.com
4.
Metadata brings additional information to selecting join points where Pointcuts use annotations to capture join points.
元数据给选择连接点(joinpoints)带来了附加信息,在那里Pointcuts使用注解来捕获连接点(joinpoints)。
www.infoq.com
5.
In this case, you will write join points to capture calls to all methods of the specific interface.
在这种情况下,您将编写连接点来捕捉针对该特定接口的所有方法的调用。
www-128.ibm.com
6.
On the downside, the crosscutting comparison view can degrade if an aspect affects many join points.
缺点是横切比较工具在方面影响多个联结点时会不好用。
www.ibm.com
7.
Pointcuts are then used to define the join points at which advice in the aspect applies.
然后可以用切入点来定义将在其上应用方面中的通知的连接点。
www.ibm.com
8.
Join points that correspond to places in the code contained within certain classes or methods.
与包含在某个类或方法中的代码位置对应的连接点。
www-128.ibm.com
9.
The subaspect below defines a pointcut that captures the join points needing transaction management support.
下面的子方面定义了一个捕获需要事务管理支持的连接点的切入点。
www-128.ibm.com
10.
An AOP system that supports consuming annotations will let you select join points based on annotations associated with program elements.
支持消费注释的AOP系统使您可以基于与程序元素相关联的注释选择连接点。
www.ibm.com
1.
In such cases, the annotator-supplier design avoids the risk of missed annotations for join points.
在这种情况下,有一种注释者-供应者设计避免了错过连接点的注释的风险。
www.ibm.com
2.
Conversely, when you write an aspect, you immediately see what join points it affects.
反过来,在编写方面的时候,可以立即看到这个方面影响了哪个连接点。
www-128.ibm.com
3.
Is in essence a construct to capture join points.
本质上一个用于捕捉连接点的结构。
www-128.ibm.com
4.
Static join points allow aspects to define new members on a class.
静态连接点允许方面定义类上的新成员。
www.ibm.com
5.
Join points within certain program control flows.
在某个流程控制流程中的连接点。
www-128.ibm.com
6.
Pointcut selects a subset of join points that need lock management.
切入点选择了需要用锁管理的连接点子集。
www-128.ibm.com
7.
Select join points and collect the context at selected join points.
选择连接点,并收集所选的连接点处的上下文。
www-128.ibm.com
8.
Each AOP tool offers a number of primitive pointcuts for matching join points.
每个AOP工具都提供了大量用于连接点匹配的原生切入点。
www.ibm.com
9.
Method execution join points correspond to the life cycle of a method until it returns.
方法执行连接点,与方法返回之前的生命周期对应。
www.ibm.com
10.
AOP lets you define pointcuts that match the many join points where you want to monitor performance.
AOP允许定义切入点,与要监视性能的许多连接点进行匹配。
www.ibm.com
1.
With AOP, we need a way to identify join points in a program.
使用AOP,我们需要一个在一个程序中识别连接点的方法。
www.ibm.com
2.
When you select a set of join points, you provide advice for them.
当你选择一系列连接点的时候,你可以为它们提供参考建议。
www.ibm.com
3.
One of the hard things about testing a widespread crosscutting concern is that it can advise so many join points.
关于测试广泛分布的横切关注点的一个难题是它会报告太多的联结点。
www.ibm.com
4.
Note that in some cases (indicated in parentheses) join points are not identified with pointcuts.
注意,在某些情况下(在括号中表示),连接点不用切入点标识。
www.ibm.com
5.
In contrast to join points, pointcuts are defined in aspects.
和连接点相反,切入点需要在方面中定义。
www.ibm.com
6.
To define the join points where I will handle exceptions.
中以定义我要处理异常的连接点。
www-128.ibm.com
7.
Some primitive pointcuts match only join points of a specific kind (for example, method executions).
有些原生切入点只与特定类型的连接点匹配(例如,方法执行)。
www.ibm.com
8.
For example, how would you capture join points requiring transaction management or authorization?
例如,如何捕获需要事务管理或者授权的连接点呢?
www.ibm.com
9.
For example, an aspect related to persistence might need access to an object's initialization join points.
例如,与持久性有关的方面可能需要访问对象的初始化连接点。
www.ibm.com
10.
This is a useful option when there is a clear way to express participating join points.
在有明确的方法表示特定的连接点时,这是一种有用的选择。
www.ibm.com
1.
For example, plain Java programs execute join points such as method calls and field sets.
例如,普通的Java程序执行方法调用、字段设置这样的连接点。
www.ibm.com
2.
As the annotation type to capture join points, whereas in another system the annotation type might be
作为注释类型来捕获连接点,而在另外的系统中,注释类型可以是
www-128.ibm.com
3.
Advice invoking authentication for the Account at the join points specified by the pointcut
通知,在切入点指定的连接点上调用Account的认证。
www.ibm.com
4.
Join points correspond to reads and writes of fields; in this case, an assignment of the
连接点对应着字段的读和写;在这个例子中,在
www-128.ibm.com
5.
Unintentional capturing of join points when using wildcards
使用通配符时,对连接点的非有意捕获
www.ichacha.net
6.
AOP tools provide a mechanism for identifying sets of join points, called a
AOP工具提供了识别连接点集合的机制,叫作
www-128.ibm.com
7.
At the join points specified by the pointcut
在切入点指定的连接点上调用
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/7 3:01:17