IEEE standard 802.16 has already defined the message and method of prearranged bandwidth, but do not give the concretely realized scheme.
尽管在IEEE 802.16标准中已经定义了带宽预留的消息和方式等,但并未制定具体的实现方案等。
It will do some processing and return either a method return message or an error message.
它将完成一些处理并返回一个方法返回消息或者错误消息。
However, EJB will still have a place in defining endpoints for message delivery, remote and asynchronous method invocation, timers, etc.
然而EJB在为消息传输定义端点、远程与异步方法调用、定时器等领域还是有一席之地的。
The ORB would then intercept the message and be responsible for finding an object that could implement the request, pass it the parameters, invoke its method, and return the results.
ORB截获这条消息,并负责搜索一个能执行该请求的对象,将参数传递给它,调用它的方法,然后返回结果。
To clarify the design and implementation of the message queue framework, a detailed description of each major method is shown in the tables below.
为了阐明消息队列框架的设计和实现,下表对每个主要方法进行了详细的描述。
The service bus subsystem automatically provided for both types of interaction, given that it was purely message based and supported a read method that could wait for an incoming message.
如果服务总线子系统是纯粹基于消息的,而且支持某种用来等待传入消息的读取方法,它将自动提供这两种类型的交互。
This method checks if an incoming message contains any attachments, and if it does, it repackages the attachments into the attachments container, which is appended to the SOAP message context.
此方法检查到来的消息是否包含附件,如果它包含附件,就将附件重新打包到附件容器中,该附件容器被附加到SOAP消息上下文中。
This method checks if the incoming message contains any attachments, and if it does, it repackages the attachments into the attachments container, which is appended to the SOAP message context.
此方法检查到来的消息是否包含附件,如果它包含附件,就将附件重新打包到附件容器中,该附件容器被附加到SOAP消息上下文中。
With this backend type, each method of the UDPDMI contains code to obtain the WSIF service, create the input WSIF message, pass it to the WSIF operation, and process any return message.
对于此后端类型,UDPDMI的每个方法都包含用于获取WSIF服务、创建输入 WSIF消息、将其传递到 WSIF操作并处理任何返回消息的代码。
This method gets the XML code from the server, and what this method does with the message is application-specific.
此方法会获取来自服务器的XML代码,此方法对于消息的处理方式以应用程序为依据。
If the entire message group is received successfully, then the method completes and the container commits the transaction, thereby removing the messages from the destination.
如果成功接收了整个消息组,则方法将完成,容器将提交事务,从而从目的地中删除这些消息。
Very specific keywords taken from specific symptoms that you observed, such as an error message or error number, or the name of a class or method found in a stack trace, and so on.
取自所观察到的特定症状的非常特定的关键字,例如错误消息或错误编号,或者在堆栈跟踪中找到的类或方法名称,等等。
Your own blog is the most effective method for getting your message seen and heard.
你自己的博客是使得你的信息被人们看到、听到的最有效方法。
The IOR is critical to IIOP and any client that wants to invoke a method on an object will send a Request message to the host and port address detailed in the IOR.
IOR对于IIOP是至关重要的,任何要对某个对象调用方法的客户机都要将“请求”消息发送到IOR中详细说明的主机和端口地址。
The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.
第二条消息说明编译过程已经完成了,十六进制的地址表示每次调用这个方法时,所执行的机器代码的起始偏移量。
The communication glue of a SOAP message uses XML for describing the object, method, and arguments to execute.
SOAP消息的通信使用XML来描述对象、方法以及执行的参数。
Listings 7 and 8 show a sample CIM-XML message exchange — request and response — with the CIMOM (over HTTP) in the push-down method through the CIM Adapter.
清单7和8展示了一个CIM - XML消息交换的范例——通过CIM适配器使用叠加方法中的CIMOM(基于HTTP)来进行请求和响应。
When the source and target of a message is an object or class, the label is the signature of the method invoked in response to the message.
当消息的源和目标为对象或类时,标签是响应消息时所调用方法的签名。
While multicasting within the cluster JXTA dynamically determines the best method to send a message to the cluster members, and it does so through the use of IP multicast, and virtual multicast.
当在集群中的进行广播时,JXTA可以动态决定向集群成员发送消息的最佳方式,这是通过IP广播和虚拟广播来实现的。
The following class definition (Listing 1) demonstrates this method for defining trace and message loggers.
下面的类定义(清单1)演示了这个用于定义跟踪日志记录器和消息日志记录器的方法。
In the following steps, you will create a sender and receiver bean by selecting the method invoked on receipt of a message.
在下面的步骤中,将通过选择接收消息所调用的方法来创建发送方和接收方bean。
Ruby supports message passing and direct method invocations.
Ruby支持消息传送和直接方法调用。
The call to the stop method records the execution time and prints a log message.
对stop方法的调用记录了执行时间并打印日志信息。
This J2EE client application calls this method to change the value of total and send a notification message.
J2EE客户端程序将调用该方法更改total值和传送通知消息。
The AsyncResult object method, which encapsulates the resulting SOAP envelope and the message context.
AsyncResult对象方法,它封装结果SOAP信封和消息上下文。
In Listing 1, the message contains the name (GetLastTradePrice) of the method and an input parameter value (IBM).
在清单1中,该消息包含该方法的名称(GetLastTradePrice)和输入参数值(ibm)。
The third layer is <wsdl:binding> elements, which associate a particular message protocol (such as SOAP) and access method with a
第 3层是 <wsdl:binding>元素,使用
The validator method receives the user's input as a parameter and may return an error message, which is stored in a JSP variable named validationError.
validator方法将用户输入作为参数,并且可能会返回一条错误消息,保存在一个名为 validationError 的JSP变量中。
A handler is created, which ACTS as a message switchboard operator and routes each method call to the appropriate invocation chain.
将创建一个处理程序,它充当一个消息交换台操作程序(switchboard operator)并将每个方法调用传递到相应的调用链。
A handler is created, which ACTS as a message switchboard operator and routes each method call to the appropriate invocation chain.
将创建一个处理程序,它充当一个消息交换台操作程序(switchboard operator)并将每个方法调用传递到相应的调用链。
应用推荐