|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackingStore | |
org.apache.ldap.server | |
org.apache.ldap.server.invocation |
Uses of BackingStore in org.apache.ldap.server |
Subinterfaces of BackingStore in org.apache.ldap.server | |
interface |
ContextPartition
ContextPartitions are indivisible BackingStores associated with a naming context as a base suffix. |
interface |
PartitionNexus
The PartitionNexus is a special type of BackingStore designed to route BackingStore operations to ContextPartitions based on namespace to respective ContextPartitions attached to the nexus at the appropriate naming contexts. |
Classes in org.apache.ldap.server that implement BackingStore | |
class |
AbstractContextPartition
An Abstract BackingStore using a formal database and a search engine. |
class |
ApplicationPartition
Creates a ContextPartition to be use for application specific contexts. |
class |
RootNexus
A nexus for partitions dedicated for storing entries specific to a naming context. |
class |
SystemPartition
A very special ContextPartition used to store system information such as users, the system catalog and other administrative information. |
Uses of BackingStore in org.apache.ldap.server.invocation |
Methods in org.apache.ldap.server.invocation with parameters of type BackingStore | |
protected java.lang.Object |
Search.doExecute(BackingStore store)
|
protected java.lang.Object |
MoveAndModifyRN.doExecute(BackingStore store)
|
protected java.lang.Object |
Move.doExecute(BackingStore store)
|
protected java.lang.Object |
ModifyRN.doExecute(BackingStore store)
|
protected java.lang.Object |
ModifyMany.doExecute(BackingStore store)
|
protected java.lang.Object |
Modify.doExecute(BackingStore store)
|
protected java.lang.Object |
LookupWithAttrIds.doExecute(BackingStore store)
|
protected java.lang.Object |
Lookup.doExecute(BackingStore store)
|
protected java.lang.Object |
ListSuffixes.doExecute(BackingStore store)
|
protected java.lang.Object |
List.doExecute(BackingStore store)
|
protected java.lang.Object |
IsSuffix.doExecute(BackingStore store)
|
protected java.lang.Object |
HasEntry.doExecute(BackingStore store)
|
protected java.lang.Object |
GetSuffix.doExecute(BackingStore store)
|
protected java.lang.Object |
GetMatchedDN.doExecute(BackingStore store)
|
protected java.lang.Object |
Delete.doExecute(BackingStore store)
|
protected java.lang.Object |
Add.doExecute(BackingStore store)
|
void |
Invocation.execute(BackingStore store)
Executes this invocation on the specified store . |
protected abstract java.lang.Object |
Invocation.doExecute(BackingStore store)
Implement this method to invoke the appropriate operation on the specified store . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |