|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartitionNexus | |
---|---|
org.apache.directory.mitosis.operation | |
org.apache.directory.server.core | |
org.apache.directory.server.core.collective | |
org.apache.directory.server.core.partition |
Uses of PartitionNexus in org.apache.directory.mitosis.operation |
---|
Methods in org.apache.directory.mitosis.operation with parameters of type PartitionNexus | |
---|---|
void |
Operation.execute(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Replicates this operation on the specified nexus. |
protected void |
CompositeOperation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Apply the replication on each internal operation. |
protected void |
Operation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Not supported. |
protected void |
AttributeOperation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Check that we can apply the modification, and create the associated entry, if it does not exists locally. |
protected void |
AddEntryOperation.execute0(PartitionNexus nexus,
ReplicationStore store,
CoreSession coreSession)
Inject the entry into the local server |
protected void |
DeleteAttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Inject the modified attribute into the server. |
protected void |
ReplaceAttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Inject the modified attribute into the server. |
protected void |
AddAttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Inject the modified attribute into the server. |
protected abstract void |
AttributeOperation.execute1(PartitionNexus nexus,
CoreSession coreSession)
Apply the requested modification locally |
Uses of PartitionNexus in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core that return PartitionNexus | |
---|---|
PartitionNexus |
DefaultDirectoryService.getPartitionNexus()
|
PartitionNexus |
DirectoryService.getPartitionNexus()
|
Uses of PartitionNexus in org.apache.directory.server.core.collective |
---|
Constructors in org.apache.directory.server.core.collective with parameters of type PartitionNexus | |
---|---|
CollectiveAttributesSchemaChecker(PartitionNexus nexus,
AttributeTypeRegistry attrTypeRegistry)
|
Uses of PartitionNexus in org.apache.directory.server.core.partition |
---|
Subclasses of PartitionNexus in org.apache.directory.server.core.partition | |
---|---|
class |
DefaultPartitionNexus
A nexus for partitions dedicated for storing entries specific to a naming context. |
class |
PartitionNexusProxy
A decorator that wraps other PartitionNexus to enable
InterceptorChain and InvocationStack support. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |