it.eng.spago.dbaccess.pool
Class DecriptAlgorithmFactory

java.lang.Object
  extended byit.eng.spago.dbaccess.pool.DecriptAlgorithmFactory

public class DecriptAlgorithmFactory
extends java.lang.Object


Constructor Summary
DecriptAlgorithmFactory()
           
 
Method Summary
static IDecriptAlgorithm create(java.lang.String poolName)
          Crea il provider sulla base del pool, il nome della classe è presente nel file di configurazione data_access
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecriptAlgorithmFactory

public DecriptAlgorithmFactory()
Method Detail

create

public static IDecriptAlgorithm create(java.lang.String poolName)
                                throws EMFInternalError
Crea il provider sulla base del pool, il nome della classe è presente nel file di configurazione data_access

Parameters:
poolName -
Returns:
Throws:
EMFInternalError