JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.intarsys.tools.locking
Interface ILock
All Known Implementing Classes:
AbstractLock
,
NullLock
public interface
ILock
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
acquire
(
Object
owner,
ILockLevel
level)
void
release
(
Object
owner)
Method Details
acquire
boolean
acquire
(
Object
owner,
ILockLevel
level)
release
void
release
(
Object
owner)