org.ow2.jasmine.fdf.ra.outbound
Class FdfConnectionImpl
java.lang.Object
org.ow2.jasmine.fdf.ra.outbound.FdfConnectionImpl
- All Implemented Interfaces:
- javax.resource.cci.Connection, FdfConnection
public class FdfConnectionImpl
- extends java.lang.Object
- implements FdfConnection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FdfConnectionImpl
public FdfConnectionImpl()
install
public void install(java.io.File fdfFile)
throws java.lang.Exception
- Specified by:
install in interface FdfConnection
- Throws:
java.lang.Exception
start
public void start(java.io.File fdfFile)
throws java.lang.Exception
- Specified by:
start in interface FdfConnection
- Throws:
java.lang.Exception
stop
public void stop(java.io.File fdfFile)
throws java.lang.Exception
- Specified by:
stop in interface FdfConnection
- Throws:
java.lang.Exception
install
public void install(JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Specified by:
install in interface FdfConnection
- Throws:
java.lang.Exception
start
public void start(JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Specified by:
start in interface FdfConnection
- Throws:
java.lang.Exception
stop
public void stop(JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Specified by:
stop in interface FdfConnection
- Throws:
java.lang.Exception
close
public void close()
throws javax.resource.ResourceException
- 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
Copyright © 2008 OW2 Consortium. All Rights Reserved.