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