Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.j2c
Class MyEISConnection  view MyEISConnection download MyEISConnection.java

java.lang.Object
  extended bycom.myeis.j2c.MyEISConnection
All Implemented Interfaces:
javax.resource.cci.Connection

public class MyEISConnection
extends java.lang.Object
implements javax.resource.cci.Connection


Field Summary
private  MyEISManagedConnection fieldManagedConnection
           
 
Constructor Summary
MyEISConnection(javax.resource.spi.ManagedConnection managedConnection)
          Constructor
 
Method Summary
 boolean call(javax.resource.cci.InteractionSpec interactionSpec, javax.resource.cci.Record inputRecord, javax.resource.cci.Record outputRecord)
          call
 void close()
           
 javax.resource.cci.Interaction createInteraction()
           
 boolean getAutoCommit()
           
 javax.resource.cci.LocalTransaction getLocalTransaction()
           
 javax.resource.cci.ConnectionMetaData getMetaData()
           
 javax.resource.cci.ResultSetInfo getResultSetInfo()
           
 void setAutoCommit(boolean arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldManagedConnection

private MyEISManagedConnection fieldManagedConnection
Constructor Detail

MyEISConnection

public MyEISConnection(javax.resource.spi.ManagedConnection managedConnection)
Constructor

Method Detail

createInteraction

public javax.resource.cci.Interaction createInteraction()
                                                 throws javax.resource.ResourceException
Specified by:
createInteraction in interface javax.resource.cci.Connection

getLocalTransaction

public javax.resource.cci.LocalTransaction getLocalTransaction()
                                                        throws javax.resource.ResourceException
Specified by:
getLocalTransaction in interface javax.resource.cci.Connection

setAutoCommit

public void setAutoCommit(boolean arg0)
                   throws javax.resource.ResourceException

getAutoCommit

public boolean getAutoCommit()
                      throws javax.resource.ResourceException

getMetaData

public javax.resource.cci.ConnectionMetaData getMetaData()
                                                  throws javax.resource.ResourceException
Specified by:
getMetaData in interface javax.resource.cci.Connection

getResultSetInfo

public javax.resource.cci.ResultSetInfo getResultSetInfo()
                                                  throws javax.resource.ResourceException
Specified by:
getResultSetInfo in interface javax.resource.cci.Connection

close

public void close()
           throws javax.resource.ResourceException
Specified by:
close in interface javax.resource.cci.Connection

call

public boolean call(javax.resource.cci.InteractionSpec interactionSpec,
                    javax.resource.cci.Record inputRecord,
                    javax.resource.cci.Record outputRecord)
             throws javax.resource.ResourceException
call