All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codingapi.tx.datasource.ILCNResource Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package com.codingapi.tx.datasource;

import com.codingapi.tx.framework.task.TxTask;

/**
 *
 * LCN 资源连接对象
 *
 *
 * create by lorne on 2017/8/22
 */
public interface ILCNResource {


    /**
     * 用于关闭时检查是否未删除
     * @return TxTask任务对象
     */
    TxTask getWaitTask();

    /**
     * 事务组id
     * @return  事务组Id
     */
    String getGroupId();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy