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
|
Method Summary |
void |
install(java.io.File fdfFile)
|
void |
install(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
|
void |
start(java.io.File fdfFile)
|
void |
start(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
|
void |
stop(java.io.File fdfFile)
|
void |
stop(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
|
| 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(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Parameters:
jasmineNode -
- Throws:
java.lang.Exception
start
void start(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Parameters:
jasmineNode -
- Throws:
java.lang.Exception
stop
void stop(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Parameters:
jasmineNode -
- Throws:
java.lang.Exception
Copyright © 2008 OW2 Consortium. All Rights Reserved.