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

org.infinispan.util.concurrent.locks.TransactionalRemoteLockCommand Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.util.concurrent.locks;

import org.infinispan.context.impl.TxInvocationContext;

/**
 * Simple interface to extract all the keys that may need to be locked for transactional commands.
 *
 * @author Pedro Ruivo
 * @since 8.0
 */
public interface TransactionalRemoteLockCommand extends RemoteLockCommand {

   /**
    * It creates the transaction context.
    *
    * @return the {@link TxInvocationContext}.
    */
   TxInvocationContext createContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy