|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.database.connection.Transaction
org.glite.security.voms.database.connection.ClientTransaction
org.glite.security.voms.database.connection.Query
Database connection wrapper for read-only operations.
Field Summary |
Fields inherited from class org.glite.security.voms.database.connection.Transaction |
conn |
Method Summary | |
static Query |
get()
Allocate a new query connection. |
boolean |
isReadOnly()
|
void |
release()
Close the current transaction and return the connection to its connection pool. |
Methods inherited from class org.glite.security.voms.database.connection.ClientTransaction |
getClient, getClientCA, getClientDN, getClientId, setClient |
Methods inherited from class org.glite.security.voms.database.connection.Transaction |
getConnection, getStatement, getStatementCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Query get() throws VOMSException
VOMSException
public void release() throws GeneralDatabaseException
GeneralDatabaseException
public boolean isReadOnly()
isReadOnly
in class Transaction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |