com.ca.jcs.standalone
Interface CustomJdbmPartitionObserver

All Known Implementing Classes:
StandaloneServerManager

public interface CustomJdbmPartitionObserver

Interface for an observer of JDBM partition changes.

Author:
fittr01

Method Summary
 void beforeModify(LdapDN name, ModificationItem[] items)
          Method called before modifying an entry on the partition.
 

Method Detail

beforeModify

void beforeModify(LdapDN name,
                  ModificationItem[] items)
                  throws NamingException
Method called before modifying an entry on the partition.

Parameters:
name - the distinguished name of the entry to modify.
items - the ModificationItems used to affect the modification with
Throws:
NamingException - to be thrown if the modify should not occur.


Created 2011-07-14 13:27 EST