callback
n. 回收;回叫信号
2026-04-12 18:05 浏览次数 19
n. 回收;回叫信号
Callback Arguments回调参数
generic callback关于泛型回调
web CallbackA typical Web Callback form
callback messaging回叫消息
callback interface回调接口
Hardcoded Callback硬编码回调
reprocessing将…再加工(reprocess的ing形式)
page callback页面回调
callback rates简历的复查率
callback handler回调处理程序
This is a callback example.
这是一个回调的例子。
For example, an error handling method can be implemented in a callback base class so that it can be used by all callbacks to ensure all remote service exceptions will be handled consistently.
例如,可以在回调基类中实现错误处理方法,让所有回调都可以使用它,从而确保以一致的方式处理所有远程服务异常。
The callback handler class has two thread local variables that can store the user ID and password from the client instance.
这个回调处理器类拥有两个线程本地变量,用于存储来自客户端实例的用户ID和密码。
Override an existing callback method for the View.
为视图覆写一个现有的回调方法。
The membership interface defines callback methods to listen to events associated with access control such as adding or removing access to the component for one or more users.
成员关系接口定义了回调方法来监听与访问控制有关的事件,比如添加或删除一个或多个用户对组件的访问。
For using other security realms with the credential store, for example ones that use digital certificates, you need to implement the required callback handlers.
为了使用凭据库的其他安全领域(例如,使用数字证书的安全领域),您需要实现所需的回调处理程序。
This serves as the callback mechanism we were missing when trying to invoke the human task directly from the business state machine.
这相当于一个回调机制,它在我们从业务状态机直接调用人工任务的设计方法中是没有的。
We care that the server resource name is correct and that the second argument is a callback function.
我们关心服务器资源名称是正确的,并且第二个参数是一个回调函数。
Each message is published, along with an asynchronous callback listener, to a message bus residing on the business tier.
每条消息连同异步回调侦听程序一起被发布到驻留在业务层的消息总线。
The arguments to this callback function include a transaction handle and a result set.
这个回调函数的参数包含一个事务句柄和一个结果集。
The service Invoke primitive has a property that, when specified, prevents the mediation flow component from using the asynchronous with callback style for the service invocation.
服务调用原语具有一个属性,在指定该属性时,可以防止中介流组件对服务调用使用带有回调的异步调用样式。
Its parameters are callback functions: one for success, and one for failure.
它的参数是回调函数:一个用于成功,一个用于失败。
This callback object can then process this response on behalf of the client or hand it over to the client.
然后该回调对象就可以代表客户机处理此响应,或者将其移交给客户机。
Imagine a scenario in which you want to traverse a directory tree recursively, stopping at each file and directory under that tree and having your own callback methods invoked for each entry found.
设想一个场景,您想要递归地访问一个目录树,在该树中的每个文件及目录上停下来,并为每个查找到的条目调用您自己的回调方法。
You can pass an optional data object and callback function if you need them.
如果需要的话,您还可以传递一个可选的数据对象和回调函数。
In addition, each takes a callback that handles the returned data from the request.
另外,每个方法都接受一个处理从请求返回的数据的回调。
It continues executing until it receives an asynchronous callback from the remote server.
它继续执行,直到从远程服务器收到异步回调。
This file provides an implementation of all the methods defined in the remote interface, in addition to methods required by the application server (for example, callback methods).
该文件提供在远程接口中定义的所有方法以及应用服务器所需的方法(例如回调方法)的实现。
This code includes a callback function when your service responds successfully to your asynchronous request.
代码中包含服务成功响应异步请求时调用的回调函数。
The constructor then prints a warning message that there are no callbacks, since lists are immutable and there is no way to replace the callback list val with a new one.
然后构造函数打印出一条警告消息指明没有回调函数,因为列表是不可变的,所以我们没有机会用一个新的值来替代现有的回调函数列表。
Libraries that needed to move them to another thread passed them as a field to a marshaled callback where they were then wrapped with a generic exception.
如果库需要把它们挪到另一个线程,会通过封送回调的字段传递它们,然后通过一个泛型异常包装它们。
You can reduce the complexity and length of your callback methods by using different content handlers for different parts of the document.
通过为文档不同部分使用不同的内容处理程序,可以减少回调方法的复杂性和长度。
This callback is given the object being accessed, the name of the property being accessed, the type of access (read, write, or delete for example) and returns whether or not to allow access.
被访问的对象、被访问的属性名、访问的类型(例如读、写和删除)将被传递给回调函数,回调函数会返回是否允许访问。
It has a label and a list of callback functions that are invoked if the button is clicked.
它有一个标签和一个回调函数的列表,这些函数会在按钮被点击的时候被调用。
In this case, the server notifies the delegated client using a callback path existing between client and server, and recalls the delegation.
在这种情况下,服务器会通过客户机与服务器之间的一个回调路径通知授权的用户,并收回授权。
The following code sample shows the use of the callback handler.
下面的代码展示了回调处理程序的使用方法。