|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
Represents an application handle for the client. The physical connection is implemented by a ManagedConnection.
Method Summary | |
---|---|
void |
close()
Closes the connection at the application level. |
Interaction |
createInteraction()
Creates an Interaction for the Connection. |
LocalTransaction |
getLocalTransaction()
Returns a LocalTransaction instance to allow the resource manager to manage local transactions. |
ConnectionMetaData |
getMetaData()
Returns information on the underlying resource represented by the connection. |
ResultSetInfo |
getResultSetInfo()
Returns metadata on the ResultSet capabitilities supported by the connection. |
Method Detail |
---|
Interaction createInteraction() throws ResourceException
ResourceException
LocalTransaction getLocalTransaction() throws ResourceException
ResourceException
ConnectionMetaData getMetaData() throws ResourceException
ResourceException
ResultSetInfo getResultSetInfo() throws ResourceException
ResourceException
void close() throws ResourceException
ResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |