| threaddemo.locking.LockAction
LockAction | public interface LockAction (Code) | | Action to be executed in a lock without throwing any checked exceptions.
Unchecked exceptions will be propagated to calling code.
|
Method Summary | |
public T | run() Execute the action. |
run | public T run()(Code) | | Execute the action.
any object, then returned from Lock.read(LockAction) or Lock.write(LockAction) |
|
|