public class CCIJConnection
extends java.lang.Object
implements javax.resource.cci.Connection
Modifier | Constructor and Description |
---|---|
protected |
CCIJConnection(JConnection c) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this connection.
|
javax.resource.cci.Interaction |
createInteraction() |
protected JConnection |
getJConnection() |
javax.resource.cci.LocalTransaction |
getLocalTransaction() |
javax.resource.cci.ConnectionMetaData |
getMetaData() |
javax.resource.cci.ResultSetInfo |
getResultSetInfo() |
java.lang.String |
toString() |
protected CCIJConnection(JConnection c)
public void close() throws javax.resource.ResourceException
Close this connection.
close
in interface javax.resource.cci.Connection
javax.resource.ResourceException
public javax.resource.cci.Interaction createInteraction() throws javax.resource.ResourceException
createInteraction
in interface javax.resource.cci.Connection
javax.resource.ResourceException
public javax.resource.cci.LocalTransaction getLocalTransaction() throws javax.resource.ResourceException
getLocalTransaction
in interface javax.resource.cci.Connection
javax.resource.ResourceException
public javax.resource.cci.ConnectionMetaData getMetaData() throws javax.resource.ResourceException
getMetaData
in interface javax.resource.cci.Connection
javax.resource.ResourceException
public javax.resource.cci.ResultSetInfo getResultSetInfo() throws javax.resource.ResourceException
getResultSetInfo
in interface javax.resource.cci.Connection
javax.resource.ResourceException
protected JConnection getJConnection()
public java.lang.String toString()
toString
in class java.lang.Object