|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.connector.basic.BasicConnection
com.metamatrix.connector.xmlsource.XMLSourceConnection
public abstract class XMLSourceConnection
A Base XML Connection to an XML Source
| Field Summary | |
|---|---|
protected boolean |
connected
|
protected ConnectorEnvironment |
env
|
| Constructor Summary | |
|---|---|
XMLSourceConnection(ConnectorEnvironment env)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Release the connection. |
abstract boolean |
isConnected()
Check if the connection is active. |
| Methods inherited from class org.teiid.connector.basic.BasicConnection |
|---|
closeCalled, createExecution, createProcedureExecution, createResultSetExecution, createUpdateExecution, getCapabilities, isAlive, setConnectorIdentity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConnectorEnvironment env
protected boolean connected
| Constructor Detail |
|---|
public XMLSourceConnection(ConnectorEnvironment env)
throws ConnectorException
env -
ConnectorException| Method Detail |
|---|
public void close()
Connection
org.teiid.connector.api.Connection#release()public abstract boolean isConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||