Place that part of the business logic that is to be processed in parallel inside that event handler.
将要以并行方式执行的该部分业务逻辑放在该事件处理程序内部。
In a real scenario, you can add your business logic in the compensation handler as needed.
在实际场景中,您可以根据需要在补偿处理程序中加入业务逻辑。
In a real scenario, you can add your business logic in this compensation handler as needed.
在真实场景中,您可以根据需要在补偿处理程序中添加业务逻辑。
The invocation handler class will also delegate method calls to a real implementation class in order to process the core business logic.
调用处理程序类还会把方法调用委托到真正的实现类,以便处理核心业务逻辑。
Links EXEC CICS LINK to the CICS business application each message handler needs logic to decide which program to call.
链接EXECCICSLINK到CICS业务应用程序每个消息处理程序都需要进行逻辑判断以决定要调用哪个程序。
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.
在流程内多次调用此事件处理程序,从而以这种方式创建业务逻辑的这一部分的并行实例(其数量不定)。
Decoupling the Browser Request Handler and Resource Request Handler from the business logic layer helps facilitate code reuse, and leads to a flexible and extensible architecture.
从业务逻辑层中解耦browserRequestHandler和Resource Request Handler有助于促进代码重用,并能实现灵活和可扩展的架构。
This article describes how to develop a custom event handler that is driven by content-aware business logic with interaction to ILOG JRules.
本文阐述了如何开发一个定制的事件处理器,同时该处理器是通过能与ILOGJRules交互的感知内容的业务逻辑驱动的。
After receiving a request from a Web service client, the Resource request Handler requests the service from the business logic layer.
从Web服务客户端收到请求之后,ResourceRequestHandler从业务逻辑层请求服务。
While the JSP page that references the tag executes, the JSP runtime invokes the tag handler class to execute the business logic it defines.
在执行引用这个标记的JS p页时,JSP运行时调用taghandler类执行它所定义的业务逻辑。
The "glue code" we need to write for Form1 is just a line in the message handler to request the business layer execute the appropriate logic.
我门需要在消息处理中为FORM1写一行“粘合代码”,请求业务层执行适当的逻辑。
Like the Browser request Handler, the Resource request Handler provides an interface to, albeit, different clients, and requests that the Business Logic Layer handle the processing.
与浏览器请求处理程序相似,资源请求处理程序提供了一个到不同客户机以及业务逻辑层所处理的请求的接口。
Define a process that executes a specific part of its business logic inside an event handler.
定义一个执行事件处理程序内业务逻辑的的特定部分的流程。
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。
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。
应用推荐