com.dsoft.jca.spi
Class EisConnection
java.lang.Object
com.dsoft.jca.spi.EisConnection
- All Implemented Interfaces:
- IEisConnection
public class EisConnection
- extends java.lang.Object
- implements IEisConnection
- Author:
- qsadmel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EisConnection
public EisConnection(ManagedConnection mc)
close
public void close()
throws ResourceException
- Throws:
ResourceException
createInteraction
public Interaction createInteraction()
throws ResourceException
- Throws:
ResourceException
getLocalTransaction
public LocalTransaction getLocalTransaction()
throws ResourceException
- Throws:
ResourceException
getMetaData
public ConnectionMetaData getMetaData()
throws ResourceException
- Throws:
ResourceException
getResultSetInfo
public ResultSetInfo getResultSetInfo()
throws ResourceException
- Throws:
ResourceException
execute
public Record execute(Record input)
throws ResourceException
- Throws:
ResourceException
get
public void get(java.lang.String source,
java.lang.String target)
throws JsshException
- Description copied from interface:
IEisConnection
- This method implements the get FTP function
- Specified by:
get
in interface IEisConnection
- Throws:
JsshException
put
public void put(java.lang.String source,
java.lang.String target)
throws JsshException
- Description copied from interface:
IEisConnection
- This method implements the put function of FTP.
- Specified by:
put
in interface IEisConnection
- Throws:
JsshException
Copyright © 2006 DSoft Technologies. All Rights Reserved.