public interface ConnectorWork
Modifier and Type | Method and Description |
---|---|
void |
cancel(boolean abnormal) |
void |
close() |
void |
execute() |
CacheDirective |
getCacheDirective() |
AtomicRequestID |
getId() |
boolean |
isDataAvailable() |
boolean |
isForkable() |
boolean |
isThreadBound() |
AtomicResultsMessage |
more() |
void cancel(boolean abnormal)
AtomicResultsMessage more() throws TranslatorException, BlockedException
TranslatorException
BlockedException
void close()
void execute() throws TranslatorException, BlockedException
TranslatorException
BlockedException
boolean isDataAvailable()
CacheDirective getCacheDirective() throws TranslatorException
TranslatorException
boolean isForkable()
boolean isThreadBound()
AtomicRequestID getId()
Copyright © 2019. All rights reserved.