|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.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)
public ConnectionPoolParameter getConnectionPoolParameter(java.lang.String connectionPoolParameterName)
public java.lang.String getConnectionPoolFactory()
public void setConnectionPoolFactory(java.lang.String newConnectionPoolFactory)
public java.lang.String getConnectionPoolName()
public void setConnectionPoolName(java.lang.String newConnectionPoolName)
public java.util.Map getConnectionPoolParameters()
public void setConnectionPoolParameters(java.util.Map newConnectionPoolParameters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |