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
TranslatorExceptionBlockedExceptionvoid close()
void execute()
throws TranslatorException,
BlockedException
TranslatorExceptionBlockedExceptionboolean isDataAvailable()
CacheDirective getCacheDirective() throws TranslatorException
TranslatorExceptionboolean isForkable()
boolean isThreadBound()
AtomicRequestID getId()
Copyright © 2019. All rights reserved.