Uses of Class
com.netscape.certsrv.dbs.EDBException
-
Packages that use EDBException Package Description com.netscape.certsrv.dbs com.netscape.cmscore.dbs -
-
Uses of EDBException in com.netscape.certsrv.dbs
Subclasses of EDBException in com.netscape.certsrv.dbs Modifier and Type Class Description class
EDBNotAvailException
Indicates internal db is down.class
EDBRecordNotFoundException
Indicates internal db is down. -
Uses of EDBException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EDBException Modifier and Type Method Description void
DBSSession. close()
Closes this session.void
LDAPSession. close()
Closes this session.IDBObj
LDAPRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)
Creates object from attribute set.DBSSession
DBSubsystem. createSession()
Creates a database session.java.util.Date
CertRecord. getRevocationDate()
Return revocation date.void
DBRegistry. registerAttribute(java.lang.String ufName, DBAttrMapper mapper)
Registers attribute mapper.void
LDAPRegistry. registerAttribute(java.lang.String ufName, DBAttrMapper mapper)
Registers attribute mapper.void
DBRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)
Registers object class.void
LDAPRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)
Registers object class.Constructors in com.netscape.cmscore.dbs that throw EDBException Constructor Description LDAPSession(DBSubsystem dbSubsystem, netscape.ldap.LDAPConnection c)
Constructs a database session.
-