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
 

Methods in com.metamatrix.connector.xml.http that return ExecutionInfo
protected  ExecutionInfo HTTPExecutor.getExeInfo()
           
 

Methods in com.metamatrix.connector.xml.http with parameters of type ExecutionInfo
static boolean HTTPExecutor.checkIfRequestIsNeeded(ExecutionInfo info)
          Examines the Query to determine if a request to a source is needed.
 

Constructors in com.metamatrix.connector.xml.http with parameters of type ExecutionInfo
HTTPExecutor(XMLConnectorState state, XMLExecution execution, ExecutionInfo exeInfo)
           
 

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

Constructors in com.metamatrix.connector.xml.soap with parameters of type ExecutionInfo
SOAPExecutor(SOAPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo)
           
 

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.