Adds the provided entry to this backend. This method must ensure that the entry is appropriate for the backend and that no entry already exists with the same DN. The caller must hold a write lock on the DN of the provided entry.
@param entry The entry to add to this backend.
@param addOperation The add operation with which the new entryis associated. This may be {@code null}for adds performed internally.
@throws DirectoryException If a problem occurs while trying toadd the entry.
@throws CanceledOperationException If this backend noticed andreacted to a request to cancel or abandon the add operation.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.