Package com.iplanet.services.ldap.event
Class DSEvent
java.lang.Object
com.iplanet.services.ldap.event.DSEvent
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Directory Server class name for the given entryint
Returns the type of change event either add, modify, delete, etc.getID()
Return the Directory Server ID assigned to the entry changedReturns the Directory Server search ID that was assigned when the persistent search was first submited.
-
Method Details
-
getEventType
Returns the type of change event either add, modify, delete, etc. -
getID
Return the Directory Server ID assigned to the entry changed -
getClassName
Returns the Directory Server class name for the given entry -
getSearchID
Returns the Directory Server search ID that was assigned when the persistent search was first submited.
-