java.io.Serializable
public interface ResourceLock
extends java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
long |
getLockTimeout() |
|
void |
lock(Resource res) |
|
void |
read(Resource res) |
|
void |
setLockTimeout(long timeout) |
|
void |
unlock(Resource res) |
Copyright © 2021. All rights reserved.