|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyncInterface
Title: Generic synchronization interface Description: Copyright: Copyright (c) 2001 Company: Tomas Teubner
| Method Summary | |
|---|---|
void |
lock()
Lock object. |
boolean |
trylock()
Try to lock object. |
void |
unlock()
Unlock object. |
| Method Detail |
|---|
void lock()
throws InterruptedException
InterruptedExceptionvoid unlock()
boolean trylock()
throws InterruptedException
InterruptedException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||