invocation
美 [ˌɪnvoʊˈkeɪʃ(ə)n]
英 [ˌɪnvəʊˈkeɪʃ(ə)n] 
- n.调用;祈祷;(向神或权威人士的)求助;启用
- 网络祈求;祈愿;符咒
词形变化
复数:invocations 同义词
英汉双解
1. | (向神或权威人士的)求助;祈祷the act of asking for help, from a god or from a person in authority; the act of referring to sth or of calling for sth to appear |
2. | 调用;启用the act of making a particular function start |
英汉解释
英英解释
例句
Even though it might be executed many times, it will complete in just a couple of nanoseconds for each invocation.
即使被多次执行,每次调用都会在几纳秒内完成。
Convert a string matching the symbolic name of a class or function into a reference to or invocation of that class or function.
转换为字符串匹配的象征性名称的一类或函数的引用或调用的类或函数。
Gets the invocation identifier of the server on which the last change was made to this attribute.
获取最后更改此属性的服务器的调用标识符。
Generally speaking, compensation is the means of reversing the effects of a service invocation in case of a later failure.
一般而言,补偿是为了防止后续的错误而对服务调用结果进行回滚处理的一种手段。
From there, I'll go on to compare SOAP, and RPC in general, with one of its biggest competitors, remote method invocation (RMI).
从那里,我继续将SOAP和一般而言的RPC与它的最大竞争对手之一,远程方法调用(RMI)相比较。
The Met's defence was that the actual target of its invocation of the Official Secrets Act was the indiscreet police officer.
大都会的则反驳说:《官方保密法》的实际目标是轻率的警务人员。
When logging is turned off entirely or for a set of priorities, the cost of a log request is a method invocation plus an integer comparison.
当完全关闭日志记录或者对于一组优先级关闭了日志记录时,日志请求的开销就是方法调用加上整数比较。
The process passes the result of this invocation, just a receipt acknowledgment for your simple scenario, back to the Inventory Manager.
这个流程仅仅把调用结果返回给库存管理员,对您的简单场景来说结果就是确认收到的消息。
Invocation of any given service will, in many cases, result in derived events being published out on the bus.
在很多情况下,调用任何给定的服务将导致通过总线发布派生事件。
As a result of the invocation of any link, the portlet may define a set of current render parameters.
作为任何链接调用的结果,Portlet可能会定义一个当前呈现参数集。
Because SOAP uses XML to encode messages, it's very easy to process messages at every step of the invocation process.
而SOAP用XML将消息编码,因此在调用过程的任何一步都极易处理消息。
In the case of a composite Web service invocation, multiple bars represent the response time of each endpoint.
对于复合Web服务调用,多个条代表每个端点的响应时间。
The interceptor processes the method invocation request by checking if the user trying to access the method has appropriate access rights.
拦截器将检查试图访问方法的用户是否具有相应的访问权,从而处理方法调用请求。
This indicates, unsurprisingly, that this REST invocation will perform a search against the blogosphere.
显而易见,这表明REST调用将在博客圈中执行搜索。
I'm now ready to talk about the interesting part -- dynamic discovery and invocation.
我现在可以谈论有趣的部分了—动态发现和调用。
Depending on the MEP for a given method invocation the number of flows associated with it may vary.
根据给定方法调用的MEP,与其关联的流的数量可能会有所变化。
Calls to the optimized local adapter invocation or send request APIs do not result in an inbound JCA request to drive into the target EJB.
针对优化的本地适配器调用或发送请求API的调用不会导致入站JCA请求以便进入目标EJB。
First of all, the lifetime of tokens are not restricted to a single remote invocation, or to a single protocol.
首先,令牌的生存期并不局限于单个远程调用、或单个协议。
Entries on the call stack can be selected, causing variables at the time of invocation to be displayed.
您可以选择调用栈中的条目,这样可以显示变量被调用时的值。
The target service received each invocation and logged the contents of the business object to the system log as shown in Listing 5.
目标服务接收每次调用,并将业务对象的内容记录到系统日志中,如清单5中所示。
The process of wiring the invocation up to the implementation is called binding.
将调用和实现绑到一起的过程叫做绑定。
A non-blocking one-way invocation of a service enables the client to carry on executing without waiting for the service to run.
服务的非阻塞单向调用允许客户端在无需等待服务运行的情况下进行执行。
Alternatively, the resource adapter can call release when it has finished and create another endpoint for the next invocation.
或者,资源适配器在完成任务并为下一调用创建另一个端点时,也可以调用release。
Registry and Repository does not route service requests on its own, nor does it act as an intermediary in the service invocation chain.
RegistryandRepository本身并不路由服务请求,它也不充当服务调用链中的中介。
The representation of a procedure created by the invocation of that procedure.
由过程调用产生的该过程的表示。
Next, take a look at the JavaScript code that responds to the Ajax invocation and displays the inventory, shown in Listing 4.
下一步,看看响应Ajax调用和显示库存的JavaScript代码,如清单4所示。
The invocation handler will contain an instance of a real implementation class as an instance variable.
调用处理程序中会包含一个实际的实现类的实例,把它作为实例变量。
When a service is invoked, the Web services infrastructure will attempt to discover a contract to apply to this invocation.
当调用了服务,Web服务基础架构将试图发现合同,使之应用于该调用。
Of course, this general invocation servlet can be used in any Java applications or Windows applications by sending out a URL request.
当然,通过发出一个URL请求,在任何Java应用程序或Windows应用程序中都可以使用这一通用调用servlet。
Back in the 1990s, few dared challenge the orthodoxy of the Maastricht treaty and its invocation of an "ever closer union" .
回顾上世纪90年代,很少有人敢挑战《马斯特里赫特条约》的正统地位及其喋喋不休宣扬的“愈加紧密的联盟”。
Groovy's handy-dandy shortcuts let me invoke the toJSON method on all objects within a collection with a *. invocation.
通过groovy便利的快捷方式,我可以使用*.调用对集合内的所有对象调用toJSON方法。
The portlet must not modify session state or backend state as a result of the invocation of a render link.
由于调用呈现链接,因此Portlet不可修改会话状态或后端状态。
Users are often surprised to find that setting or determining invocation styles between components is not as easy a task as it may seem.
用户经常惊讶地发现,设置或确定组件间的调用样式并不像看起来那么简单。
For JMS exports, an arrival on the bound destination will trigger an invocation of the SCA component to which the export is wired.
对于JMS导出,送达绑定目的地会触发对连接导出的SCA组件的调用。
Parameters for the CallableStatement must be specified by either name or by the ordinal format within a single invocation of a routine.
在调用例程时,必须以名称或顺序格式指定CallableStatement的参数。
This sort of control over struct layout is useful when using platform invocation.
使用平台调用时,这种结构布局控制很有用。
Although the program can create other channels, the current channel for a particular invocation of a specific program never changes.
尽管程序可以创建其他管道,但是用于调用特定应用程序的管道是永远不变的。
There was now no light except from the herbs on the brass dish, and no sound except from the deep guttural murmur of the invocation.
现在,除了铜盘里燃烧的草药,便再也没有光亮;除了召唤者的深沉喉音,便再也没有声响。
The first set of fields are used by the InvocationPatternComp to decide which operation to call and which invocation pattern to use.
InvocationPatternComp使用第一个字段集来确定调用哪一个操作和使用哪一个调用模式。
Even today every recital of any Indian classical dance begins with an invocation to Nataraja or Nateshwara the god of dance.
甚至到了今天,任何印度经典舞蹈都是以舞王或者是舞神那吒罗阇的一个符咒为开头。