Package org.teiid.resource.spi
Class BasicConnection
- java.lang.Object
-
- org.teiid.resource.spi.BasicConnection
-
- All Implemented Interfaces:
javax.resource.cci.Connection
,Connection
,ResourceConnection
- Direct Known Subclasses:
CouchbaseConnectionImpl
,LDAPConnectionImpl
,MongoDBConnectionImpl
,SolrConnectionImpl
@Deprecated public abstract class BasicConnection extends Object implements ResourceConnection
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description BasicConnection()
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.resource.api.Connection
close
-
Methods inherited from interface org.teiid.resource.spi.ResourceConnection
cleanUp, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo, getXAResource, isAlive
-
-