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 classEDBNotAvailExceptionIndicates internal db is down.classEDBRecordNotFoundExceptionIndicates internal db is down.Methods in com.netscape.certsrv.dbs that throw EDBException Modifier and Type Method Description voidIDBSSession. close()Closes this session.voidIDBRegistry. registerAttribute(java.lang.String ufName, IDBAttrMapper mapper)Registers attribute mapper.voidIDBRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)Registers object class. -
Uses of EDBException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EDBException Modifier and Type Method Description voidDBSSession. close()Closes this session.IDBObjDBRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)Creates object from attribute set.IDBSSessionDBSubsystem. createSession()Creates a database session.IDBSSessionIDBSubsystem. createSession()Creates a database session.java.util.DateCertRecord. getRevocationDate()Return revocation date.voidDBRegistry. registerAttribute(java.lang.String ufName, IDBAttrMapper mapper)Registers attribute mapper.voidDBRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)Registers object class.Constructors in com.netscape.cmscore.dbs that throw EDBException Constructor Description CertificateRepository(IDBSubsystem dbService, java.lang.String certRepoBaseDN, int increment, java.lang.String baseDN)Constructs a certificate repository.CRLRepository(IDBSubsystem dbService, int increment, java.lang.String baseDN)Constructs a CRL repository.DBSSession(IDBSubsystem system, netscape.ldap.LDAPConnection c)Constructs a database session.KeyRepository(IDBSubsystem service, int increment, java.lang.String baseDN)Constructs a key repository.ReplicaIDRepository(IDBSubsystem dbService, int increment, java.lang.String baseDN)Constructs a certificate repository.Repository(IDBSubsystem db, int increment, java.lang.String baseDN)Constructs a repository.
-