Uses of Class
com.metamatrix.connector.xml.base.ExecutionInfo

Packages that use ExecutionInfo
com.metamatrix.connector.xml.base   
com.metamatrix.connector.xml.file   
com.metamatrix.connector.xml.http   
com.metamatrix.connector.xml.soap   
com.metamatrix.connector.xml.streaming   
 

Uses of ExecutionInfo in com.metamatrix.connector.xml.base
 

Methods in com.metamatrix.connector.xml.base that return ExecutionInfo
 ExecutionInfo QueryAnalyzer.getExecutionInfo()
           
 

Uses of ExecutionInfo in com.metamatrix.connector.xml.file
 

Methods in com.metamatrix.connector.xml.file that return ExecutionInfo
 ExecutionInfo FileExecution.getInfo()
           
 

Uses of ExecutionInfo in com.metamatrix.connector.xml.http
 

Fields in com.metamatrix.connector.xml.http declared as ExecutionInfo
protected  ExecutionInfo BaseRequest.exeInfo
           
protected  ExecutionInfo HTTPExecutor.exeInfo
           
 

Methods in com.metamatrix.connector.xml.http with parameters of type ExecutionInfo
static boolean HTTPRequest.checkIfRequestIsNeeded(ExecutionInfo info)
          Examines the Query to determine if a request to a source is needed.
protected  void HTTPExecutor.createRequests(XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc[]> requestPerms)
           
 

Constructors in com.metamatrix.connector.xml.http with parameters of type ExecutionInfo
HTTPExecutor(HTTPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo, QueryAnalyzer analyzer)
           
HTTPRequest(HTTPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc> parameters)
           
 

Uses of ExecutionInfo in com.metamatrix.connector.xml.soap
 

Methods in com.metamatrix.connector.xml.soap with parameters of type ExecutionInfo
protected  void SOAPExecutor.createRequests(XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc[]> requestPerms)
           
 

Constructors in com.metamatrix.connector.xml.soap with parameters of type ExecutionInfo
SOAPExecutor(SOAPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo, QueryAnalyzer analyzer)
           
SOAPRequest(SOAPConnectorState connectorState, XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc> parameters, int requestNumber)
           
 

Uses of ExecutionInfo in com.metamatrix.connector.xml.streaming
 

Fields in com.metamatrix.connector.xml.streaming declared as ExecutionInfo
protected  ExecutionInfo BaseStreamingExecution.exeInfo
           
 

Constructors in com.metamatrix.connector.xml.streaming with parameters of type ExecutionInfo
ElementProcessor(ExecutionInfo info)
           
StreamingResultsProducer(ExecutionInfo info, XMLConnectorState state)
           
 



Copyright © 2009. All Rights Reserved.