com.netscape.certsrv.dbs
Interface IDBObj

All Superinterfaces:
IAttrSet, java.io.Serializable
All Known Subinterfaces:
ICertRecord, ICRLIssuingPointRecord, IRepositoryRecord, IRequestRecord
All Known Implementing Classes:
ProofOfArchival

public interface IDBObj
extends IAttrSet

An interface represents a database object that is serializable.

Version:
$Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $

Method Summary
 java.util.Enumeration getSerializableAttrNames()
          Returns a list of serializable attribute names.
 
Methods inherited from interface com.netscape.certsrv.base.IAttrSet
delete, get, getElements, set
 

Method Detail

getSerializableAttrNames

java.util.Enumeration getSerializableAttrNames()
Returns a list of serializable attribute names. This method should return the attribute name even if there is no attribute value for the attribute.

Returns:
a list of serializable attribute names