|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.database.DBContainerFactory
Creating DBContainer instances.
Constructor Summary | |
DBContainerFactory()
|
Method Summary | |
static DBContainer |
getDBContainer(java.lang.String name)
Returns the container object corresponding to the given name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DBContainerFactory()
Method Detail |
public static DBContainer getDBContainer(java.lang.String name) throws GeneralDatabaseException, NotInDatabase, ArgumentException
ArgumentException
- if name
is not well-formed.
NotInDatabase
- if name
has valid syntax, but there is no such container in the database
InconsistentDatabase
- if there is a problem with the database
GeneralDatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |