
com.centurylink.mdw.dataaccess.RetryableTransaction Maven / Gradle / Ivy
/**
* Copyright (c) 2014 CenturyLink, Inc. All Rights Reserved.
*/
package com.centurylink.mdw.dataaccess;
import com.centurylink.mdw.util.TransactionWrapper;
public interface RetryableTransaction {
Object initTransactionRetry(TransactionWrapper transaction) throws DataAccessException;
boolean canRetryTransaction(Throwable e);
Object getTransactionRetrier() throws DataAccessException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy