|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.novell.ldap.events.LDAPEvent
This class represents an generic event fired in response to an notification (LDAPResponse) sent by the LDAP Server. The LDAPEvent contains the following value:
LDAPEventSource,
LDAPEventListener,
Serialized Form| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
LDAPEvent(LDAPEventSource eventsource,
LDAPMessage sourcemessage,
int aclassification,
int atype)
The default constructor used to construct the LDAPEvent. |
|
| Method Summary | |
int |
getClassification()
Returns the Classification for this Event. |
LDAPMessage |
getContainedEventInformation()
Returns the LDAPResponse which generated this event. |
int |
getType()
Returns the Type for this Event. |
void |
setEventclassification(int i)
Set the classification of this Event. |
void |
setEventtype(int i)
Set the Type of this event. |
java.lang.String |
toString()
Returns an String Representaion of SearchResultEvent. |
| 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 |
public LDAPEvent(LDAPEventSource eventsource,
LDAPMessage sourcemessage,
int aclassification,
int atype)
eventsource - The Source Object which generated this event.sourcemessage - The LDAPResponse which generates this event.aclassification - The Event Classification for this Event.atype - The Event Type for this Event.| Method Detail |
public final int getClassification()
public final int getType()
public final LDAPMessage getContainedEventInformation()
public java.lang.String toString()
public final void setEventclassification(int i)
i - The classification value.public final void setEventtype(int i)
i - The Type value.
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||