|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.ConnectionPoolDescriptor
public class ConnectionPoolDescriptor
Questa classe rappresenta il descrittore di un pool di connessioni nel sottosistema dell'accesso dei dati in particolare una connessione è individuata da:
Constructor Summary | |
---|---|
ConnectionPoolDescriptor()
Costruttore |
Method Summary | |
---|---|
void |
addConnectionPoolParameter(ConnectionPoolParameter connectionPoolParameter)
Aggiunge un parametro al descrittore della connessione |
java.lang.String |
getConnectionPoolFactory()
Metodo getter per il parametro connectionPoolFactory |
java.lang.String |
getConnectionPoolName()
Metodo getter per il parametro connectionPoolName |
ConnectionPoolParameter |
getConnectionPoolParameter(java.lang.String connectionPoolParameterName)
Ricava il parametro della connessione con nome connectionPoolParameterName |
java.util.Map |
getConnectionPoolParameters()
Metodo getter per il parametro connectionPoolParameters |
void |
setConnectionPoolFactory(java.lang.String newConnectionPoolFactory)
Metodo setter per il parametro connectionPoolFactory |
void |
setConnectionPoolName(java.lang.String newConnectionPoolName)
Metodo setter per il parametro connectionPoolName |
void |
setConnectionPoolParameters(java.util.Map newConnectionPoolParameters)
Metodo setter per il parametro connectionPoolParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionPoolDescriptor()
Method Detail |
---|
public void addConnectionPoolParameter(ConnectionPoolParameter connectionPoolParameter)
ConnectionPoolParameter
- connectionPoolParameter - l'oggetto rappresentante il parametro della connessione da aggiungerepublic ConnectionPoolParameter getConnectionPoolParameter(java.lang.String connectionPoolParameterName)
String
- connectionPoolParameterName - il nome del parametro della connessione da ricavare
public java.lang.String getConnectionPoolFactory()
public void setConnectionPoolFactory(java.lang.String newConnectionPoolFactory)
un
- oggetto di tipo String con il nome della classe che è factory per il pool descrittopublic java.lang.String getConnectionPoolName()
public void setConnectionPoolName(java.lang.String newConnectionPoolName)
un
- oggetto di tipo String con il nome del pool descrittopublic java.util.Map getConnectionPoolParameters()
public void setConnectionPoolParameters(java.util.Map newConnectionPoolParameters)
un
- oggetto di tipo Map conetennte la mappa dei parametri del pool di connessioni
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |