|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.factory.OracleConnectionPoolDataSourceFactory
public class OracleConnectionPoolDataSourceFactory
Questa classe è responsabile per la creazione di un ConnectionPool per database oracle L'implementazione di questa classe è fatta totalmente attraverso l'utilizzo di tecniche di refelection, questo ci ci permette di compilare un progetto senza avere a disposizione le librerie specifiche del vendor
Constructor Summary | |
---|---|
OracleConnectionPoolDataSourceFactory()
|
Method Summary | |
---|---|
ConnectionPoolInterface |
createConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor)
Il factory method responsabile per la creazione di un pool di connessioni per database Oracle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleConnectionPoolDataSourceFactory()
Method Detail |
---|
public ConnectionPoolInterface createConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor) throws EMFInternalError
ConnectionPoolDescriptor
- connectionPoolDescriptor - l'oggetto descrittore del pool da creare deve contenere tutti i parametri necessari
per creare un pool di connessioni ad oracel.
EMFInternalError
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |