public class EntryReadEvent extends Object
| Constructor and Description |
|---|
EntryReadEvent(Object source,
org.forgerock.opendj.ldap.Entry sr)
The event constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.Entry |
getSearchResult()
Returns the search result containing the entry that was read.
|
Object |
getSource()
Returns the source of the event.
|
public EntryReadEvent(Object source, org.forgerock.opendj.ldap.Entry sr)
source - the source of the event.sr - the search result containing the entry that was read.public Object getSource()
public org.forgerock.opendj.ldap.Entry getSearchResult()
Copyright © 2010-2020 Wren Security. All Rights Reserved.