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

se.l4.silo.ResourceHandle Maven / Gradle / Ivy

The newest version!
package se.l4.silo;

/**
 * A lock on a resource, used when we know we are going to interact a lot with
 * the storage.
 *
 * @author Andreas Holstenson
 *
 */
public interface ResourceHandle
	extends AutoCloseable
{
	@Override
	void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy