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
|
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(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 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(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Specified by:
install in interface FdfConnection
- Throws:
java.lang.Exception
start
public void start(org.ow2.jasmine.fdf.JASMINeNodeImpl jasmineNode)
throws java.lang.Exception
- Specified by:
start in interface FdfConnection
- Throws:
java.lang.Exception
stop
public void stop(org.ow2.jasmine.fdf.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.