
net.sf.hajdbc.lock.distributed.LockObject Maven / Gradle / Ivy
package net.sf.hajdbc.lock.distributed;
public interface LockObject {
Object getLockObject();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package net.sf.hajdbc.lock.distributed;
public interface LockObject {
Object getLockObject();
}