Adaptive mobile computing systems need to process a broad range of composite events, which are combinations of primitive events such as logic event, time events, and temporal events, etc.
适应性移动计算系统要求大范围的事件组合,这些事件包括逻辑事件、时间事件和暂时事件等。
Use compensation handlers to add business logic for compensating the actions that have completed before the cancellation event happens.
使用补偿处理程序来添加业务逻辑,来补偿在取消事件发生前就完成的动作。
Using this technique, you could execute custom validation logic before allowing the form to be submitted, or you could trigger a custom event after the form is submitted.
使用这种技术,您可以在允许提交表单之前执行定制验证逻辑,或者在表单提交之后触发一个定制事件。
Place that part of the business logic that is to be processed in parallel inside that event handler.
将要以并行方式执行的该部分业务逻辑放在该事件处理程序内部。
This section shows you how the addition of different types of event processing logic can affect performance.
本小节展示添加不同类型的事件处理逻辑如何影响性能。
Adapters implement the application logic that handles event notification and event polling through the usage of the adapter framework API.
适配器通过使用适配器框架API来实现处理事件通知和事件探测的应用逻辑。
By doing so, the loop in the main scope and logic in the event handler controls the final number of event handler instances.
这样,主范围内的循环和事件处理程序中的逻辑就可以控制事件处理程序的最终数目。
Event processing retrieves the event messages from the JMS queue and processes the messages based on business logic.
事件处理从jms队列查询事件消息,然后基于业务逻辑处理这些消息。
Here, I made sure that the filter logic is only executed once for each event; it is only executed when the character position within the document has changed.
在这里,我保证对每个事件过滤逻辑只执行一次,只有当文档中的字符位置发生变化时才会执行。
Placing the logic inside an action method does not guarantee that it will be executed prior to rendering because a page view is not always preceded by a user-triggered event.
将逻辑放在一个动作方法中并不能保证该逻辑在视图呈现之前得到执行,因为页面视图并不总是在用户触发的事件之后。
The logic for the type of button and the event handler to be invoked is contained in this method, shown in Listing 15.
被调用的按钮和事件处理程序的类型的逻辑包含在此方法中,如清单 15 所示。
So the UI test automation will not catch the logic error if the application has the wrong method wired to a button click event (although every test would fail and you'd find the problem quickly).
所以如果应用程序为按钮单击事件关联了错误的方法,UI测试自动化不会捕捉到逻辑错误(虽然每次测试都会失败,而且您会很快发现问题)。
For example, imagine applying retry logic in the event of particular exceptions being encountered across the DAO layer.
比如,想象一下在跨dao层遭遇特殊异常时要使用重试逻辑。
Event handlers provide the ability to integrate application logic with Content Manager document attributes.
事件处理器能够将应用逻辑整合到ContentManager文档属性中。
In traditional application development, you can put all of your logic for what this action should do right in the event handler, but with Ajax it's not that easy.
在传统的应用程序开发中,您可以把所有的逻辑(这一操作应该做什么)都放在事件处理程序上,但是有了Ajax,似乎就不是那么容易了。
Define a process that executes a specific part of its business logic inside an event handler.
定义一个执行事件处理程序内业务逻辑的的特定部分的流程。
Within the process invoke this event handler multiple times and create in this way a dynamic number of parallel instances of this part of the business logic.
在流程内多次调用此事件处理程序,从而以这种方式创建业务逻辑的这一部分的并行实例(其数量不定)。
A common workflow is to create much of the GUI (presentation) using the MXML format, and then use ActionScript code for event handling and business logic.
常用的工作流是使用mxml格式创建GUI的主要部分(呈现),然后使用ActionScript代码执行事件处理和业务逻辑。
That method contains logic to send SIP event notifications to a listening Web service endpoint.
该方法包含将SIP事件通知发送到侦听Web服务端口的逻辑。
The scope MainScope contains the logic that starts the various event handler instances for the individual reviews.
范围MainScope中包含为各个审阅人员启动各种事件处理程序实例的逻辑。
Only when the event handler has finished its business logic, it updates the global variable result in order to return the result to MainScope.
只有事件处理程序完成了其业务逻辑后,它才会更新全局变量result,以将结果返回到MainScope。
WebSphere Business Events logic has been implemented to receive the event and respond to the patient, but not to actually analyze the blood sugar levels.
实现了WebSphereBusinessEvents逻辑来接收事件并对患者进行响应,但是不会实际地分析血糖的水平。
One of our clients uses MaintainJ on a Swing application with a lot of event driven logic, which would be very difficult to understand by plain code reading.
我们的一位客户在一个Swing应用程序上使用MaintainJ,其中带有大量事件驱动逻辑,仅仅通过阅读源代码很难理解那些逻辑。
Intermediate objects are representations of business objects that are used by the person constructing the event processing logic.
Intermediate对象是代表那些被用于构建事件处理逻辑的业务对象。
Based on the event processing logic, Business Events will take an appropriate action defined by the user.
BusinessEvents根据事件处理逻辑采取用户定义的适当行动。
A button has an argument named onclick whose value is a Callback, a snippet of imperative application logic to be executed when the event occurs. In this particular case two things happen.
按钮拥有名为onclick的参数,它的值是Callback,当事件发生的时候,就会执行一段命令式的应用程序逻辑。
Event handling - the custom event handler implements the core application logic and integrates ILOG JRules with Content Manager.
事件处理—定制的事件处理器实现了核心应用逻辑,并整合了ILOGJRules和Content Manager。
Next you need to define the logic for the order event; that is, on receiving the OrderEvent, if the OrderValue is greater than 1000 invoke OrderAction.
接下来您需要为订单事件定义逻辑;也就是说,收到OrderEvent后,如果OrderValue大于1000则调用OrderAction。
This article describes how to develop a custom event handler that is driven by content-aware business logic with interaction to ILOG JRules.
本文阐述了如何开发一个定制的事件处理器,同时该处理器是通过能与ILOGJRules交互的感知内容的业务逻辑驱动的。
It is up to your discretion to use either one based on application logic. The various points to consider in the mapping process of the event semaphore are.
您应该基于应用程序的逻辑来判断使用哪种方法。
应用推荐