org.csc.phynixx.xa
Interface IPhynixxXAResourceFactory<T extends IPhynixxConnection>

All Superinterfaces:
IPhynixxConnectionFactory<T>
All Known Implementing Classes:
PhynixxXAResourceFactory

public interface IPhynixxXAResourceFactory<T extends IPhynixxConnection>
extends IPhynixxConnectionFactory<T>

Created by Christoph Schmidt-Casdorff on 09.07.14.


Method Summary
 void close()
           
 IPhynixxXAResource<T> getXAResource()
           
 Xid[] recover()
           
 
Methods inherited from interface org.csc.phynixx.connection.IPhynixxConnectionFactory
getConnection, getConnectionInterface
 

Method Detail

getXAResource

IPhynixxXAResource<T> getXAResource()

recover

Xid[] recover()

close

void close()
Specified by:
close in interface IPhynixxConnectionFactory<T extends IPhynixxConnection>


Copyright © 2015. All rights reserved.