com.metamatrix.connector.xml
Interface XMLExecution

All Superinterfaces:
Execution
All Known Implementing Classes:
JMSExecution, XMLExecutionImpl

public interface XMLExecution
extends Execution


Method Summary
 IDocumentCache getCache()
           
 XMLConnection getConnection()
           
 ExecutionContext getExeContext()
           
 ExecutionInfo getInfo()
           
 
Methods inherited from interface org.teiid.connector.api.Execution
cancel, close, execute
 

Method Detail

getInfo

ExecutionInfo getInfo()

getConnection

XMLConnection getConnection()

getCache

IDocumentCache getCache()

getExeContext

ExecutionContext getExeContext()


Copyright © 2009. All Rights Reserved.