|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryHelperPool
RepositoryHelperPool defines a pool of repository helper instances.
| Method Summary | |
|---|---|
RepositoryHelper |
borrowHelper()
Borrows a repository helper instance. |
void |
returnHelper(RepositoryHelper helper)
Returns the given repository helper to the pool. |
| Method Detail |
|---|
RepositoryHelper borrowHelper()
throws java.lang.InterruptedException
java.lang.InterruptedException - if this thread is interrupted while waiting
for a repository helper.void returnHelper(RepositoryHelper helper)
helper - the repository helper to return.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||