|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lock | |
---|---|
org.crosswire.common.activate | Code to allow classes to be started-up and then shutdown later to conserve resources. |
org.crosswire.jsword.book.basic | The Basic package contains default and abstract implementations of the main Book classes. |
org.crosswire.jsword.book.search.lucene | An implemenation of SearchEngine using Lucene. |
org.crosswire.jsword.book.sword | An implementation of the Book interfaces that reads from SWORD project modules. |
Uses of Lock in org.crosswire.common.activate |
---|
Fields in org.crosswire.common.activate declared as Lock | |
---|---|
private static Lock |
Activator.lock
The object we use to prevent others from |
Methods in org.crosswire.common.activate with parameters of type Lock | |
---|---|
void |
Activatable.activate(Lock lock)
Called to indicate that the Book should initialize itself, and consume whatever system resources it needs to be able to respond to other queries. |
void |
Activatable.deactivate(Lock lock)
Called to indicate that the Book should release whatever system resources it can to make way for other uses. |
Uses of Lock in org.crosswire.jsword.book.basic |
---|
Methods in org.crosswire.jsword.book.basic with parameters of type Lock | |
---|---|
void |
AbstractBook.activate(Lock lock)
|
void |
AbstractBook.deactivate(Lock lock)
|
Uses of Lock in org.crosswire.jsword.book.search.lucene |
---|
Methods in org.crosswire.jsword.book.search.lucene with parameters of type Lock | |
---|---|
void |
LuceneIndex.activate(Lock lock)
|
void |
LuceneIndex.deactivate(Lock lock)
|
Uses of Lock in org.crosswire.jsword.book.sword |
---|
Methods in org.crosswire.jsword.book.sword with parameters of type Lock | |
---|---|
void |
ZLDBackend.activate(Lock lock)
|
void |
SwordDictionary.activate(Lock lock)
|
void |
SwordBook.activate(Lock lock)
|
void |
RawLDBackend.activate(Lock lock)
|
void |
RawBackend.activate(Lock lock)
|
void |
LZSSBackend.activate(Lock lock)
|
void |
GZIPBackend.activate(Lock lock)
|
void |
ZLDBackend.deactivate(Lock lock)
|
void |
SwordDictionary.deactivate(Lock lock)
|
void |
SwordBook.deactivate(Lock lock)
|
void |
RawLDBackend.deactivate(Lock lock)
|
void |
RawBackend.deactivate(Lock lock)
|
void |
LZSSBackend.deactivate(Lock lock)
|
void |
GZIPBackend.deactivate(Lock lock)
|
|
Copyright ? 2003-2004 | |||||||||
PREV NEXT | FRAMES NO FRAMES |