Package com.iplanet.services.ldap.event
Class DSEvent
- java.lang.Object
-
- com.iplanet.services.ldap.event.DSEvent
-
@Supported public class DSEvent extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
Returns the Directory Server class name for the given entryint
getEventType()
Returns the type of change event either add, modify, delete, etc.String
getID()
Return the Directory Server ID assigned to the entry changedString
getSearchID()
Returns the Directory Server search ID that was assigned when the persistent search was first submited.
-
-
-
Method Detail
-
getEventType
@Supported public int getEventType()
Returns the type of change event either add, modify, delete, etc.
-
getID
@Supported public String getID()
Return the Directory Server ID assigned to the entry changed
-
getClassName
@Supported public String getClassName()
Returns the Directory Server class name for the given entry
-
getSearchID
@Supported public String getSearchID()
Returns the Directory Server search ID that was assigned when the persistent search was first submited.
-
-