com.sun.emp.cci.eci
Class ECIConnection

java.lang.Object
  |
  +--com.sun.emp.cci.eci.ECIConnection
All Implemented Interfaces:
Connection

public class ECIConnection
extends Object
implements Connection

A connection to an MTP system.


Method Summary
 void close()
           
 Interaction createInteraction()
           
 LocalTransaction getLocalTransaction()
          Transactions are not supported.
 ConnectionMetaData getMetaData()
           
 ResultSetInfo getResultSetInfo()
          Result Set functionality is not supported.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInteraction

public Interaction createInteraction()
                              throws ResourceException
Specified by:
createInteraction in interface Connection
ResourceException

getLocalTransaction

public LocalTransaction getLocalTransaction()
                                     throws ResourceException
Transactions are not supported.

Specified by:
getLocalTransaction in interface Connection
Throws:
NotSupportedException - always.
ResourceException

getMetaData

public ConnectionMetaData getMetaData()
                               throws ResourceException
Specified by:
getMetaData in interface Connection
ResourceException

getResultSetInfo

public ResultSetInfo getResultSetInfo()
                               throws ResourceException
Result Set functionality is not supported.

Specified by:
getResultSetInfo in interface Connection
Throws:
NotSupportedException - always.
ResourceException

close

public void close()
           throws ResourceException
Specified by:
close in interface Connection
ResourceException