|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.connector.basic.BasicExecution
com.metamatrix.connector.xml.base.XMLExecutionImpl
public class XMLExecutionImpl
Field Summary | |
---|---|
ExecutionContext |
exeContext
|
Constructor Summary | |
---|---|
XMLExecutionImpl(IQuery query,
XMLConnectionImpl conn,
RuntimeMetadata metadata,
ExecutionContext exeContext,
ConnectorEnvironment connectorEnv)
|
Method Summary | |
---|---|
void |
cancel()
Cancels the execution abnormally. |
void |
close()
Terminates the execution normally. |
void |
execute()
Execute the associated command. |
IDocumentCache |
getCache()
|
XMLConnection |
getConnection()
Provides access to the XMLConnectionImpl to the Executors. |
ExecutionContext |
getExeContext()
|
ExecutionInfo |
getInfo()
Provides access to the ExecutionInfo to the Executors. |
ConnectorLogger |
getLogger()
Provides access to the ConnectorLogger to the Executors. |
java.lang.String |
getSystemName()
Provides access to the connector binding name to the Executors. |
java.util.List |
next()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ExecutionContext exeContext
Constructor Detail |
---|
public XMLExecutionImpl(IQuery query, XMLConnectionImpl conn, RuntimeMetadata metadata, ExecutionContext exeContext, ConnectorEnvironment connectorEnv)
Method Detail |
---|
public void execute() throws ConnectorException
Execution
execute
in interface Execution
ConnectorException
public java.util.List next() throws ConnectorException, DataNotAvailableException
next
in interface ResultSetExecution
ConnectorException
DataNotAvailableException
public void close() throws ConnectorException
Execution
close
in interface Execution
ConnectorException
public void cancel() throws ConnectorException
Execution
cancel
in interface Execution
ConnectorException
public XMLConnection getConnection()
getConnection
in interface XMLExecution
public ExecutionInfo getInfo()
getInfo
in interface XMLExecution
public ConnectorLogger getLogger()
public java.lang.String getSystemName()
public IDocumentCache getCache()
getCache
in interface XMLExecution
public ExecutionContext getExeContext()
getExeContext
in interface XMLExecution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |