net.sourceforge.hivetranse.transaction.jdbc
Class ConnectionProxyFactory

java.lang.Object
  extended by net.sourceforge.hivetranse.transaction.jdbc.ConnectionProxyFactory
All Implemented Interfaces:
org.apache.hivemind.ServiceImplementationFactory

public class ConnectionProxyFactory
extends java.lang.Object
implements org.apache.hivemind.ServiceImplementationFactory

This service creates Proxys to JDBC Connections.

ServiceModel must be singleton

Author:
Jean-Francois Poilpret

Constructor Summary
ConnectionProxyFactory(TransactionService txService)
           
 
Method Summary
 java.lang.Object createCoreServiceImplementation(org.apache.hivemind.ServiceImplementationFactoryParameters factoryParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionProxyFactory

public ConnectionProxyFactory(TransactionService txService)
Method Detail

createCoreServiceImplementation

public java.lang.Object createCoreServiceImplementation(org.apache.hivemind.ServiceImplementationFactoryParameters factoryParams)
Specified by:
createCoreServiceImplementation in interface org.apache.hivemind.ServiceImplementationFactory