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(JASMINeNodeImpl jasmineNode)
           
 void start(java.io.File fdfFile)
           
 void start(JASMINeNodeImpl jasmineNode)
           
 void stop(java.io.File fdfFile)
           
 void stop(JASMINeNodeImpl jasmineNode)
           
 
Methods inherited from interface javax.resource.cci.Connection
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo
 

Method Detail

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.