org.ow2.jasmine.fdf.ra.api
Interface FdfConnection
- All Superinterfaces:
- javax.resource.cci.Connection
- All Known Implementing Classes:
- FdfConnectionImpl
public interface FdfConnection
- extends javax.resource.cci.Connection
- Author:
- Julien Legrand
| Methods inherited from interface javax.resource.cci.Connection |
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo |
install
void install(java.io.File fdfFile)
throws java.lang.Exception
- Parameters:
fdfFile -
- Throws:
java.lang.Exception
start
void start(java.io.File fdfFile)
throws java.lang.Exception
- Parameters:
fdfFile -
- Throws:
java.lang.Exception
stop
void stop(java.io.File fdfFile)
throws java.lang.Exception
- Parameters:
fdfFile -
- Throws:
java.lang.Exception
install
void install(JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Parameters:
jasmineNode -
- Throws:
java.lang.Exception
start
void start(JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Parameters:
jasmineNode -
- Throws:
java.lang.Exception
stop
void stop(JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Parameters:
jasmineNode -
- Throws:
java.lang.Exception
Copyright © 2008 OW2 Consortium. All Rights Reserved.