The intention of the crime includes the influential force, the subject of transaction, the object of transaction and the behavior of transaction.
影响力交易罪的内涵,可以从交易的影响力、交易的主体、交易物和交易行为四个方面进行解读。
The important thing to note is that the finding and other object initialization is done outside of the transaction timer.
值得注意的一件重要事情是,搜索与其他的对象初始化操作是在事务计时器的外部执行的。
Your goal is to build a simple controller that will know which model and function to run, and then return a JSON object as a response that is usable on the far end of the transaction.
您的目标是构建这样一个简单的控制器:它知道应该运行哪个模型和函数,然后返回一个JSON对象作为响应,这个响应可用于事务的远端。
One caveat here is that service object local calls do not go through the transactional proxy, and thus will always occur in the transaction context of the caller.
这里需要注意的一点在于,服务对象本地调用并不经过事务代理,因此将始终在调用者的事务上下文中进行。
The entity management layer is responsible for entity management and ensuring the transaction integrity of that object within the container.
实体管理层负责实体管理,并确保容器内该对象的事务完整性。
This is one of the first major pitfalls of transaction processing: ORM-based frameworks require a transaction in order to trigger the synchronization between the object cache and the database.
这是事务处理的主要陷阱之一:基于 ORM 的框架需要一个事务来触发对象缓存与数据库之间的同步。
It parses the incoming status lookup request, authenticates the user credentials, calls the Payflow gateway service, and then returns the status of the transaction formatted as a JSON object.
它解析状态查询请求,验证用户凭证,调用Payflow网关服务,然后以JSON对象的形式返回交易的状态。
That is, we no longer check that the final balance of the test account is correct; we would check that function in the unit test for the Transaction object, not the AtmGui object.
也就是说,我们不再检查测试帐户的最终余额是否正确;我们将在对Transaction对象的单元测试中检查该函数,而不是在对atmgui对象的单元测试中。
If any of the ManagedCommitters reports a failure, the SOATransaction will issue a rollback to each object in the collection to ensure the integrity of the overall transaction.
如果任何Managed Committers报错,SOATransaction将向集合中的每个对象发出回滚命令,确保整个事务的完整性。
After the IDoc is sent out, the XML contents of the output business object is returned, which contains the transaction ID for this ALE asynchronous request, as shown in Figure 43.
发送IDoc之后,返回输出业务对象的XML内容,其中包含这个ale异步请求的事务id,见图43。
Hibernate is very good tool when it comes to object relational mapping, but in terms of connection management and transaction management, it is lacking in performance and capabilities.
当涉及到对象关系映射时,Hibernate是非常好的工具,但是在连接管理以及事务管理方面,它却缺乏必要的性能和能力。
The Request Parser calls method setAuthData() in the control object to set the SAML assertion coming from the value of authData tag in the transaction request.
请求解析器调用控制对象中的setAuthData()方法,从而设置来自事务请求中的 authData标记值的SAML断言。
Fortunately, we can mix Hibernate's object relational mapping with the connection and transaction management of WebSphere application Server to create very powerful application.
幸运的是,我们可以将Hibernate的对象关系映射与WebSphereApplicationServer的连接和事务管理结合起来,创建强大的应用程序。
Using OTS instead of inventing a new object transaction protocol builds upon existing standards and opens the way for compatibility between J2EE and CORBA components.
使用OTS代替创建一个新对象事务协议遵循了现有标准,并使J2EE和CORBA能够互相兼容。
If so, the transaction id, or Xid, is propagated to the remote object as part of the IIOP call along with the method parameters.
如果是,事务标识,或者说Xid,被作为IIOP调用的一部分与方法参数一起传播到远程对象。
Transaction Class – An object which is used to group a set of work classes together and then associate them with a service policy.
事务类(Transaction Class) –这种对象用于把一组工作类分组在一起,然后把它们与一个服务策略关联起来。
There must be a way to make a request of that object so it will do something, such as complete a transaction, draw something on screen or turn on a switch.
在这里必须有一种方式去向对象发出一个请求,在对象收到请求后才能照指令去完成一个事务,在屏幕上打印一些东西,或是打开一个开关。
Dan has over 20 years of experience in research and commercial distributed computing ranging over transaction and object-oriented systems, programming languages, messaging, and database systems.
Dan在商业分布式计算技术的研究方面有20多年的经验,涉及的领域包括面向事务和对象的系统、编程语言、消息传递和数据库系统。
ZODB is a robust, multi-user, object-oriented database system capable of storing and managing arbitrarily complex Python objects with transaction support and concurrency control.
ZODB是一个健壮的、多用户的和面向对象的数据库系统,它能够存储和管理任意复杂的Python对象,并支持事务操作和并发控制。
A transaction is associated with the target object and it is in the process of rolling back.
与目标对象关联的事务正在回滚过程中。
A transaction is associated with the target object and it is in the process of preparing.
与目标对象关联的事务正在准备过程中。
The author proposes a new topic-the pollution right commodity, and analyses the specific characteristics of pollutant disposal market in such aspects as transaction object and market pattern.
本文提出了“排污权商品”这一新课题,分析了污染物治理市场在交易客体和市场形态等方面的特殊性。
Attribute causes an object that participates in a transaction to vote in favor of completing the transaction if the method returns normally.
属性使参与事务的对象投票赞成在方法正常返回时完成事务。
The demands of loss allocation in different transaction modes are analysed. The object of loss allocation is brought forward. The existing loss allocation methods are also summarized.
第二章阐述了输电服务中的网损分摊问题,分析了不同交易模式对网损分摊的要求,并提出了网损分摊的目标,还对已有的网损分摊方法进行了总结。
However, almost all of the current transaction scheduling algorithms only take logic consistency of object into account, while ignoring temporal consistency.
目前实时数据库中的事务调度算法大多仅考虑数据的逻辑一致性,而忽略了满足时态的一致性。
One of the most important CORBA services defined by OMG is the object transaction service (OTS), which augments the CORBA object model with the notion of distributed transactions.
CORBA的一个重要的服务是OM G定义面向对象的事务服务(ots),它是对分布事务进行处理的。
The preparing work before a transaction include the choice of target market, transaction object, make import and export commodities management plan, etc.
一交易前的准备工作包括选择目标市场、交易对象、制定进出口商品经营方案等。
A transaction is associated with the target object and it is in the process of committing.
与目标对象关联的事务正在提交过程中。
A single data source object can create one or more session objects, each of which can be inside or outside the scope of a transaction at a given time.
单个数据源对象可以创建一个或多个会话对象,每个会话对象都可以在给定时间位于事务范围内或范围外。
The transaction object defines an atomic unit of work on a data source and determines how those units of work relate to each other.
事务对象定义数据源上的原子工作单元并确定这些工作单元如何相关。
应用推荐