|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.factory.ConnectionPoolFactory
public class ConnectionPoolFactory
Questa classe è responsabile per la creazione di un ConnectionPool dato il suo descrittore questa factory invoca attraverso l'introspezione la connectionPoolFactory class descritta nel file xml quando il pool viene descritto
Constructor Summary | |
---|---|
ConnectionPoolFactory()
|
Method Summary | |
---|---|
static ConnectionPoolInterface |
createConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor)
Il factory method responsabile per la creazione di un pool dato il suo descrittore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionPoolFactory()
Method Detail |
---|
public static ConnectionPoolInterface createConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor) throws EMFInternalError
ConnectionPoolDescriptor
- connectionPoolDescriptor - l'oggetto descrittore del pool da creare
EMFInternalError
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |