Package com.taobao.gecko.service.timer

Examples of com.taobao.gecko.service.timer.TimerTask


            return;
        }
        if (seconds > this.metaConfig.getMaxTxTimeoutInSeconds()) {
            seconds = this.metaConfig.getMaxTxTimeoutInSeconds();
        }
        tx.setTimeoutRef(this.txTimeoutTimer.newTimeout(new TimerTask() {

            @Override
            public void run(final Timeout timeout) throws Exception {
                // û��prepared�ĵ�������Ҫ�ع�
                // ��Ҫ��XATransaction.prepare��ͬ������
View Full Code Here

TOP

Related Classes of com.taobao.gecko.service.timer.TimerTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.