org.objectweb.jotm.core.conflict
Interface Locker

All Known Implementing Classes:
CoreTransaction

public interface Locker

Locker represents an object that can be used as the identification for locking. The only requirement for Locker implementations is to implement the equals method. The method has a single Locker parameter and returns boolean; true if this Locker equals the given one, and false otherwise.