Uses of Class
com.netscape.certsrv.base.EPropertyNotFound

Packages that use EPropertyNotFound
com.netscape.certsrv.base   
com.netscape.cms.listeners   
 

Uses of EPropertyNotFound in com.netscape.certsrv.base
 

Methods in com.netscape.certsrv.base that throw EPropertyNotFound
 java.math.BigInteger IConfigStore.getBigInteger(java.lang.String name)
          Retrieves the given property as a big integer.
 boolean IConfigStore.getBoolean(java.lang.String name)
          Retrieves the given property as a boolean.
 byte[] IConfigStore.getByteArray(java.lang.String name)
          Retrieves the value of a property as a byte array.
 int IConfigStore.getInteger(java.lang.String name)
          Retrieves the given property as an integer.
 java.lang.String IConfigStore.getString(java.lang.String name)
          Retrieves the value of the given property as a string.
 

Uses of EPropertyNotFound in com.netscape.cms.listeners
 

Methods in com.netscape.cms.listeners that throw EPropertyNotFound
 void RequestInQListener.init(ISubsystem sub, IConfigStore config)
          initializes the listener from the configuration
 void CertificateIssuedListener.init(ISubsystem sub, IConfigStore config)
           
 void CertificateRevokedListener.init(ISubsystem sub, IConfigStore config)