|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OSGiGrizzlyAdapter
Abstract OSGi GrizzlyAdapter
.
Method Summary | |
---|---|
ReentrantReadWriteLock.ReadLock |
getProcessingLock()
Processing lock. |
ReentrantReadWriteLock.WriteLock |
getRemovalLock()
Removal lock. |
Method Detail |
---|
ReentrantReadWriteLock.ReadLock getProcessingLock()
ReentrantReadWriteLock.ReadLock
can be obtained by concurrent threads at the same time.
ReentrantReadWriteLock.WriteLock getRemovalLock()
ReentrantReadWriteLock.WriteLock
can be obtained only by one thread, blocks getProcessingLock()
.
getProcessingLock()
,
ReentrantReadWriteLock.WriteLock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |