org.ldaptive.control.util
Class PersistentSearchItem.Entry

java.lang.Object
  extended by org.ldaptive.control.util.PersistentSearchItem.Entry
Enclosing class:
PersistentSearchItem

public static class PersistentSearchItem.Entry
extends Object

Wrapper class that provides easy access to the EntryChangeNotificationControl contained in a search entry.


Constructor Summary
PersistentSearchItem.Entry(SearchEntry entry)
          Creates a new entry.
 
Method Summary
 EntryChangeNotificationControl getEntryChangeNotificationControl()
          Returns the entry change notification control or null if no such control exists in the search entry.
 SearchEntry getSearchEntry()
          Returns the underlying search entry.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentSearchItem.Entry

public PersistentSearchItem.Entry(SearchEntry entry)
Creates a new entry. If the supplied search entry contains a EntryChangeNotificationControl it is made available via getEntryChangeNotificationControl().

Parameters:
entry - to search for entry change notification control in
Method Detail

getSearchEntry

public SearchEntry getSearchEntry()
Returns the underlying search entry.

Returns:
underlying search entry

getEntryChangeNotificationControl

public EntryChangeNotificationControl getEntryChangeNotificationControl()
Returns the entry change notification control or null if no such control exists in the search entry.

Returns:
entry change notification control

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.