org.ow2.jasmine.fdf.ra.outbound
Class FdfConnectionImpl

java.lang.Object
  extended by org.ow2.jasmine.fdf.ra.outbound.FdfConnectionImpl
All Implemented Interfaces:
javax.resource.cci.Connection, FdfConnection

public class FdfConnectionImpl
extends java.lang.Object
implements FdfConnection


Constructor Summary
FdfConnectionImpl()
           
 
Method Summary
 void close()
           
 javax.resource.cci.Interaction createInteraction()
           
 javax.resource.cci.LocalTransaction getLocalTransaction()
           
 javax.resource.cci.ConnectionMetaData getMetaData()
           
 javax.resource.cci.ResultSetInfo getResultSetInfo()
           
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FdfConnectionImpl

public FdfConnectionImpl()
Method Detail

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.