org.csc.phynixx.connection
Interface IPhynixxConnectionFactory<C extends IPhynixxConnection>

All Known Subinterfaces:
IPhynixxManagedConnectionFactory<C>
All Known Implementing Classes:
PhynixxManagedConnectionFactory, PooledPhynixxManagedConnectionFactory

public interface IPhynixxConnectionFactory<C extends IPhynixxConnection>


Method Summary
 void close()
          closes the factory and releases all resources
 C getConnection()
          gets an new instance of the connection
 Class<C> getConnectionInterface()
           
 

Method Detail

getConnection

C getConnection()
gets an new instance of the connection


getConnectionInterface

Class<C> getConnectionInterface()
Returns:
the class of the connection's interface

close

void close()
closes the factory and releases all resources



Copyright © 2015. All rights reserved.