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��ͬ������