jremote jbase5.2.1

com.jbase.jremote.jca.cci
Class CCIJConnection

java.lang.Object
  extended by com.jbase.jremote.jca.cci.CCIJConnection
All Implemented Interfaces:
javax.resource.cci.Connection

public class CCIJConnection
extends Object
implements javax.resource.cci.Connection


Constructor Summary
protected CCIJConnection(JConnection c)
           
 
Method Summary
 void close()
          Close this connection.
 javax.resource.cci.Interaction createInteraction()
           
protected  JConnection getJConnection()
           
 javax.resource.cci.LocalTransaction getLocalTransaction()
           
 javax.resource.cci.ConnectionMetaData getMetaData()
           
 javax.resource.cci.ResultSetInfo getResultSetInfo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CCIJConnection

protected CCIJConnection(JConnection c)
Method Detail

close

public void close()
           throws javax.resource.ResourceException

Close this connection.

Specified by:
close in interface javax.resource.cci.Connection
Throws:
javax.resource.ResourceException

createInteraction

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

getLocalTransaction

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

getMetaData

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

getResultSetInfo

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

getJConnection

protected JConnection getJConnection()

toString

public String toString()
Overrides:
toString in class Object

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.