Methods Summary |
---|
public void | close()Initiates close of the connection handle at the application level.
A client should not use a closed connection to interact with
an EIS.
|
public Interaction | createInteraction()Creates an Interaction associated with this Connection. An
Interaction enables an application to execute EIS functions.
|
public LocalTransaction | getLocalTransaction()Returns an LocalTransaction instance that enables a component to
demarcate resource manager local transactions on the Connection.
If a resource adapter does not allow a component to demarcate
local transactions on an Connection using LocalTransaction
interface, then the method getLocalTransaction should throw a
NotSupportedException.
|
public ConnectionMetaData | getMetaData()Gets the information on the underlying EIS instance represented
through an active connection.
|
public ResultSetInfo | getResultSetInfo()Gets the information on the ResultSet functionality supported by
a connected EIS instance.
|