|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu0.Lu0Connection
Application level handle to the Managed Connection * Subject to change once J2EE/CA specification includes Common Client Interfaces
Constructor Summary | |
---|---|
Lu0Connection(javax.resource.spi.ManagedConnection managedConnection)
Lu0Connection constructor * @param managedConnection javax.resource.spi.ManagedConnection |
Method Summary | |
---|---|
(package private) boolean |
call(javax.resource.cci.InteractionSpec interactionSpec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
Executes EIS interaction * @param interactionSpec javax.resource.cci.InteractionSpec * @param input javax.resource.cci.Record * @param output javax.resource.cci.Record * @return Returns a boolean |
void |
close()
Initiates close of the connection handle at the application level |
javax.resource.cci.Interaction |
createInteraction()
Creates an Interaction associated with this Connection * @return javax.resource.cci.Interaction |
javax.resource.cci.LocalTransaction |
getLocalTransaction()
Returns an LocalTransaction instance that enables a component * to demarcate resource manager local transactions on the Connection * * @throws javax.resource.NotSupportedException |
(package private) java.io.PrintWriter |
getLogWriter()
Returns LogWriter * @return java.io.PrintWriter |
(package private) Lu0ManagedConnection |
getManagedConnection()
Returns an instance of Lu0ManagedConnection object * @return com.ibm.connector2.sna.lu0.Lu0ManagedConnection |
javax.resource.cci.ConnectionMetaData |
getMetaData()
Returns the information on the underlying EIS instance represented through an active connection * @return javax.resource.cci.ConnectionMetaData |
javax.resource.cci.ResultSetInfo |
getResultSetInfo()
Returns the information on the ResultSet functionality supported by a connected EIS instance * @throws javax.resource.NotSupportedException |
(package private) void |
interactionClosed(Lu0Interaction lu0Interaction)
Removes the Lu0Interaction instance from the list of interactions assocaited with this connection * @param lu0Interaction com.ibm.connector2.sna.lu0.Lu0Interaction |
(package private) boolean |
isClosed()
Returns the closed indicator * @return a boolean |
(package private) void |
setLogWriter(java.io.PrintWriter out)
Sets LogWriter * @param out java.io.PrintWriter |
(package private) void |
setManagedConnection(Lu0ManagedConnection managedConnection)
Sets Lu0ManagedConnection * @param managedConnection com.ibm.connector2.sna.lu0.Lu0ManagedConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lu0Connection(javax.resource.spi.ManagedConnection managedConnection) throws javax.resource.ResourceException
Method Detail |
boolean call(javax.resource.cci.InteractionSpec interactionSpec, javax.resource.cci.Record input, javax.resource.cci.Record output) throws javax.resource.ResourceException
javax.resource.ResourceException
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Connection
javax.resource.ResourceException
void interactionClosed(Lu0Interaction lu0Interaction)
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
Lu0ManagedConnection getManagedConnection()
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
void setLogWriter(java.io.PrintWriter out)
java.io.PrintWriter getLogWriter()
void setManagedConnection(Lu0ManagedConnection managedConnection)
boolean isClosed()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |