8485868788899091
* @param name the symbolic name */ public Bookmark( IConnection connection, DN dn, String name ) { this.connection = connection; this.bookmarkParameter = new BookmarkParameter( dn, name ); this.bookmarkEntry = new DelegateEntry( connection, dn ); }