Package org.apache.ldap.server.invocation

Class Summary
Add Represents an Invocation on BackingStore.add(String, Name, Attributes).
Delete Represents an Invocation on BackingStore.delete(Name).
GetMatchedDN Represents an Invocation on PartitionNexus.getMatchedDn(Name, boolean).
GetSuffix Represents an Invocation on ContextPartition.getSuffix(boolean).
HasEntry Represents an Invocation on BackingStore.hasEntry(Name).
Invocation Represents a method invocation on BackingStores.
IsSuffix Represents an Invocation on BackingStore.isSuffix(Name).
List Represents an Invocation on BackingStore.list(Name).
ListSuffixes Represents an Invocation on PartitionNexus.listSuffixes(boolean).
Lookup Represents an Invocation on BackingStore.lookup(Name).
LookupWithAttrIds Represents an Invocation on BackingStore.lookup(Name, String[]).
Modify Represents an Invocation on BackingStore.modify(Name, int, Attributes).
ModifyMany Represents an Invocation on BackingStore.modify(Name, ModificationItem[]).
ModifyRN Represents an Invocation on BackingStore.modifyRn(Name, String, boolean).
Move Represents an Invocation on BackingStore.move(Name, Name).
MoveAndModifyRN Represents an Invocation on BackingStore.move(Name, Name, String, boolean).
Search Represents an Invocation on BackingStore.search(Name, Map, ExprNode, SearchControls).
 



Copyright © 2002-2005 . All Rights Reserved.