To set the timeout value, in milliseconds, for an asynchronous method.
要设置超时值,以毫秒为单位的异步方法。
There is a corresponding asynchronous method for each remote service method.
每个远程服务方法都有对应的异步方法。
However, EJB will still have a place in defining endpoints for message delivery, remote and asynchronous method invocation, timers, etc.
然而EJB在为消息传输定义端点、远程与异步方法调用、定时器等领域还是有一席之地的。
With an asynchronous method invocation the container returns control to the client and continues processing the invocation on a separate thread.
通过一个异步的方法调用,容器将控制权返还给客户端并且在一个单独的线程上继续处理该调用。
The essay suggests that an asynchronous method be adopted in teaching and learning so as not to compel students to march forward synchronously in their study.
外语教学宜采用异步法,做到因材施教,因地制宜,不能强行划一,同步前进。
An asynchronous method can return a Future object that allows the client to retrieve a result value, check for exceptions, or attempt to cancel an in-progress invocation.
一个异步方法能返回一个Future对象,该对象使得客户端可以获得一个结果值、检查异常或者尝试取消正在进行中的调用。
This paper introduces the concept of asynchronous method invocation based on CORBA, and discusses the principle and implementation technology of its two model: callback and polling.
介绍了基于CORBA的异步调用技术,探讨了异步回调和异步轮询两种模型的原理及实现技术。
The experimental results show that, the scheme not only makes, the sensitivity to parameters of the system reach the level of asynchronous method, but also has good correlation property.
计算机仿真结果表明,此方案不但使系统对参数的敏感性达到了非同步方式的水平,而且具有很好的相关性。
An asynchronous method may also support multiple pending calls (multiple concurrent invocations), allowing your code to call it any number of times before it completes other pending operations.
异步方法可能还支持多个挂起的调用(多个并行调用),允许您的代码在此方法完成其他挂起的操作之前调用此方法任意多次。
With the growth of the application domain of CORBA, many applications need the asynchronous mechanism in CORBA. Traditionally, CORBA does not provide the asynchronous method invocation mechanism.
随着CORBA应用领域的扩展,许多应用需要CORBA提供异步机制,而传统的CORBA不提供异步方法激活机制。
If the request is asynchronous, this method returns immediately after sending the request.
如果请求是异步的,这个方法会在发送请求之后立即返回。
This method masks much of the coding that is necessary to create an asynchronous request.
这种方法屏蔽创建一个异步请求所需的大部分编码。
Asynchronous tracking: in this method, there is an external process that runs and scans for changes.
异步跟踪:在这种方法中,将运行外部进程来扫描更改。
DRBD supports a variation on each method that provides a bit more data protection than asynchronous at a slight cost in performance.
DRBD支持每种方法的变体,这些方法比异步模式提供更多的数据保护,代价是性能略有下降。
The asynchronous call to the server will be triggered when the validate method is called.
当验证方法被调用时,对服务器的异步调用将被触发。
These include a provision to specify the transport protocol, which is needed to access the service, and a clearer method of declaring both synchronous and asynchronous services.
这包括指定访问该服务所需的传输协议的规定,声明同步和异步服务的更明确的方法。
You must be aware of or account for the asynchronous nature of replication if this is your chosen method.
如果选择这种方法,则必须清楚或考虑复制本身的异步性。
When the asynchronous operation finishes or when the handled event takes place, a method gets called and executed as a reaction to the event.
在异步操作完成或者事件触发的时候,就会调用方法并作为对该事件的反应。
The same WSIF client can be used for asynchronous invoke by invoking a different method in the API.
可以通过调用API中的不同方法来使用WSIF客户机进行异步调用。
If you're starting with the WSDL-code-generation method described above, you can ask the code generator to enable asynchronous invocations to your service.
如果从上述“WSDL -代码-生成”方法开始,您可以要求代码生成器启用对服务的异步调用。
The first is the method of distributed objects (also known as object Request Broker), and the second method is that of asynchronous messaging.
第一种方法是使用分布式对象(也称为对象请求代理),第二种方法是使用异步消息传递。
Asynchronous - a method that represents a message queue.
Asynchronous——表示消息队列的方法。
At an overall level this is an asynchronous sequence, since the first attach method call goes in one direction.
从全局层次上来看,这其实是一种异步序列,因为开始的attach方法调用是朝着一个方向的。
Every method of the main interface has a matching entry in the asynchronous interface, but with a return type of void and an additional argument of class AsyncCallback.
主接口的每种方法在异步接口中都有相匹配的条目,但是附带了void返回类型和asynccallback类的附加参数。
For each method in your original interface, the asynchronous version must have a matching method with the return type changed to void and an additional parameter of type AsyncCallback.
对于初始接口中的每个方法,异步版本必须有一个返回类型更改为void的匹配方法和一个asynccallback类型的附加参数。
Using the getFormValues() method, an array of form field values may be submitted as an argument to an xajax asynchronous wrapper function.
通过使用 getFormValues()方法,可以将表单字段值数组作为参数提交给一个xajax异步包装器函数。
The (asynchronous) receiver bean is invoked upon receipt of a message to unpack the message content to invoke a method on a target business logic EJB.
一接收到消息就调用(异步)接收方bean,以将消息内容解包以调用目标业务逻辑e JB中的方法。
In this example, you use the AsyncFacebookRunner.request (...) method, which is a helper wrapper method to make the underlying request method asynchronous by running in its own thread.
在本例中,您使用AsyncFacebookRunner .request(…)方法,这是一个帮助器封装器方法,它通过运行在自己的线程中,使得底层的请求方法是异步的。
The method returns an IAsyncResult, which can be used to monitor completion, wait on the WaitHandle, or complete the asynchronous call.
这个方法返回一个IAsyncResult,它可以被用在监测完成,也可以等待在WaitHandel,或者完成异步调用。
The method returns an IAsyncResult, which can be used to monitor completion, wait on the WaitHandle, or complete the asynchronous call.
这个方法返回一个IAsyncResult,它可以被用在监测完成,也可以等待在WaitHandel,或者完成异步调用。
应用推荐