|
| |
| | ACID Transactions: Tech Library: Products: NuSphere |
 | | The effects of concurrently running transactions are invisible to this transaction, and the effects of this transaction are invisible to others until the transaction is committed. |  | | Until the transaction commits, not only are any changes made by that transaction not durable, but are guaranteed not to persist in the face of a system failure, as crash recovery will rollback their effects. |  | | While a transaction executes these invariants may be violated, but no other transaction will be allowed to see these inconsistencies, and all such inconsistencies will have been eliminated by the time the transaction ends. |
|
http://www.nusphere.com/products/library/acid_transactions.htm
|
|
| |
| | Transaction (Java 2 Platform Ent. Ed. v1.4) |
 | | After the transaction is completed, the transaction manager invokes the afterCompletion method. |  | | Rollback the transaction represented by this Transaction object. |
|
http://java.sun.com/j2ee/1.4/docs/api/javax/transaction/Transaction.html
|
|
| |
| | ONJava.com: J2EE Transaction Frameworks, Part 3 |
 | | A compensating transaction is such a group of operations constituting a transaction used to undo the effect of a previously committed transaction. |  | | The requirements demanded from a resource manager and a transaction manager for the transaction management contract are as follows. |  | | The EJB container uses the transaction manager to manage the transaction. |
|
http://www.onjava.com/pub/a/onjava/2001/06/06/j2ee_trans.html?page=last
|
|
| |
| | JDO JavaDoc: Interface Transaction |
 | | Transaction options include whether optimistic concurrency control should be used for the current transaction, whether instances may hold values in the cache outside transactions, and whether values should be retained in the cache after transaction completion. |  | | - if transactions are managed by a container in the managed environment, or if the transaction is not active. |  | | The type of transaction is determined by the setting of the Optimistic flag. |
|
http://java.sun.com/products/jdo/javadocs/javax/jdo/Transaction.html
|
|
| |
| | transaction - a Whatis.com definition |
 | | For a transaction to be completed and database changes to made permanent, a transaction has to be completed in its entirety. |  | | The order transaction involves checking an inventory database, confirming that the item is available, placing the order, and confirming that the order has been placed and the expected time of shipment. |  | | A typical transaction is a catalog merchandise order phoned in by a customer and entered into a computer by a customer representative. |
|
http://searchcio.techtarget.com/sDefinition/0,,sid19_gci213213,00.html
|
|
| |
| | Understanding JTAthe Java Transaction API |
 | | The transaction manager controls the boundaries of the transaction and is responsible for the final decision as to whether or not the total transaction should commit or rollback. |  | | The first step of the distributed transaction process is for the application to send a request for the transaction to the transaction manager. |  | | A transaction branch is associated with a request to each resource manager involved in the distributed transaction. |
|
http://archive.devx.com/java/free/articles/dd_jta/jta-2.asp
|
|
| |
| | Chapter 4. Transactions on JBoss |
 | | Whenever the transaction manager involves a new recoverable resource in a transaction it creates a new transaction branch. |  | | At commit time, the transaction manager uses the two-phase XA protocol when communicating with the recoverable resource to ensure transactional integrity when more than one recoverable resource is involved in the transaction being committed. |  | | If communication between the transaction manager and a recoverable resource is not possible for an extended period of time, the recoverable resource may decide to unilaterally commit or rollback changes done in the context of a transaction. |
|
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch4.chapt.html
|
|
| |
| | Microsoft Distributed Transaction Coordinator (MS-DTC) by Microsoft Corp. |
 | | As the transaction progresses, the transaction manager keeps track of each of the resource managers enlisted in the transaction. |  | | The participants in the transaction that implement transaction-protected resources, such as relational databases, are called resource managers.An application begins a transaction by calling the transaction manager's BeginTransaction method. |  | | Isolation Concurrent transactions are isolated from the updates of other incomplete transactions. |
|
http://my.execpc.com/~gopalan/com/msdtc.html
|
|
| |
| | Java Transaction Service |
 | | During the course of a transaction, the transaction context is shared by all objects participating in the transaction. |  | | In this approach, association between the calling thread and the transaction, and transaction context propagation are handled transparently by the transaction manager. |  | | Transaction context is an association between the transactional operations on the resources, and the objects invoking these operations. |
|
http://www.subrahmanyam.com/articles/jts/JTS.html
|
|
| |
| | Advanced Features of C++ |
 | | A transaction is a series of operations that move the program from one well defined state to another. |  | | In the language of transactions we say "the transaction has committed." But if the crucial update fails, the transaction aborts and we have to unroll it. |  | | The crucial part of the transaction is, of course, commitmentment. |
|
http://www.relisoft.com/book/tech/8trans.html
|
|
| |
| | Transaction Manager |
 | | The transaction manager assumes that transactions that throw an error during the execution of their Do(), Undo() or Redo() methods, leave the application in the state it was before execution was attempted. |  | | The transaction manager uses the transaction at the top of the undo stack to call this method, to give it a chance to merge in a transaction whose Do() method was just executed. |  | | Applications can use the transaction manager methods BeginBatch() and EndBatch() to force transactions to be aggregated. |
|
http://www.mozilla.org/editor/txmgr/transaction-manager.html
|
|
| |
| | Transaction (GeoTools 2.2.x) |
 | | Retrive a Transaction property held by this transaction. |  | | The transaction is commited, all of the Transaction.State methods have there Transaction.State.commit() methods called gicing them a chance to applyDiff maps, or commit various connections. |  | | All opperations are considered to be working against a Transaction. |
|
http://modules.geotools.org/main/apidocs/org/geotools/data/Transaction.html
|
|
| |
| | Maxprog Transaction - Online sales analysis and reporting tool |
 | | Transaction also allows you to find out how each of your products perform, the impact of your advertising campaigns, the total refunds and chargebacks, units sold... |  | | Transaction can serve several small to medium management needs for either private users, software developers or small businesses making keeping track of online sales a snap. |  | | Thru its all-in-one interface you can easily create new products and customers or add new transactions or expenses in a few clicks. |
|
http://www.maxprog.com/Transaction.html
|
|
| |
| | Transaction Management |
 | | A transaction that changes the data must ensure that the data remains in a consistent state—that data integrity rules are not violated, regardless of whether the transaction succeeded or failed. |  | | It is common to refer to a transaction as a "unit of work." In describing a transaction as a unit of work, we are describing one fundamental property of a transaction: that the activities within it must be considered indivisible—that is, atomic. |  | | The durability property of transactions refers to the fact that the effect of a transaction must endure beyond the life of a transaction and application. |
|
http://www.developer.com/java/data/article.php/2246481
|
|
| |
| | @TRANSACTION |
 | | If the calling asp was not transacted, the called asp will create a new transaction. |  | | If the script containing the @TRANSACTION directive has been called by either the Server.Transfer or Server.Execute method, and the value is specified as Required the script will continue the transaction of the calling asp if the calling asp was transacted. |  | | You can use the @TRANSACTION directive to indicate that the script should be treated as a transaction. |
|
http://www.microsoft.com/windows2000/en/advanced/iis/htm/asp/dire5t0u.htm
|
|
| |
| | Transaction Processing |
 | | With transaction processing, make sure there are no transactions open when you clear the journal after you complete your backup. |  | | If you unlock a global within a transaction before the transaction is complete, Caché defers the unlock until the transaction is committed or rolled back. |  | | Within the transaction, the data appears to be unlocked, permitting a subsequent lock of the same value within the same transaction to work correctly. |
|
http://platinum.intersystems.com/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS_tp
|
|
| |
| | Transaction and Concurrency Control using ADO.NET |
 | | A transaction is an abstract unit of concurrent computation that execute automatically. |  | | The newly created transaction object is assigned to CommandObject so that what ever the database operation is performed by that commandObject can be managed by Transaction Object. |  | | The effect of transaction does not interfere with other transactions that access the same data. |
|
http://www.c-sharpcorner.com/Code/2002/Aug/TransactionsNConcurr.asp
|
|
| |
| | Arjuna Transaction Service Suite |
 | | "Multimodal Transaction Processing" is the term coined by Gartner to describe the new generation of transactional application required to face the challenges posed by new business requirements, technologies and innovative computing architectures. |  | | Building on the industry proven J2EE transaction technology, version 4.0 adds native support for Web services transactions by providing all of the components necessary to build interoperable, reliable, multi-party, Web services-based applications with the minimum of effort. |  | | ArjunaTS supports "multimodal transaction processing" by enabling reliable transactions to span from front-end e-commerce applications to back office systems and beyond the enterprise firewall to business partners - across any system, anywhere in the world. |
|
http://www.arjuna.com/products/arjunats
|
|
| |
| | Commons Transaction - Overview |
 | | The optimal - but maybe impudent - long term goal would be to create the transactional counterpart of Doug Lea's fabulous concurrent package which recently made it to Java 5.0. |  | | Commons Transaction aims at providing lightweight, standardized, well tested and efficient implementations of utility classes commonly used in transactional Java programming. |  | | Initially there are implementations for multi level locks, transactional collections and transactional file access. |
|
http://jakarta.apache.org/commons/transaction
|
|
| |
| | Transaction Management With Sybase - Taking Control |
 | | Transaction Management: A means to maximize concurrency and ensure consistency by using transactions to organize and control database activity. |  | | Now Sybase could finally record the old transaction as complete; now it was no longer the oldest incomplete transaction in the log, and now the dump utility could remove the other records. |  | | Because no transaction has been started, no locks are being held, so concurrency is very good. |
|
http://www.bcarter.com/syb1_d.htm
|
|
| |
| | Web Services Transaction (WS-Transaction) |
 | | The relationship of Atomic Transaction and WS-Coordination are described in Section 2. The coordination protocols for atomic transactions are described in Section 3. |  | | Atomic Transaction defines protocols that govern the outcome of atomic transactions. It is expected that existing transaction processing systems wrap their proprietary mechanisms and interoperate across different vendor implementations. |  | | When a CurrentContext is not included, a new transaction and its associated protocols are created. The returned CoordinationContext represents the new transaction. |
|
http://dev2dev.bea.com/pub/a/2004/01/ws-transaction.html
|
|
| |
| | McObject — Precision Data Management: The eXtremeDB Main Memory Embedded Database for Smart Devices |
 | | For example, transaction logging may be turned on or off at runtime and, when turned on, logging may be set to different levels of transaction durability, allowing system designers to make intelligent trade offs between performance and risk for unrecoverable transactions. |  | | A disk-based database, however, will perform many writes per transaction (data pages, index pages, transaction log, etc) and the larger the transaction and the more indexes that are modified, the more writes that are necessary. |  | | Read performance is unaffected by transaction logging and write performance will far exceed write performance of traditional disk-based databases. |
|
http://www.mcobject.com/logging.shtml
|
|
| |
| | Transaction Handling |
 | | See "Transaction Management for EJBs" for more information. |  | | modifies the transaction associated with the current thread so that the only possible outcome is to roll back the transaction. |  | | The JTS package itself contains methods that a client-side or server-side object uses to begin transactions, commit or roll back a transaction, and perform utility functions such as setting the transaction timeout. |
|
http://www.cs.umbc.edu/help/oracle8/java.815/a64683/trans2.htm
|
|
| |
| | P$e-Cash.com - Transaction Center |
 | | If a customer wishes to cancel a deposit request after submitting the transaction, they should contact customer support as soon as practical and a representative will assist them in reversing the transaction. |  | | Should a customer wish to cease a transaction they may do so any time in the process up to the point that they submit the deposit by simply clicking on the cancel button. |  | | Current transaction capabilities include VISA and MasterCard credit cards, Internet checks and a variety of other Internet based electronic wallet and transfer mechanisms; all transactions are denominated in US Dollars. |
|
http://www.psecash.com/transaction.htm
|
|
| |
| | MySQL 5.0 Reference Manual :: 13.4.6 SET TRANSACTION Syntax |
 | | This statement sets the transaction isolation level for the next transaction, globally, or for the current session. |  | | keyword sets the default transaction level for all future transactions performed on the current connection. |  | | keyword, the statement sets the default transaction level globally for all new connections created from that point on. |
|
http://dev.mysql.com/doc/mysql/en/set-transaction.html
|
|
| |
| | Transaction Processing Concepts and Techniques |
 | | Susan also worked in the CICS transaction processing development group in the area of recovery, long running transactions, interfaces to database management systems, and distributed applications. |  | | This leads to a discussion of transaction programming styles and generalizations of the transaction concept to handle workflow applications. |  | | Transaction programming styles and generalizations of the transaction concept to handle workflow applications; |
|
http://research.microsoft.com/~gray/WICS_99_TP
|
|
| |
| | Transaction (Hibernate API Documentation) |
 | | This method will commit the underlying transaction if and only if the transaction was initiated by this object. |  | | Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg. |  | | Register a user synchronization callback for this transaction |
|
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/Transaction.html
|
|
| |
| | Amazon.com: Books: Transaction Processing : Concepts and Techniques (The Morgan Kaufmann Series in Data Management ... |
 | | Although the more recent, May 2001 book titled "Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control" by Gerhard Weikum and Gottfried Vossen will probably supplant this book as the standard reference, there is still much material that makes this book useful. |  | | On the other hand, if you're implementing a transaction manager, this book is both necessary and likely sufficient. |  | | I wanted to learn more about transaction processing and had found bits and pieces from various sources. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/1558601902?v=glance
|
|
| |
| | [No title] |
 | | Transaction Systems Architects, Inc. (NASDAQ:TSAI) provides electronic payment and related solutions to banks, retailers and payment processors around the world. |  | | For almost 30 years, customers around the world have trusted TSA solutions to meet their needs for scale, reliability and integrity. |  | | As the world's payment systems shift from paper to pulse, TSA solutions pave the way. |
|
http://www.tsainc.com
|
|
| |
| | S2 Systems - the payment transaction solution experts |
 | | S2 Systems is the pioneer in open architecture enterprise payment transaction solutions. |  | | OpeN/2 is your answer for fast, reliable and cost-effective retail transactions. |  | | Learn why more organizations choose the OpeN/2® payment transaction platform over all other solutions. |
|
http://www.s2systems.com
|
|
| |
| | Purveyor Administrator's Guide - Web Proxy Servers |
 | | The only difference between a normal and proxied HTTP transaction is that HTTP transactions routed through a proxy server require a full URL. |  | | When a browser sends a request through a proxy server, the browser always uses HTTP for the transactions with the proxy server. |  | | When you use a proxy server as a client system, it acts as a browser to receive documents. |
|
http://vms.process.com/~help/helpproxy.html
|
|
| |
| | Washington Publishing Company :: EDI :: HIPAA :: XML |
 | | The request for the additional information is sent with an implementation of transaction set 277, the WPC Open Source XML schema is also available for that 277 variant. |  | | The new era in health care administration which started with the adoption of several transaction standards continues. |  | | Now the WPC Open Source schema for the 275: Additional Information to Support a Health Care Claim or Encounter, is available for download from the WPC Document Management System. |
|
http://www.wpc-edi.com/hipaa/HIPAA_40.asp
|
|
| |
| | LII: Law about...Real Estate Transactions |
 | | The most common method of financing real estate transactions is through a mortgage. |  | | The Federal Fair Housing Act prohibits discrimination in real estate transactions on account of race, color, religion, sex, or national origin. |  | | Good Starting Point in Print: Grant S. Nelson and Dale A. Whitman, Black Letter on Land Transactions and Finance, West Group (1998) |
|
http://www.law.cornell.edu/topics/real_estate.html
|
|
| |
| | Skipjack Financial Services |
 | | Skipjack Transaction Network is a powerful, secure transaction engine for processing and managing credit card payments. |  | | With a full suite of advanced web-based tools that put you in control over every aspect of the credit card processing, Skipjack is the right choice for all of your payment gateway needs. |
|
http://www.skipjack.com
|
|
| |
| | The Transaction Project |
 | | LeadGateway™ and SalesTree® are trademarks of The Transaction Project |  | | --> Transaction technology enables marketing that's measurable and efficient, direct and trustworthy, secure and cost effective... |  | | Since 2001, Canadian Scholarship Trust (CST), Canada's largest group RESP promoter, has used SalesTree to manage their lead generation programs. |
|
http://www.trxn.com
|
|
| |
| | research |
 | | However, virtually all that I do is the outgrowth of my 1991 obscure article on transaction costs, which all began with my |  | | "What Are Transaction Costs?" Research in Law and Economics, 14 Fall 1991, pp. |  | | "Property Rights, Transaction Costs, and Coase: One More Time" in Steven Medema ed. |
|
http://www.sfu.org/~allen/research.html
|
|
| |
| | TransAction Conf |
 | | This TransAction Web Site has been made available through the New Jersey Council On Special Transportation, a proud co-sponsor of the TransAction Conference. |  | | You may select and download the appropriate form and follow the directions as stated. |  | | Entire TransAction 2005 Brochure (includes TA information, exhibitor application, attendee registration, Workshop Sessions, 2005 Industry Directory Application and 2005 Golf Outing Application) Exhibit Space SOLD OUT |
|
http://www.njcost.com/transaction.htm
|
|
| |
| | TransAction 2002 |
 | | Table 2: TransAction Relationship to Jurisdictional and Modal Transportation Plans |  | | For a printable version of the Transaction Manual select one of the two files below. |  | | • North Dakota’s Statewide Strategic Transportation Plan Public Involvement Process: Description of the public involvement process used to develop TransAction. |
|
http://www.state.nd.us/dot/manuals/planning/transaction1.html
|
|
| |
| | Technorati Tag: transaction |
 | | Maxprog is proud to present Transaction, a multi-purpose interactive online sales tracking, analysis and reporting tool for Macintosh and Windows |  | | How would you know what to do if you don't kn... |  | | Posts tagged transaction in the last 230 days |
|
http://technorati.com/tag/transaction
|
|
| |
| | P of EAA: Transaction Script |
 | | Each transaction will have its own Transaction Script, although common subtasks can be broken into subprocedures. |  | | Most business applications can be thought of as a series of transactions. |  | | A transaction may view some information as organized in a particular way, another will make changes to it. |
|
http://martinfowler.com/eaaCatalog/transactionScript.html
|
|
| |
| | Realtime Transaction Processing |
 | | Research realtime transaction processing in over 35 Million docs |  | | You can find merchant accounts and credit card processors to enable you to accept credit cards online here. |  | | View FREE full-text articles and FREE premium archive previews at HighBeam Research - Find, organize & share information from 1,000s of trusted business, trade, consumer & reference publications. |
|
http://www.hostmaster2000.com/?Q=Realtime%20Transaction%20Processing
|
|
| |
| | Gottesman Company - Independent Business Transaction Intermediary - International Business Brokers - Mergers ... |
 | | We act as Independent Business Transaction Intermediaries serving both Buyers and Sellers, specializing in the Mergers & Acquisitions of businesses in the mid-market arena, nationally and internationally. |  | | Gottesman Company is a member of the International Business Brokers Association, the New York Association of Business Brokers and M&A Source as well as the Better Business Bureau. |  | | Gottesman Company - Independent Business Transaction Intermediary - International Business Brokers - Mergers Acquisitions - New York Business Broker |
|
http://www.gottesman-company.com
|
|
| |
| | Website Monitoring - Hosted Website Monitoring Service - Webmetrics |
 | | HitAnalyzer is a web analytics service that integrates with Webmetrics website monitoring services, providing a holistic view of web performance and usage -- including page load and transaction times, visitor traffic and behavior data, and marketing campaign ROI. |  | | Webmetrics helps e-businesses achieve and maintain high performing websites and applications through the delivery of hosted website monitoring services that test, monitor, measure and optimize website performance and profitability. |  | | :: Website Monitoring :: Transaction Monitoring :: Load Testing |
|
http://www.webmetrics.com
|
|
| |
| | Transaction - Wikipedia, the free encyclopedia |
 | | A transaction is an agreement, communication, or movement carried out between separate entities or objects. |  | | This is a disambiguation page, a list of pages that otherwise might share the same title. |
|
http://en.wikipedia.org/wiki/Transaction
|
|
| |
| | GXS |
 | | Software 500 total revenue up 16.5% from previous year; employee count up 13.7% reports Software magazine. |  | | GXS Streamlines Supply Chain Transactions for Ingram Micro |
|
http://www.gxs.com
|
|
|