invocations

英 [ˌɪnvəʊˈkeɪʃənz] 美 [ˌɪnvəˈkeɪʃənz]

n.  (向神或权威人士的)求助; 祈祷; 调用; 启用
invocation的复数



柯林斯词典

  1. N-VAR (向神灵)求助,祈求宽恕;乞灵
    An invocation is a request for help or forgiveness made to a god.
    1. ...an invocation for divine guidance.
      祈求神的指引
  2. N-COUNT (公共集会的)祈祷,祷告
    An invocation is a prayer at a public meeting, usually at the beginning.
    1. Please stand and pledge the flag, after which Dr. Jerome Taylor will give the invocation.
      请起立对旗宣誓,之后杰尔姆·泰勒博士将做祈祷。

双语例句

  1. The wrapper code would be the Web service, and it would delegate all invocations to the real implementation.
    包装器代码将是Web服务,并且它将委派真正实现的所有调用。
  2. The SCA runtime platform is responsible for dynamically figuring out how to make or receive service invocations.
    SCA运行时平台负责动态确定如何进行或接收服务调用。
  3. RPC-style Web services use the same synchronous request-response pattern that is typically seen in OO-style object method invocations.
    RPC样式的Web服务使用了在OO样式的对象方法调用中常见的同步请求-响应模式。
  4. SCA: Service invocations in Process Server are done using the Service Component Architecture ( SCA) specification.
    SCA:ProcessServer中的服务调用是使用服务组件体系结构(SCA)规范完成的。
  5. Because invocations are blocking calls, you should dispatch these in a separate thread of execution.
    由于调用是按模块进行的,所以您应该把这些调用分派到不同的执行线程中。
  6. Errors encountered during asynchronous SCA invocations are persisted as events in the Failed Event subsystem.
    在异步SCA调用期间遇到的错误将被作为事件持久化到FailedEvent子系统中。
  7. The invocation handler class must know how to deal with method invocations of all the interface types.
    调用处理程序类必须知道如何处理所有接口类型的方法调用。
  8. Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
    对动态代理类的方法调用,不会像直接调用对象的方法那样好。
  9. The invocation handler will use the UserImpl class to delegate all business method invocations.
    调用处理程序会使用UserImpl类来委托所有的业务方法调用。
  10. In this scenario, all the invocations are synchronous invocation ( request-response operation) over synchronous implementation.
    在此场景中,所有调用都是通过同步实现来进行的同步调用(请求-响应操作)。
  11. However, invocations to request-response operations from a short running process will always be synchronous.
    不过,从短时间运行的进程对请求-响应操作的调用将始终采用同步方式。
  12. Both Business Rules and Selectors always use synchronous invocations.
    业务规则和选择器始终使用同步调用。
  13. The message interceptor gateway pattern is commonly used to handle Web service invocations between Internet and intranet environments.
    消息拦截器网关模式常用来处理Internet和Intranet环境之间的Web服务调用。
  14. The invocation handler could also be refactored to handle other operations across multiple method invocations on different object types.
    还可以重构调用处理程序,让它处理其他横跨不同对象类型的方法调用的操作。
  15. Dispatching is the distribution of method invocations on a Web service.
    调度是在Web服务中分配方法调用。
  16. REST-based Web service developers often need to pre-and postprocess HTTP invocations in a nonintrusive manner.
    基于REST的Web服务开发人员经常需要以一种非侵入方式对HTTP调用进行预先处理和事后处理。
  17. There needs to be a process to route the invocations to an alternate service in your infrastructure.
    在您的基础结构中需要一个流程将调用路由到另一个服务。
  18. It also does not handle service invocations, protocol translations, mediations, and request routing.
    它也无法处理服务调用、协议转换、中介,以及请求路由。
  19. So "perl" and "perl-w" for instance are two different invocations of the same program.
    因此,例如,“perl”和“perl-w”是对同一个程序的两种不同调用。
  20. We also assume that Web service invocations take the same time and can all be done in parallel.
    我们还假设Web服务调用使用的时间相同并且全部可以并行处理。
  21. Ruby supports message passing and direct method invocations.
    Ruby支持消息传送和直接方法调用。
  22. These invocations are useful for actions like logging, caching, or security validation.
    这些调用对日志记录、缓存设置和安全验证等操作很有用。
  23. The sequence diagram shows the dynamic method invocations among classes for performing certain tasks.
    序列图显示了在执行特定任务时类间的动态方法标记。
  24. You have now attached a mediation policy that will disable logging for any invocations of the Employee service.
    您现在已附加了对任何Employee服务调用禁用日志记录的中介策略。
  25. All invocations are made and all events are accepted through these parts.
    所有请求和事件都通过这些部分被接收。
  26. Multiple invocations of the same script that run at the same time will have different process IDs.
    同时运行的对同一个脚本的多个调用将使用不同的进程ID。
  27. These byte codes include invocations to hook methods that contain the logic to manage the execution of the probes.
    这些字节码包括钩子方法的调用,这些方法包括管理探针运行的逻辑。
  28. The run-time system may dispatch multiple client invocations to the service endpoint interface to this single instance.
    这个运行时系统可以把多个对该服务端点接口的客户机调用分派到对于这个单一实例。
  29. That you can use within unit tests to make remote invocations to JAX-RS Web services.
    ,可用于在单元测试中对JAX-RSWeb服务进行远程调用。
  30. The method invocations on the proxy are delegated to the underlying objects.
    在代理中对方法的调用委托到下面相应的对象中。