public class YahooExecution extends Object implements ResultSetExecution
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA_PROP_HTTP_PROXY_HOST |
static String |
JAVA_PROP_HTTP_PROXY_PORT |
| Constructor and Description |
|---|
YahooExecution(Select query) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
protected List<List<?>> |
executeUrl(String yahooUrl) |
List<?> |
next() |
public static final String JAVA_PROP_HTTP_PROXY_HOST
public static final String JAVA_PROP_HTTP_PROXY_PORT
public YahooExecution(Select query)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionprotected List<List<?>> executeUrl(String yahooUrl) throws TranslatorException
yahooUrl - TranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.