|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.connector.xml.streaming.BaseStreamingExecution
com.metamatrix.connector.xml.http.HTTPExecution
public class HTTPExecution
Field Summary | |
---|---|
protected QueryAnalyzer |
analyzer
|
Fields inherited from class com.metamatrix.connector.xml.streaming.BaseStreamingExecution |
---|
connection, connEnv, exeContext, exeInfo, logger, metadata, query, resultProducers, results, rowProducer, xpaths |
Constructor Summary | |
---|---|
HTTPExecution(IQuery query,
XMLConnectionImpl conn,
RuntimeMetadata metadata,
ExecutionContext exeContext,
ConnectorEnvironment connectorEnv)
|
Method Summary | |
---|---|
void |
execute()
HTTP execution can produce multiple requests from a single SQL query, but each will have only one response. |
ResultProducer |
getStreamProducer()
Gets all the ResultProducers for a single query. |
Methods inherited from class com.metamatrix.connector.xml.streaming.BaseStreamingExecution |
---|
cancel, close, getConnection, getExeContext, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected QueryAnalyzer analyzer
Constructor Detail |
---|
public HTTPExecution(IQuery query, XMLConnectionImpl conn, RuntimeMetadata metadata, ExecutionContext exeContext, ConnectorEnvironment connectorEnv)
Method Detail |
---|
public void execute() throws ConnectorException
ConnectorException
public ResultProducer getStreamProducer() throws ConnectorException
XMLExecution
ConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |