这是执行业务事件处理逻辑的地方。
This is where the logic of business event processing takes place.
本小节展示添加不同类型的事件处理逻辑如何影响性能。
This section shows you how the addition of different types of event processing logic can affect performance.
BusinessEvents根据事件处理逻辑采取用户定义的适当行动。
Based on the event processing logic, Business Events will take an appropriate action defined by the user.
Intermediate对象是代表那些被用于构建事件处理逻辑的业务对象。
Intermediate objects are representations of business objects that are used by the person constructing the event processing logic.
在一些情况下,需要满足按顺序处理事件的特定业务需求,并且这样可以保护您的逻辑序列。
In some cases, you have a specific business requirement to deal with events in sequence and it may protect your business logic sequence.
CEP引擎管理事件的逻辑处理,以识别模式和基于定义的规则调用操作。
CEP engines manage the logical processing of events in order to recognize patterns and invoke actions based on defined rules.
被调用的按钮和事件处理程序的类型的逻辑包含在此方法中,如清单15 所示。
The logic for the type of button and the event handler to be invoked is contained in this method, shown in Listing 15.
常用的工作流是使用mxml格式创建GUI的主要部分(呈现),然后使用ActionScript代码执行事件处理和业务逻辑。
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.
只有事件处理程序完成了其业务逻辑后,它才会更新全局变量result,以将结果返回到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.
使用补偿处理程序来添加业务逻辑,来补偿在取消事件发生前就完成的动作。
Use compensation handlers to add business logic for compensating the actions that have completed before the cancellation event happens.
将要以并行方式执行的该部分业务逻辑放在该事件处理程序内部。
Place that part of the business logic that is to be processed in parallel inside that event handler.
适配器通过使用适配器框架API来实现处理事件通知和事件探测的应用逻辑。
Adapters implement the application logic that handles event notification and event polling through the usage of the adapter framework API.
业务事件处理(BEP)引擎管理事件的逻辑处理,目的是为了根据已定义的规则识别模式和调用动作。
Business event processing (BEP) engines manage the logical processing of events in order to recognize patterns and invoke actions based on defined rules.
我们可以查看代码并确定其是否正确处理了意料之外的事件,是否具有逻辑上的缺陷等等。
We can look at the code and determine if it handles unexpected events properly, has logical flaws, and so on.
这样,主范围内的循环和事件处理程序中的逻辑就可以控制事件处理程序的最终数目。
By doing so, the loop in the main scope and logic in the event handler controls the final number of event handler instances.
事件处理从jms队列查询事件消息,然后基于业务逻辑处理这些消息。
Event processing retrieves the event messages from the JMS queue and processes the messages based on business logic.
各事件处理器可以获得前一个处理器的结果依次运行,这样就可以构造出非常复杂的逻辑。
Handlers can run in sequence by picking up from the previous handler's result, which makes it possible to create quite complex logic.
这有助于处理代码的人理解逻辑,也能清楚表明事件允许的出现顺序。
This helps people who work with the code understand it, and it also makes the allowed order of events explicit.
在传统的应用程序开发中,您可以把所有的逻辑(这一操作应该做什么)都放在事件处理程序上,但是有了Ajax,似乎就不是那么容易了。
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.
定义一个执行事件处理程序内业务逻辑的的特定部分的流程。
Define a process that executes a specific part of its business logic inside an event handler.
范围MainScope中包含为各个审阅人员启动各种事件处理程序实例的逻辑。
The scope MainScope contains the logic that starts the various event handler instances for the individual reviews.
Step 4 (MHttpModule):一旦页面对象执行了且从内存中卸载,HttpModule提供发送页面执行事件,它们可用于注入自定义post -处理逻辑。
Step4 (m: HttpModule) : Once the page object is executed and unloaded from memory, HttpModule provides post page execution events which can be used to inject custom post-processing logic.
事件处理器能够将应用逻辑整合到ContentManager文档属性中。
Event handlers provide the ability to integrate application logic with Content Manager document attributes.
在流程内多次调用此事件处理程序,从而以这种方式创建业务逻辑的这一部分的并行实例(其数量不定)。
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.
应用程序逻辑(在BestDeal中)与事件处理器保持分离。
The application logic (in BestDeal) is kept separate from the event handler.
本文阐述了如何开发一个定制的事件处理器,同时该处理器是通过能与ILOGJRules交互的感知内容的业务逻辑驱动的。
This article describes how to develop a custom event handler that is driven by content-aware business logic with interaction to ILOG JRules.
事件处理—定制的事件处理器实现了核心应用逻辑,并整合了ILOGJRules和ContentManager。
Event handling - the custom event handler implements the core application logic and integrates ILOG JRules with Content Manager.
指向以下主题的链接:如何在事件处理程序中实现自己的业务逻辑。
Links to topics that describe how to implement your business logic in the event handlers.
在一个实施例中,架构事件通常可以指在与处理器相同的集成电路芯片上呈现的处理资源或其他逻辑内出现的事件或条件。
In an embodiment, an architectural event may generally refer to an event or condition that occurs within processing resources or other logic present on the same integrated circuit chip as a processor.
在一个实施例中,架构事件通常可以指在与处理器相同的集成电路芯片上呈现的处理资源或其他逻辑内出现的事件或条件。
In an embodiment, an architectural event may generally refer to an event or condition that occurs within processing resources or other logic present on the same integrated circuit chip as a processor.
应用推荐