- All Implemented Interfaces:
CoreLock
- Author:
- Juergen
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
SimpleCoreLock
public SimpleCoreLock()
-
Method Details
-
readLock
Description copied from interface: CoreLock
get the read lock
- Specified by:
readLock
in interface CoreLock
- Returns:
-
writeLock
Description copied from interface: CoreLock
get the write lock
- Specified by:
writeLock
in interface CoreLock
- Returns:
-
lock
public void lock()
- Specified by:
lock
in interface CoreLock
-
unlock
public void unlock()
- Specified by:
unlock
in interface CoreLock