LDAP Classes
Implements Java LDAP

com.novell.ldap.events
Class SearchResultEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.novell.ldap.events.LDAPEvent
          extended bycom.novell.ldap.events.SearchResultEvent
All Implemented Interfaces:
java.io.Serializable

public class SearchResultEvent
extends LDAPEvent

This class represents an Persistence Search event fired in response to an notification (LDAPSearchResult) sent by the LDAP Server.

See Also:
LDAPEvent, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SearchResultEvent(PsearchEventSource eventsource, LDAPSearchResult source, int atype)
          Default Constructor for SearchResultEvent.
 
Method Summary
 LDAPEntry getEntry()
          Returns the Entry returned as part of this Event.
 java.lang.String toString()
          Returns an String Representaion of SearchResultEvent.
 
Methods inherited from class com.novell.ldap.events.LDAPEvent
getClassification, getContainedEventInformation, getType, setEventclassification, setEventtype
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResultEvent

public SearchResultEvent(PsearchEventSource eventsource,
                         LDAPSearchResult source,
                         int atype)
Default Constructor for SearchResultEvent.

Parameters:
eventsource - The PSearchEventSource which generated this event.
source - The source of the Event.
atype - The type of Event.
Method Detail

getEntry

public final LDAPEntry getEntry()
Returns the Entry returned as part of this Event.

Returns:
The non-null stored in this class.

toString

public java.lang.String toString()
Returns an String Representaion of SearchResultEvent.

Overrides:
toString in class LDAPEvent
Returns:
String Representation.

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000