public interface IFetchThrottler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
IStreamThrottler |
createFetchStream()
Open a fetch stream.
|
boolean |
obtainFetchDocumentPermission()
Get permission to fetch a document.
|
boolean |
obtainFetchDocumentPermission(IBreakCheck breakCheck)
Get permission to fetch a document.
|
static final java.lang.String _rcsid
boolean obtainFetchDocumentPermission() throws java.lang.InterruptedException
java.lang.InterruptedException
boolean obtainFetchDocumentPermission(IBreakCheck breakCheck) throws java.lang.InterruptedException, BreakException
java.lang.InterruptedException
BreakException
IStreamThrottler createFetchStream()