26 Nov, 2008

3 commits


25 Nov, 2008

2 commits


24 Nov, 2008

1 commit


21 Nov, 2008

1 commit


20 Nov, 2008

5 commits


19 Nov, 2008

7 commits


18 Nov, 2008

8 commits


17 Nov, 2008

10 commits


16 Nov, 2008

1 commit


14 Nov, 2008

1 commit


13 Nov, 2008

1 commit

  • In certain scenarios (e.g. distribution) a single client side persistent search may result in multiple back-end persistent searches being launched. The current server design only supported a one to one relationship. This change removes the restriction:
    
       * persistent search is no longer stored in the search operation
    
       * client connection operation cancellation now supports having
         multiple PersistentSearch objects per client search
    
       * PersistentSearch operation cancellation now cancels all related
         PersistentSearches
    
       * PersistentSearch instances must be enabled before use: doing this
         registers the persistent search with the client connection and
         prevents the underlying search operation from having a result sent.
    
    I have also updated the class' javadoc to include more complete usage information.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4616 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift