com.ca.jcs.standalone
Interface CustomJdbmPartitionObserver
- All Known Implementing Classes:
- StandaloneServerManager
public interface CustomJdbmPartitionObserver
Interface for an observer of JDBM partition changes.
- Author:
- fittr01
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