Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


com.octetstring.vde
Interface EntryChangesListener


public interface EntryChangesListener

Classes that implement this can be registered with the BackendHandler to receive add/modify/delete/rename changes that occur to entries below a particular point within the directory tree.

Author:
OctetString, Inc.

Method Summary
 DirectoryString getECLBase()
          This method returns the top level of the directory tree that is being listened to by an instance of a class implementing the EntryChangesListener interface.
 void receiveEntryChanges(EntryChanges entryChanges)
          This method accepts an EntryChanges object for futher processing.

 

Method Detail

getECLBase

DirectoryString getECLBase()
This method returns the top level of the directory tree that is being listened to by an instance of a class implementing the EntryChangesListener interface.
Returns:
the branch of the directory tree being listened to for changes

receiveEntryChanges

void receiveEntryChanges(EntryChanges entryChanges)
This method accepts an EntryChanges object for futher processing. Implementations of this class can do any type of processing necessary, such as trigger an update in an external data source or write to an audit log.

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.